Open lowkey704 opened 10 months ago
Hi @lowkey704 ,
Did you manage to get this resolved? If not join the discord and we can take a look at it.
So I signed up for a relay and I downloaded noalbs - I config'd and launched. I can't get it running because it's constantly at war with twitch authentication.
Some digging I saw the post about the oauth and I tried that. I even tried my out right password. I gave up at this point. How do I get past or is it possible that something else is causing the fail?
Make sure you format the oauth in the .env file like follows:
TWITCH_BOT_USERNAME=715209
TWITCH_BOT_OAUTH=oauth:YOUR_OAUTH_HERE
So if I do my twitch bot account that I created I would go to (https://twitchapps.com/tmi/) click connect and change the TWITCH_BOT_USERNAME and TWITCH_BOT_OAUTH like below:
TWITCH_BOT_USERNAME=b3ckBOT
TWITCH_BOT_OAUTH=oauth:a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5
(Please keep in mind these are just examples and will not actually work to login into the Twitch IRC Server.)
So I signed up for a relay and I downloaded noalbs - I config'd and launched. I can't get it running because it's constantly at war with twitch authentication.
Some digging I saw the post about the oauth and I tried that. I even tried my out right password. I gave up at this point. How do I get past or is it possible that something else is causing the fail?