Skip to content
New issue

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

Always permission_error #98

Open
zhuochunli opened this issue Apr 13, 2024 · 0 comments
Open

Always permission_error #98

zhuochunli opened this issue Apr 13, 2024 · 0 comments

Comments

@zhuochunli
Copy link

Hi, I always encounter permission error when I try to do anything like list all conversations, or create new conversation. Can anyone help me with this? Thank you!

claude_api = Client('my_session_key')
prompt = "Hello, Claude!"
conversation = claude_api.create_new_chat()
print(conversation)

{'type': 'error', 'error': {'type': 'permission_error', 'message': 'Missing permissions. Please check with Anthropic support if you think this is in error.'}}

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

No branches or pull requests

1 participant