nek0us / ChatGPT

a ChatGPT api,no web ui
GNU General Public License v3.0
11 stars 3 forks source link

send msg retry max #12

Open thangckt opened 6 days ago

thangckt commented 6 days ago

hi @nek0us

I get this error


2024/06/26 16:25:39 ChatGPTWeb.py WARNING Download message error:Page.goto: NS_BINDING_ABORTED; maybe frame was detached?
Call log:
navigating to "https://chatgpt.com/backend-api/conversation", waiting until "load"

2024/06/26 16:25:39 ChatGPTWeb.py WARNING send message error:Page.goto: NS_BINDING_ABORTED; maybe frame was detached?
Call log:
navigating to "https://chatgpt.com/backend-api/conversation", waiting until "load"

2024/06/26 16:25:40 ChatGPTWeb.py ERROR Download message error: Page.goto: NS_BINDING_ABORTED; maybe frame was detached?
Call log:
navigating to "https://chatgpt.com/backend-api/conversation", waiting until "load"

send message error: Page.goto: NS_BINDING_ABORTED; maybe frame was detached?
Call log:
navigating to "https://chatgpt.com/backend-api/conversation", waiting until "load"
 ,retry: 2
send message error: BrowserContext.new_page: Page.evaluate: Something went wrong. If this issue persists please contact us through our help center at help.openai.com.
....
....
@debugger eval code line 226 > eval:1:21
evaluate@debugger eval code:233:19
@debugger eval code:1:44
 ,retry: 1
Download message error: Page.goto: NS_BINDING_ABORTED; maybe frame was detached?
Call log:
navigating to "https://chatgpt.com/backend-api/conversation", waiting until "load"

send message error: Page.goto: NS_BINDING_ABORTED; maybe frame was detached?
Call log:
navigating to "https://chatgpt.com/backend-api/conversation", waiting until "load"
 ,retry: 0
 and error: send msg retry max

Do you know how to solve it?

Thank.

nek0us commented 6 days ago

Looks like a network issue, and the login is not completing? Try using a different proxy? And set logger_level='DEBUG'