-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
Getting 403 error #10
Comments
Seems like the addition of Cloudlfare has broken all the unofficial APIs |
Hey @CodeWithDino @pluja The issue was resolved in the new release. Thanks for reporting! |
@skydoves Thank you for the update. I still face the same issue while run it on the emulator. Do I need to run this app in any specific configuration such devices, OS etc? com.skydoves.chatgpt I --> POST https://chat.openai.com/backend-api/conversation |
Hey @CodeWithDino, I would recommend you update the project and build again following the new guideline. Also, I recommend you build after |
@skydoves I did update the project and followed the new guideline. But I was facing the same issue. I just updated GPT_SESSION and CF_CLEARANCE based on the guideline but it doesn't resolve 403 forbidden error. Pls let me know if you need more details from my end. |
Hey, @CodeWithDino I released a new version and it includes the login feature. You can now use the ChatGPT without additional steps. Thanks :) |
--> POST https://chat.openai.com/backend-api/conversation
Content-Type: application/json
Content-Length: 289
accept: text/event-stream
accept-encoding: gzip, deflate, br
accept-language: en-GB,en-US;q=0.9,en;q=0.8
referer: https://chat.openai.com/chat
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15
Authorization: Bearer
{"action":"next","messages":[{"id":"eb0dd397-ebe9-4b52-8db4-0d077a5d3a5d","role":"user","content":{"content_type":"text","parts":["Hi"]}}],"conversation_id":"9a6c65bb-46af-4a83-9906-9a8db06666ba","parent_message_id":"b4ebadcb-a33a-446d-86ab-eb5ad76f3fd5","model":"text-davinci-002-render"}
--> END POST (289-byte body)
<-- 403 https://chat.openai.com/backend-api/conversation
The text was updated successfully, but these errors were encountered: