NikkelM / Random-YouTube-Video

A browser extension that allows you to truly randomly shuffle videos from any YouTube channel, offering many customization options.
https://chromewebstore.google.com/detail/random-youtube-video/kijgnjhogkjodpakfmhgleobifempckf
GNU Lesser General Public License v3.0
17 stars 3 forks source link

[Bug] If fetching videos takes too long, the background worker shuts down #203

Closed NikkelM closed 1 year ago

NikkelM commented 1 year ago

Example channel as reported on the Chrome Web store: https://www.youtube.com/@EpicSkillshot

NikkelM commented 1 year ago

This seems to be caused by the background worker being shut down after not receiving any messages for the timeout interval, which happens when the extension has to fetch a lot of video data, during which there are no messages being sent to the worker.