TychoTheTaco / Twitch-Drops-Bot

A Node.js bot that will automatically watch Twitch streams and claim drop rewards.
MIT License
281 stars 37 forks source link

[BUG] It login but fail on cookie retrive #308

Open Fede14it opened 1 year ago

Fede14it commented 1 year ago

I receive this error: twitch-drops-bot_logs.txt

ryklebaron commented 1 year ago

Same issue here, but the bug is that the conformation email is not send. So there is no successful login.

LeftMonster commented 11 months ago

Same issue, just like 2F said. And the error log is exactly the same as @Fede14it's.

Denominator765 commented 11 months ago

So, I pulled the code to do my own independent research into this issue, and after some debugging, the issue stems from Twitch not supporting Chromium (which I believe is the underlying interface of Puppeteer). This is the page that this bot ends up getting after clicking to log in. screenshot