-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Claude permission_error #975
Comments
{"error":{"type":"permission_error","message":"Invalid model","code":"model_not_allowed"}} I can not use Claude. ( I purchased ChatHub program ) |
Are you using API mode for Claude? |
I'm using Webapp mode. I don't have an API key nor access to Claude Console. POE mode works however. Similar issue happened last month. Thanks |
I am using webmode.
2023년 12월 23일 (토) 오후 11:38, wong2 ***@***.***>님이 작성:
… Are you using API mode for Claude?
—
Reply to this email directly, view it on GitHub
<#975 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASBHBGQHASGEGVQKPT6OYJDYK3UFJAVCNFSM6AAAAABBAI6JQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRYGMYDOMBQGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@Rapahannock @nolecruiser Can you chat normally at https://claude.ai ? |
Yes its fine when chatting directly from the claude.ai site. Also can, using OpenRouter and POE mode, but with Webapp mode I get the error. |
@Rapahannock Unfortunately I can't reproduce this myself. Do you know how to debug HTTP request with Chrome devtools? |
Get the following API Request- Headers: Request URL: https://claude.ai/api/append_message Payload: {organization_uuid: "1ad7b662-d56d-444d-8d2d-14ba4436bb56",…} Preview: {error: {type: "permission_error", message: "Invalid model", code: "model_not_allowed"}} Response: { |
@Rapahannock Great! Can you do the same on https://claude.ai and debug the request, so we can compare what's the difference. |
Got the following from https://claude.ai/. Thanks Headers: Request URL: https://claude.ai/api/append_message Payload: {completion: {prompt: "test", timezone: "America/New_York", model: "claude-2.0"},…} Preview: data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" Hello","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":"!","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" What","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" can","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" I","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" help","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" with","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":" today","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":"?","stop_reason":null,"model":"claude-2.0","stop":null,"log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} data: {"type":"completion","id":"compl_01WTSgfA8waY7nkwKz8NyD2B","completion":"","stop_reason":"stop_sequence","model":"claude-2.0","stop":"\n\nHuman:","log_id":"compl_01WTSgfA8waY7nkwKz8NyD2B","messageLimit":{"type":"within_limit"}} |
@Rapahannock Thanks, so the difference is the model name (claude-2.1 vs claude-2.0), I will figure this out. |
This issue is stale because it has been open for 30 days with no activity. |
Describe the bug
A clear and concise description of what the bug is.
Claude produces the following when searched:
{"error":{"type":"permission_error","message":"Invalid model","code":"model_not_allowed"}}
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: