krathalan / wtwitch

Terminal user interface for Twitch
GNU General Public License v3.0
68 stars 9 forks source link

[BUG] wtwitch v causes infinite loop when there is no internet connection #35

Open jfsen opened 2 months ago

jfsen commented 2 months ago

Describe the bug The while loop in line 1787 iterates infinitely, if the vodData variable is empty:

/usr/bin/wtwitch: line 1858: vodData[1]: unbound variable
/usr/bin/wtwitch: line 1865: vodData[2]: unbound variable

To Reproduce Execute wtwitch v {stream} on a known stream in the follow list while offline.

Expected behavior The script should exit with an error message.

Logs/system info (please complete the following information):