twitch chat login via chromium parameters not working #832
-
I would like to login to the chat automatically but this never works for me. What works: starting a stream with chat and using traditional user:pw combo. This needs to be done whenever a stream is started/restarted, What I would like to have: Using the user:pw combo or a token to always login to chat automatically What I tried:
I used the token that is already linked in streamlink-twitch-gui (via profile menu)
Nothing worked. What am I doing wrong? All the best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Chromium uses the cookie data of the main Twitch website to log into Twitch chat. It's just a regular browser instance/session with the Twitch website loaded, but with a minimal window layout ("Chromium app mode"). You can't pass parameters here like applications which are specifically built for Twitch chat, like Chatty or Chatterino. This doesn't make sense. If you want to be logged in while using the Chromium chat profile, then log in on the Twitch website in your regular Chromium session, so that Chromium can pick up the cookie data when it's launched from the Twitch GUI in the app mode. If you want to have a separate Chromium session, then use the custom |
Beta Was this translation helpful? Give feedback.
Chromium uses the cookie data of the main Twitch website to log into Twitch chat. It's just a regular browser instance/session with the Twitch website loaded, but with a minimal window layout ("Chromium app mode"). You can't pass parameters here like applications which are specifically built for Twitch chat, like Chatty or Chatterino. This doesn't make sense.
If you want to be logged in while using the Chromium chat profile, then log in on the Twitch website in your regular Chromium session, so that Chromium can pick up the cookie data when it's launched from the Twitch GUI in the app mode. If you want to have a separate Chromium session, then use the custom
--use…