chatGPTBox icon indicating copy to clipboard operation
chatGPTBox copied to clipboard

"Our systems have detected unusual activity from your system. Please try again later."

Open xklob opened this issue 2 years ago • 2 comments

Summary When using GPT4-Web, conversations stop after a message or two and the "waiting for response" message stays indefinitely. The underlying issue appears to be lack of catching the error as mentioned in the title, which can be found in the console.

To Reproduce Steps to reproduce the behavior:

  1. Set GPT4-Web as the default model or start a new conversation using GPT4-Web as the default model.
  2. Open up the Chrome console by right clicking within the conversation window.
  3. Send a couple of messages, and it may eventually get stuck (I can only send a single message before it gets stuck)
  4. Look in the chrome console
  5. See error in the 2nd screenshot below
sse message {"message": null, "conversation_id": "a0a95cfc-af26-41b2-91c7-b87755f6b59c", "error": "Our systems have detected unusual activity from your system. Please try again later."}

Expected behavior The chatGPTBox extension should catch this error and, at minimum, show an error on the chatGPTBox UI + inform the user why it happened. Optimally, it would attempt to mitigate the error on its own.

Screenshots image

image

Please complete the following information):

  • OS: [e.g. Windows]
  • Browser: Chrome Version 117.0.5938.9
  • Extension Version: v2.4.0

xklob avatar Sep 22 '23 00:09 xklob

That's a known issue of GPT4 Web Mode https://github.com/josStorer/chatGPTBox/releases/tag/v2.4.1

ChatGPT-4 Web Mode is not working, you have to use API Mode (https://github.com/josStorer/chatGPTBox/issues/469, arkose_token is required, but i haven't found an efficient way to get it on client side)

josStorer avatar Sep 23 '23 15:09 josStorer

fixed in v2.4.3 and https://github.com/josStorer/chatGPTBox/commit/e2c804166771c8d7b9596a60d32bea0cc890580e

josStorer avatar Jan 25 '24 13:01 josStorer