-
Notifications
You must be signed in to change notification settings - Fork 256
TimeoutException. I tried to set longer time such as 35, it still doesnt work #19
Comments
I dont know why the first error will happen. A Xvfb session should be started automatically in the library. Maybe that part is not working. |
Thanks! I check the screenshot, and find that google login failed verification. So I updated pkg to the latest and switched to session-token login, and failed again. I got the error
My session_token is copied from https://chat.openai.com/api/auth/session, |
Regarding this, you can recover your account by https://accounts.google.com/signin/recovery?ec=ar_t.
accessToken in this page means |
Rogar that! Thanks to your help, I've logged in successfully and sent messages!😁 However,
Maybe this error is due to the change of UI? I log into chat https://chat.openai.com and find that the chatroom UI is different from what I saw servel days ago. |
Check v0.3.9.2 |
It works now. Thanks very much~ |
Hi, I run my script on a VPS with debian 11, chrome=108.0.5359.94, xvfb=2:1.20.11-1.
python chat_test.py
, i got errorselenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:39123 from chrome not reachable
xvfb-run -a python chat_test.py
and got this errorselenium.common.exceptions.WebDriverException: Message: unknown error: failed to change window state to 'minimized', current state is 'normal'
and 'DISPLAY' not in os.environ
pyChatGPT/src/pyChatGPT/pyChatGPT.py
Line 61 in 8f53882
then, i got the following error TimeoutException. I tried set longer time such as 35, it still didn't work:
The text was updated successfully, but these errors were encountered: