SDKs

Debugging and troubleshooting SDK issues

Debug network issues

Enable debug logging to see API calls and identify if issues are SDK or API related. Look for the requestId in logs to share with support.

1# Set environment variable
2COMPOSIO_LOGGING_LEVEL=debug

Check SDK version

Ensure you’re using the latest version:

$pip install --upgrade composio

Check current version:

Common issues

Getting help