ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

It asks to manually input captcha

Open hansfzlorenzana opened this issue 1 year ago • 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?

hansfzlorenzana avatar Jul 24 '23 12:07 hansfzlorenzana

This is normal behavior

Nadeus avatar Jul 25 '23 17:07 Nadeus

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?"

hz3271 avatar Jul 26 '23 09:07 hz3271

CAPTCHA continues to automate the solution

uniqueni avatar Jul 27 '23 07:07 uniqueni

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

Nadeus avatar Jul 27 '23 07:07 Nadeus

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 avatar Jul 28 '23 13:07 ttamoud

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

Nadeus avatar Jul 28 '23 13:07 Nadeus

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

isJN avatar Aug 01 '23 02:08 isJN

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

isJN avatar Aug 01 '23 16:08 isJN