-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] no login possible #267
Comments
same issue, I just installed docker for the first time, maybe a bug in the last version, I'll have to try using an older version of docker |
same here older version doenst work for me to :/ |
@BulldozerPete @whyphyrl @acewins727 use the copy cookies method, grab ur cookies with editthiscookie extension or export and place it in a file named "cookies-.json". this solved the problem for me. I was also unabel to logon with the interactive method. |
[ |
@BlackNL16 what is the name of the cookie? |
@BulldozerPete you need auth-token and unique_id |
@BlackNL16 Done. Still same error. my commands, after login via ssh: |
docker run --rm -v /home/sam/Twitch-Drops-Bot:/app/data -i -t --name twitchbot --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest |
@BulldozerPete this is my config.json file. { |
@BlackNL16 done. Next error: |
make sure you named the cookiefile as following "cookies-bulldozerpete.json" |
I renamed the file to "cookies-USERNAME_TWITCH.json" Worked for me. |
Glad I could help you with this, been struggling myself also to got it working first time xD
Verzonden vanaf Outlook voor Android<https://aka.ms/AAb9ysg>
…________________________________
From: BulldozerPete ***@***.***>
Sent: Thursday, December 22, 2022 11:51:28 AM
To: TychoTheTaco/Twitch-Drops-Bot ***@***.***>
Cc: BlackNL16 ***@***.***>; Mention ***@***.***>
Subject: Re: [TychoTheTaco/Twitch-Drops-Bot] [Bug] no login possible (Issue #267)
I renamed the file to "cookies-USERNAME_TWITCH.json"
Worked for me.
Thank you very much @BlackNL16<https://github.com/BlackNL16> !
—
Reply to this email directly, view it on GitHub<#267 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASQJMHJ7UOHKM75CSWN4LD3WOQXDBANCNFSM6AAAAAASZPXKWE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
My old cookies just expired and I just forgot how to deal with it. Thank you for your hint! |
@BlackNL16 Do you know if there is an option to auto-claim drops? |
@BlackNL16 Now I have got a new error: Do I need to update my auth-token? |
hello I have the sames errors |
Describe the bug
Can' login into docker container
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
[2022-12-09 15:53:16] [info] Loading config file: config.json
[2022-12-09 15:53:16] [warn] Overriding browser option because we are inside a docker container!
[2022-12-09 15:53:16] [warn] Adding browser option: --no-sandbox because we are inside a docker container!
[2022-12-09 15:53:16] [info] Logging in...
[2022-12-09 15:53:24] [info] Checking for email verification...
[2022-12-09 15:53:54] [error] TimeoutError: Waiting for selector
.//*[contains(text(), "please enter the 6-digit code we sent")]
failed: Waiting failed: 30000ms exceededat Timeout. (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WaitTask.js:64:32)
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7)
[2022-12-09 15:53:54] [info] Checking for 2FA verification...
[2022-12-09 15:54:24] [error] TimeoutError: Waiting for selector
.//*[contains(text(), "Enter the code found in your authenticator app")]
failed: Waiting failed: 30000ms exceededat Timeout. (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/WaitTask.js:64:32)
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7)
[2022-12-09 15:54:24] [info] No extra verification found!
[2022-12-09 15:54:24] [info] Waiting for cookies to be created...
[2022-12-09 15:54:27] [info] Waiting for cookies to be created...
[2022-12-09 15:54:30] [info] Waiting for cookies to be created...
[2022-12-09 15:54:33] [info] Waiting for cookies to be created...
[2022-12-09 15:54:36] [info] Waiting for cookies to be created...
[2022-12-09 15:54:39] [info] Waiting for cookies to be created...
[2022-12-09 15:54:42] [info] Waiting for cookies to be created...
[2022-12-09 15:54:45] [info] Waiting for cookies to be created...
[2022-12-09 15:54:48] [info] Waiting for cookies to be created...
[2022-12-09 15:54:51] [info] Waiting for cookies to be created...
[2022-12-09 15:54:54] [error] Error: Timed out while waiting for cookies to be created!
at LoginPage. (file:///app/dist/pages/login.js:62:31)
at Generator.next ()
at fulfilled (file:///app/dist/pages/login.js:4:58)
The text was updated successfully, but these errors were encountered: