-
Notifications
You must be signed in to change notification settings - Fork 70
Description
I have been using twitch-stream-recorder for many months, it is great software, thank you for making it!
During that time I leave it running and am accustomed to seeing the message:
<twitch-user> currently offline, checking again in 15 seconds
and this will keep checking every 15 seconds until the comes online and then the software will record the stream.
However, recently I have noticed that after the intial "checking in 15 seconds" message as above, the twitch-stream-recorder software now gives the message:
<time-of-day> unexpected error. will try again in 5 minutes
For example:
python3.8 twitch-recorder.py --username francoisknyc --quality audio_only checking for francoisknyc every 15 seconds, recording with audio_only quality francoisknyc currently offline, checking again in 15 seconds 04h20m44s unexpected error. will try again in 5 minutes
I have recently built a new VM Ubuntu 20.04.03, with a fresh download of twitch-stream-recorder, to see if the issue would re-occur and it does.
This is the output of twitch-recorder.log:
INFO:root:checking for francoisknyc every 15 seconds, recording with audio_only quality
INFO:root:francoisknyc currently offline, checking again in 15 seconds
ERROR:root:04h20m44s unexpected error. will try again in 5 minutes
INFO:root:checking for francoisknyc every 15 seconds, recording with audio_only quality
ERROR:root:04h25m35s unexpected error. will try again in 5 minutes
Could you please offer assistance as to a fix on this?
Thank you.