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

Cleanup script is only showing one video now #5

Closed tfabris closed 5 years ago

tfabris commented 5 years ago

I am not sure, but this might be only visible in "WinAway" mode on the Thinkpad. Retest this on the Mac and see if you still get the same issue.

This might be a problem with platform differences.

I also encountered the problem immediately after getting a fresh refresh token on the Thinkpad, so it could possibly be related to that.

Or, maybe I'm missing some parameters to the API call.

In any case, test this out.

tfabris commented 5 years ago

Ah wait. The script shows one video and then DIES, is what's happening. There's a bug somewhere where it's crashing. Need to dig in and find the bug source.

tfabris commented 5 years ago

No, it wasn't a crash. It was the old "sh doesn't support process substitution" thing coming back to bite me. Re-fixed properly by going back to process substitution, since I had already long since fixed the "bash" configuration in the Synology task manager.