ChatGPT
ChatGPT copied to clipboard
Always loop to Browser spawned
In v1.2.1,chrome 110.0.5481.78, spawning browser an infinite loop after successful login
Logging in... Spawning browser... Browser spawned. Found Cloudflare Cookie! Found Session Token! Login successful. Spawning browser... Browser spawned. Found Cloudflare Cookie! Spawning browser... Browser spawned. Found Cloudflare Cookie!
same
Might be a bad session token. Try using email/password authentication
Could also be that the cf_clearance is invalid for an unknown reason
@acheong08 i check it in line 282 return 403
same issue
me too
same
same
url = BASE_URL + "api/auth/session" response = self.session.get(url, timeout_seconds=180)
return 403
ChatGPT is extremely unstable. They have scaled down their resources.
Also proxies. Proxies are not properly supported
same
same
They returned a cloudflare authorization page, maybe need some another cookie?
I think this is because the IP you are using is banned by Cloudflare, it happens frequently for whom using a public VPN service.