Claude_api icon indicating copy to clipboard operation
Claude_api copied to clipboard

Always permission_error

Open zhuochunli opened this issue 10 months ago • 0 comments

Hi, I always encounter permission error when I try to create new conversation. Can anyone help me with this? Thank you!

cookie = "my_cookie"
claude = Claude(cookie)

prompt = "Hello, Claude!"
response=claude.get_answer(prompt)
print(response)

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

zhuochunli avatar Apr 13 '24 17:04 zhuochunli