WebChatGPT icon indicating copy to clipboard operation
WebChatGPT copied to clipboard

GPT ERROR : Our systems have detected unusual activity from your device. Please refresh your browser and try again later

Open MominIqbal-1234 opened this issue 2 months ago • 3 comments

Traceback (most recent call last): File "/workspaces/WebChatGPT/main.py", line 5, in response = bot.chat('<Your prompt>') File "/workspaces/WebChatGPT/WebChatGPT/main.py", line 266, in chat return for_stream() if stream else for_non_stream() File "/workspaces/WebChatGPT/WebChatGPT/main.py", line 264, in for_non_stream return utils.get_message(resp) File "/workspaces/WebChatGPT/WebChatGPT/utils.py", line 273, in get_message return response["message"]["content"]["parts"][0] TypeError: 'NoneType' object is not subscriptable

retutn this error then i print the response so print this {'message': None, 'conversation_id': 'dced29a9-80c8-4d4b-a1fc-e769ea600740', 'error': 'Our systems have detected unusual activity from your device. Please refresh your browser and try again later.'}

MominIqbal-1234 avatar Apr 25 '24 10:04 MominIqbal-1234