ChatGPT
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"
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)
Seems it fails to pass cloudflare. Try using official API (instructions in ReadMe)
did you solve this problem?
Not supported anymore.