"Our systems have detected unusual activity from your system. Please try again later."
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:
- Set GPT4-Web as the default model or start a new conversation using GPT4-Web as the default model.
- Open up the Chrome console by right clicking within the conversation window.
- Send a couple of messages, and it may eventually get stuck (I can only send a single message before it gets stuck)
- Look in the chrome console
- 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
Please complete the following information):
- OS: [e.g. Windows]
- Browser: Chrome Version 117.0.5938.9
- Extension Version: v2.4.0
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)
fixed in v2.4.3 and https://github.com/josStorer/chatGPTBox/commit/e2c804166771c8d7b9596a60d32bea0cc890580e