Simatwa / WebChatGPT

Python SDK/API for ChatGPT Web-Version
GNU General Public License v3.0
90 stars 22 forks source link

fix: RequestsJSONDecodeError on session start. #4

Closed Almas-Ali closed 9 months ago

Almas-Ali commented 9 months ago

2 It was just a compression error from the OpenAI side. You were requesting a compressed version response. So, the response was a binary object. That's the reason for the RequestsJSONDecodeError in session requests every time. I don't know if you were getting this error or not, but many of your WebChatGPT users were getting this error. It is working from my side now.