meeb
meeb
Interesting, the count is just what's in the `tasks` table so not entirely sure why the number would be different. I'm likely not going to look into this too much...
Ah so you have a bunch of failed tasks which have stuck about and are being counted in the total number of tasks but have expired so aren't showing on...
Yes, the worst thing that will happen is a video that didn't download after several retries doesn't get tried again. Delete away.
They might break quite a lot but at least they are reliably broken...
TubeSync is really just a wrapper around `yt-dlp` (and formerly `youtube-dl`). That error effectively means "a download was started for a media item, and when `yt-dlp` completed the download, the...
Oh as for your 14 tasks that are scheduled, are they not running? Can you drop a shell into the container and check the `process_tasks` worker is running?
@tamahau30494 you can always also just view processes in containers as root from the host machine as well, it doesn't have to be in the container. If you want to...
@tamahau30494 sure, as no processes run as root in the container. Try: ```bash $ ps aux ``` But, this is is a level of debugging that's probably not especially useful...
Yep, but if that button times out (it can if you have a load of sources or media added as it's an HTTP request) you can follow this guide to...
Yes I've been looking into this myself for a while ever since I started downloading YouTube videos to watch on other devices. This would be provided by `youtube-dl` or similar...