mirror of
https://github.com/tubearchivist/tubearchivist-jf.git
synced 2026-03-23 21:17:23 +00:00
[GH-ISSUE #32] Scripts are timeouting all the time #26
Labels
No labels
duplicate
enhancement
help wanted
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/tubearchivist-jf#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CommanderRedYT on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf/issues/32
When waiting for jellyfin to finish scanning, the script usually times out.
I only have about ~2TB of data in Tubearchivist. This takes jellyfin quite some time tho to go through. The 12*5 seconds waiting is way too low, it usually takes 3 minutes or more. I was not able to successfully sync with this script.
@Iliannnn commented on GitHub (Mar 20, 2024):
Have you tried the Jellyfin TubeArchivist Plugin yet? It integrates fully with Jellyfin as a plugin and not just with an API integration, this might fix your issues.
@CommanderRedYT commented on GitHub (Mar 22, 2024):
@Iliannnn
No I haven't, but thanks for pointing it out, did not know that existed! And it works without patches!
@jvtrigueros commented on GitHub (Mar 25, 2024):
I was also having the timeout issue, and ran the code line by line and found it was looking up the series
IndexNumberrather than the seasonName. https://github.com/tubearchivist/tubearchivist-jf/blob/master/app/src/series.py#L228I changed that line to:
@CommanderRedYT commented on GitHub (Mar 25, 2024):
@jvtrigueros I also tried that, but it did not seem to work for me. Maybe because there was already metadata? Anyways, I moved on to the Jellyfin Plugin and just loving it!
@jvtrigueros commented on GitHub (Mar 25, 2024):
@CommanderRedYT I would've liked to use the plugin but I kept seeing Authorization error in the Jellyfin logs and had no easy way to debug :/
@bbilly1 commented on GitHub (Apr 19, 2024):
The plugin is now in the main organization. Switch to that if you have problems with that.