tcely
tcely
The tasks page reads from the `TaskHistory` model. Resetting the tasks does work. It was one of the first things that I made work when starting on the new tasks...
What steps have you taken? Have you run the `VACUUM`[^vacuum] command recently? [^vacuum]: https://sqlite.org/lang_vacuum.html https://github.com/meeb/tubesync/blob/802716047c23df7248c3970e2eda35e9995bd6ca/tubesync/tubesync/local_settings.py.container#L47-L72 Have you increased the timeout in the `local_settings.py` file? https://github.com/meeb/tubesync/blob/802716047c23df7248c3970e2eda35e9995bd6ca/tubesync/tubesync/local_settings.py.container#L52 Have you changed the `journal_mode`...
You can individually reschedule these tasks, or manually revoke them from the Python shell. It's easiest to just let them run instead.
> I suppose fully removing background_tasks as a library would be nice. Yes. That's the immediate goal. Another that is near the top is adding at least a basic search...
https://github.com/meeb/tubesync/blob/e539d466d41819bf72be3144212b53f51f5b01a3/tubesync/tubesync/settings.py#L196 Try using the `YOUTUBE_DL_SKIP_UNAVAILABLE_FORMAT = True` setting. Or, you should be able to simply wait for the formats to be updated.
It's YouTube making certain formats more difficult to download. The "no formats" error triggers a refresh of the available formats. This takes a bit of time usually. The setting removes...
> I consistently got the `ERROR: ... Requested format is not available` on a fresh install. It seems the current Docker image is based on Debian Bookworm, which has two...
> I believe this manifested for me specifically because the formats are chosen and stored in the database. I get a difference list of available formats if I use the...
I'm hopeful that a release including #120 improves this issue.
Any release that contains [`340732397b8d06e622c7a03e0eba68bbb7d4d956`](https://github.com/ankenyr/jellyfin-youtube-metadata-plugin/commit/340732397b8d06e622c7a03e0eba68bbb7d4d956) should have improved behavior. Try it and let us know.