tfabris / CrowCam

A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
4 stars 3 forks source link

Code to fix the secret key should not prevent the network test. #28

Closed tfabris closed 5 years ago

tfabris commented 5 years ago

Currently the code which looks for the secret stream key via the YouTube API (the fix for issue #24) will fail and drop out of the program if it can't find certain variables.

This is a problem if the network goes down. The API call will fail if the network goes down, thus exiting the program before it gets a chance to test the network, thus preventing the network tester from working properly.

Need to fix this ASAP. Though the network/stream tester will still work for now, they'll just work because the stream is down rather than working because the network is down.

tfabris commented 5 years ago

This has been addressed in the most recent code checkin. Needs to be placed into production still, but I'm closing the bug.