ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[BUG] Infinite loop in get_cf_cookies and the chrome page view of "https://chat.openai.com/chat" is "Please stand by, while we are checking your browser"

Open OlivierShi opened this issue 2 years ago • 1 comments

The program is hang by the infinite loop in get_cf-cookies function. And i debug into the response of chatgpt web page as below,

driver.Get("https://chat.openai.com/chat")
print(driver.page_source)

image

OlivierShi avatar Feb 03 '23 07:02 OlivierShi

Seems it fails to pass cloudflare. Try using official API (instructions in ReadMe)

acheong08 avatar Feb 03 '23 09:02 acheong08

did you solve this problem?

burakismlg53 avatar Mar 01 '23 21:03 burakismlg53

Not supported anymore.

acheong08 avatar Mar 02 '23 01:03 acheong08