-
Notifications
You must be signed in to change notification settings - Fork 123
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
send_message stopped working, is any changes on Claude? #94
Comments
@KoushikNavuluri @jhchenchong guys, sorry for putting up, something with https://claude.ai/api/append_message, am I right? Endpoint disabled |
yes,the same problem: {"error":{"type":"permission_error","message":"Endpoint disabled"}}。It's completely unusable |
I'm on half way - they changed the payload structure - so for quick fix is to change URL and payload structure as below:
|
Now I see cookies started to change from chat opening - can't repeat my success path yet. Investigation in progress, lemme know if you also find smth please |
Yes, but this does not affect the use of this Claude API. I have called this Claude API several times for testing and have not found any problems |
OK, now what we have:
So it is like POST -> GET + filter/associate with your POST as uuid and generated chronologically. I would not share my code, as this is not optimal but an emergency. But the general thing is above. Files work as before through attachments. |
See fix is here st1vms/unofficial-claude-api@e2d1b57 |
Great ! How long before the fix is available through "pip install claude-api" command ? Also, I keep getting "{"type":"permission_error","message":"Endpoint disabled"}}" error. Is it my cookie ? I tried many times but I keep getting this issue. Thank you for your help ! |
Hi Team, have you ever met an error with {"success":false,"error":"BrotliDecompress failed"} I don't understand why sometimes there BrotliDecompress issue when retrieving the response |
I just put up a fix here on my version: https://github.com/AshwinPathi/claude-api-py. Give it a try and let me know if it works. |
I checked the model, but it seems they using another payload?
Have anybody experienced the same issues with send_message?
The text was updated successfully, but these errors were encountered: