Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pimvanberlo opened this issue Jun 20, 2023 · 5 comments · Fixed by #2 or #5
Closed
Assignees
Labels
bug Something isn't working

Comments

@pimvanberlo
Copy link

pimvanberlo commented Jun 20, 2023

I get this error when switching from gpt3 to gpt4 mid conversation
Browser: Opera
No other plugins installed

app-e4816c996c959118.js:14 UserError: Our systems have detected unusual activity from your system. Please try again later.
at _app-e4816c996c959118.js:42:212751
at main-35ce5aa6f4f7a906.js:1:106888
at Object.next (main-35ce5aa6f4f7a906.js:1:106993)
at n (main-35ce5aa6f4f7a906.js:1:107742)
at u (main-35ce5aa6f4f7a906.js:1:107939)
(

It seems that the maker of the plugin: "SuperPowerChatgpt" was able to fix it in this commit. Using their extension I am able to switch between gpt3.5 and gpt4 mid conversation. It would be really great if this was possible with this script.
saeedezzati/superpower-chatgpt@d3e60ad

opera_xrRrBzhhzj.mp4
@hydrotho hydrotho added the bug Something isn't working label Jun 21, 2023
@hydrotho
Copy link
Owner

Thank you for opening this issue. It appears that an arkose_token field has been added to each ChatGPT conversation request, and currently only GPT-4 models are validating this field.

When a conversation is initiated from the GPT-3.5 page, the arkose_token is null. However, when a conversation is initiated from the GPT-4 page, an automatic request is made to fetch this arkose_token, which is then included in the conversation request.

It seems this is part of the Arkose FunCAPTCHA challenge process. However, the GPT-4 Mobile model isn't checking for this field at this time. As a workaround, you might want to use the GPT-4 Mobile model, which does not have usage restrictions at present.

I'll aim to address this issue as soon as I get some free time. Thanks for your patience and understanding.

@hydrotho
Copy link
Owner

@pimvanberlo

Just wanted to let you know that I've addressed the issue you've reported.

But keep in mind, as ChatGPT is increasing its checks, we might see similar issues in the future. If you run into any more problems, please open a new issue.

Thanks for helping to improve this project!

If you find this project helpful, a star to support it would be greatly appreciated!

@pimvanberlo
Copy link
Author

Thank you for fixing the issue

@gchust
Copy link

gchust commented Jun 24, 2023

@pimvanberlo
Is the fix working for you? I am still facing the same error.
image

@hydrotho hydrotho reopened this Jun 25, 2023
hydrotho added a commit that referenced this issue Jun 25, 2023
fix: use external service for Arkose params with local fallback (#1)
@hydrotho
Copy link
Owner

@gchust

Please try using v1.1.0 as this issue should have been temporarily resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants