Is your feature request related to a problem? Please describe.
The session token from /config/twitch_oauth.txt will eventually expire, which results in ads playing in streams that I'm subscribed to. Really annoying to record a live capture with ads, then find that the original vod is muted on twitch so I can't download it with intact audio.
I actually got Invalid data received from streamlink but that might be unrelated.
Describe the solution you'd like
A new notification for when the session token expires. (e.g. check every 3 hours?)
Describe alternatives you've considered
Writing my own script to notifiy me when my session token expires using twitch's /oauth2/validate endpoint.
Is your feature request related to a problem? Please describe.
The session token from
/config/twitch_oauth.txtwill eventually expire, which results in ads playing in streams that I'm subscribed to. Really annoying to record a live capture with ads, then find that the original vod is muted on twitch so I can't download it with intact audio.I actually got
Invalid data received from streamlinkbut that might be unrelated.Describe the solution you'd like
A new notification for when the session token expires. (e.g. check every 3 hours?)
Describe alternatives you've considered
Writing my own script to notifiy me when my session token expires using twitch's /oauth2/validate endpoint.