noahcoolboy / funcaptcha

A library used to interact with funcaptchas.
Other
186 stars 43 forks source link

The retrieved arkose_token is invalid. #81

Closed Zai-Kun closed 1 year ago

Zai-Kun commented 1 year ago

When the retrieved arkose_token is included in the payload for ChatGPT, the system returns the following error message:

{"error": "Our systems have detected unusual activity from your system. Please try again later."}

This error occurs when an invalid arkose_token is used. However, when using the arkose_token generated by the ChatGPT web interface, this error does not occur.

Note: Previously, the lib functioned properly. This error began occurring approximately 1-2 days ago.

Any help would be appreciated. Thanks in advance!

Zai-Kun commented 1 year ago

I'm so dumb. I'm sorry.