Skip to content

Conversation

@utkarsh-dixit
Copy link
Collaborator

@utkarsh-dixit utkarsh-dixit commented Nov 14, 2024

Important

Add print statement in subscribe() in collections.py for debugging client_id, base_url, and api_key.

  • Debugging:
    • Add print statement in subscribe() in collections.py to output client_id, base_url, and api_key.

This description was created by Ellipsis for c500df7. It will automatically update as commits are pushed.

@vercel
Copy link

vercel bot commented Nov 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
composio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 2:06pm

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to c500df7 in 48 seconds

More details
  • Looked at 14 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_dMlwhHipeaSipzUB


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

raise ComposioClientError("Error fetching client ID")

print(
f"{client_id=} base_url={self.client.http.base_url} api_key={self.client.api_key}"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the print statement or replace it with proper logging to avoid exposing sensitive information.

Suggested change
f"{client_id=} base_url={self.client.http.base_url} api_key={self.client.api_key}"
self.logger.info(f"{client_id=} base_url={self.client.http.base_url} api_key={self.client.api_key}")

@github-actions
Copy link
Contributor

This comment was generated by github-actions[bot]!

JS SDK Coverage Report

📊 Coverage report for JS SDK can be found at the following URL:
https://pub-92e668239ab84bfd80ee07d61e9d2f40.r2.dev/coverage-11838813892/coverage/index.html

📁 Test report folder can be found at the following URL:
https://pub-92e668239ab84bfd80ee07d61e9d2f40.r2.dev/html-report-11838813892/html-report/report.html

@CryogenicPlanet CryogenicPlanet deleted the pusher-debug branch October 28, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants