acheong08/ChatGPT

It asks to manually input captcha

hansfzlorenzana opened this issue · 8 comments

I got this error when running revChatGPT.

Setting PUID (You are a Plus user!): user-xxxxxxxxxxxxxx
No working endpoints found. Please solve the captcha manually.
Saved captcha image to /var/folders/g8/7pl_q7v521qdj2myc5x22ymw0000gn/T/tmpsp96ey3o/1690201952.4226801.jpeg
Captcha instructions: <b>Using the arrows,</b> connect the same two icons with the dotted line as shown on the left.
Developer instructions: The captcha images have an index starting from 0 from left to right
Enter the index of the images that matches the captcha instructions:

Is there any fix for this?

Nadeus commented

This is normal behavior

hz3271 commented

This is normal behavior
"Each time I send a conversation, I am required to complete the line verification (captcha) again. Is this normal behavior?Is there a possibility to automate the captcha verification process in the future?"

CAPTCHA continues to automate the solution

i'm perfectly fine doing the captcha manually, as long as it works

How do you solve the captcha with pictures ? On the internet you switch with the key arrows, how do you do it with the program ? thanks

@ttamoud in the console you put the right picture number (count from 0 and not 1)

Is there any good scheme to parse it?
4.0 needs arkose_token parameter, this parameter is mainly from https://tcr9i.chat.openai.com/fc/gt2/public_key/35536E1E-65B4-4D96-9D97-6ADB7EFF8147 this interface

I parsed the parameters required for this verification and successfully returned the token value I needed, but I can only get answers in single-account or single-thread mode, I don’t know what the situation is

Is there any good scheme to parse it? 4.0 needs arkose_token parameter, this parameter is mainly from https://tcr9i.chat.openai.com/fc/gt2/public_key/35536E1E-65B4-4D96-9D97-6ADB7EFF8147 this interface

I parsed the parameters required for this verification and successfully returned the token value I needed, but I can only get answers in single-account or single-thread mode, I don’t know what the situation is