NOALBS / nginx-obs-automatic-low-bitrate-switching

Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
http://noalbs.com
MIT License
339 stars 77 forks source link

Noob - Twitch is failing #159

Open lowkey704 opened 5 months ago

lowkey704 commented 5 months ago

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?

715209 commented 4 months ago

Hi @lowkey704 ,

Did you manage to get this resolved? If not join the discord and we can take a look at it.

b3ck commented 4 months ago

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.)