-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[Bug]:OpenAI: {"detail":"Our systems have detected unusual activity from your system. Please try again later."} (code: 403) Once Again Not Solved #1431
Comments
Same issue here. |
Am having the same issue, works for gpt 3.5 model |
it doesn't work bro |
"works on my computer"
|
Try |
@acheong08 your fix works on my computer with latest change. |
this model makes it work, thx sir!! |
gpt-4-mobile may be the final fix, whereas __arkose_token method only works for several hours. |
I believe they will add the arkose_token based verification to mobile models soon. |
Is there a difference between gpt-4 and gpt-4-mobile? |
No |
I have tested between gpt-4 and gpt-4-mobile and found differences in reasoning and writing style. gpt-4 looks much more advanced for long text. |
I've also found that for summarization of long text, |
Ok i'm now having the error with gpt-4-mobile, am I the only one? So now both gpt-4 models don't work :/ |
I am facing the same problem. |
reason may be here
|
comment
in |
Thanks for referencing my previous reply. However, it's important to note that some information has become outdated. Currently, all GPT-4 models, including the GPT-4 Mobile model, are validating the I've addressed this issue at hydrotho/ChatGPT_Model_Switcher#2. The fix appears to be working well at the moment. However, please be aware that it might become ineffective at some point in the future due to potential changes in ChatGPT. |
by applying "gpt-4-mobile" patch, it worked for 4 days. This issue happens again. So gpt-4-mobile is not a final fix. will try @hydrotho 's method.
|
gpt-4-mobile |
RIP my borrowed plus account expired |
Which means the PUID is invalid for GPT-4 access |
Seems like it's IP based. My server hasn't hit one over the past 3 days (or it could be fingerprint. Using LibreWolf/Brave fingerprint triggers it every 6 requests.) |
You guys can try running your own instances of the funcaptcha server https://github.com/acheong08/funcaptcha (instructions in readme) Currently downloads the images to be solved by the client side if necessary (which it shouldn't be). |
@acheong08 403 Unusual activity happens again. It runs smoothly in the former 3 days. |
I've changed to Pengzhile's API as a temporary solution. |
大佬牛逼! GoodJob! |
hints on how you do the image detection? |
I will update the stats page |
@pengzhile |
Or is it normal, just the time consumption for solving? |
Thanks, it works after removing the checking for |
@pengzhile Seems that now it often raise exception of 500 {"detail":"solved failed"} |
9 of 10 requests with "solved failed" |
My current implementation now brute forces the captcha. 1/5 chance anyways |
Can you open source your implementation of the solver? I can reliably trigger the original version of the captcha |
Update: @linweiyuan got it working again without captcha |
Anyone else having issues with captcha still? |
Still having the error 50% of the time |
Same for me, 50%+ of the time |
Retrograded to 6.7.6, I have to do the captcha myself but at least it works |
maybe the "sup=1|rid=" is not enough for validation? |
It doesn't work anymore at all on my side |
Same issue here |
Is there an existing issue for this?
What happened?
Steps to reproduce the problem
Try to run ask() with V1 API.
What should have happened?
Is should work:)
Version where the problem happens
Tried 6.3.4(latest)
What Python version are you running this with?
3.9
What is your operating system ?
Linux
Command Line Arguments
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: