We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After setting up the key, I got the following error
python3 main.py Error: 403 - {"type":"error","error":{"type":"permission_error","message":"Invalid authorization for organization"}} Traceback (most recent call last): File "/home/keinvanity/Downloads/claude-misc/Claude-API/main.py", line 6, in <module> for conversation in conversations: ^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable
source code
from claude_api import Client claude_api = Client("CH-prefers-color-scheme=light; __ssid=a5.........a80; lastActiveOrg=367........-881f-b66e.....268; __stripe_mid=cad07f96.............f239331fac1ff7ad; sessionKey=sk-an........eQ-jIqAeAAA; cf_clearance=L...............") conversations = claude_api.list_all_conversations() for conversation in conversations: conversation_id = conversation['uuid'] print(conversation_id)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After setting up the key, I got the following error
source code
The text was updated successfully, but these errors were encountered: