terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

Login with openai 2captcha not solving captcha #94

Open kalpavix opened 1 year ago

kalpavix commented 1 year ago

using Microsoft login is not a problem and the cookies get saved but I try to use openai login with 2captcha but it's not working it write the email and stuck with captcha no errors nothing 2captcha

terry3041 commented 1 year ago

Can you try v0.4.1 and see if it works?

DevRoss commented 1 year ago

Maybe you can pass verbose=True for initialization, the 2captcha solver will try for 8 times, you should wait 60 - 120 seconds for completion.