1337w0rm / YeetMeet

YEET MEET is a telegram bot which can be deployed to a server, heroku or on your local machine. It can attend your Google Meet and Zoom classes for you. You can also schedule meetings and it will automatically join at the given time.
168 stars 103 forks source link

Error occurred! Fix error and retry! "unable to set cookie" #37

Open ErCiaffa opened 3 years ago

ErCiaffa commented 3 years ago

Every time I send the command "/ meet [url]" the bot sends this error message on telegram and reboots.

Telegram Chat: "Error occurred! Fix error and retry! Message: unable to set cookie (Session info: chrome=90.0.4430.212)"

Log: "

python chromium.py

DevTools listening on ws://127.0.0.1:55554/devtools/browser/75b53719-1732-4f0f-9250-b95aecaca27d 2021-05-14 10:54:33,088 - root - INFO - Adding Google Meet meetings to schedule Google meet schedule not found. Run schedule.py to add schedule or change SCHEDULE environment variable to 'False to turn off schedule' 2021-05-14 10:54:33,089 - root - INFO - Adding Zoom meetings to schedule Zoom schedule not found. Run schedule.py to add schedule or change SCHEDULE environment variable to 'False' to turn off schedule 2021-05-14 10:54:33,089 - root - INFO - Bot started [4060:11584:0514/105442.701:ERROR:device_event_log_impl.cc(214)] [10:54:42.702] USB: usb_device_handle_win.cc:1054 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [4060:11584:0514/105442.703:ERROR:device_event_log_impl.cc(214)] [10:54:42.703] USB: usb_device_handle_win.cc:1054 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) 2021-05-14 10:54:50,017 - root - INFO - DOING

"

After the last string of text ( - root - INFO - DOING), the bot stops working and restarts

1337w0rm commented 3 years ago

Have you put correct google login credentials in config.py file ?

ErCiaffa commented 3 years ago

I checked my credentials and they're right. Now I tried to use other credentials and it always gives me another error when I do the /meet command

Message: invalid cookie domain: Cookie 'domain' mismatch (Session info: chrome=90.0.4430.212)

1337w0rm commented 3 years ago

I have updated the code and fixed this issue for Google Meet bot. If you're trying to use Zoom bot it has not been fixed yet.

Shailesh-Amane commented 2 years ago

I have updated the code and fixed this issue for Google Meet bot. If you're trying to use Zoom bot it has not been fixed yet.

bro i'm also facing same issue. Every time I send the command "/ meet [url]" the bot sends this error message on telegram and reboots.

Error occurred! Fix error and retry! Message: invalid cookie domain: Cookie 'domain' mismatch (Session info: chrome=95.0.4638.54)

this type of error i'm facing.please replay me as soon as possible