Zai-Kun / reverse-engineered-chatgpt

Unofficial reverse-engineered ChatGPT API in Python
Apache License 2.0
240 stars 31 forks source link

UnexpectedResponseError(error, server_response) #34

Open phamxtien opened 5 months ago

phamxtien commented 5 months ago

Today it return error, It seems bypass captcha is not working ........ File ".../re_gpt/sync_chatgpt.py", line 135, in chat raise UnexpectedResponseError(error, server_response) re_gpt.errors.UnexpectedResponseError: An unexpected error occurred. Error message: 'NoneType' object is not subscriptable.

This is what the server returned:

Unable to load site

Please try again later. If you are using a VPN, try turning it off. Check the status page for information on outages.
[IP:123.20.85.49 | Ray ID:8670e83eebf98521]

krishna2206 commented 5 months ago

I am also getting this error