-
-
Notifications
You must be signed in to change notification settings - Fork 11
UpdateTool stops at 'ImdbRatingDatasetFactory.readData' #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you run this in a docker or on bare metal? If it gets stuck at that point something very weird I/O related must happen on your system: I just tested it on my machine (TM)
and it is working well. UpdateTool/src/main/java/updatetool/imdb/ImdbRatingDatasetFactory.java Lines 154 to 167 in 117b2e1
Looking at the code; between So if it still appears for some reason the file is not being processed (?) - would be interesting to know what is written in the file and if it is actually even a valid TSV file. |
If I disable TV show parsing (NO_TV) there are no issues. I think it might be an issue of the size of my TV library (30.000 episodes). However, increasing the memory size from 256m to 512m actually causes some issues with my Unraid installation (99% docker CPU usage by UpdateTool, access to Unraid interface dropping out) so I think I might just leave NO_TV enabled... I mainly care about movie ratings anyway. |
Last thing you could do is send me a link to your database via email. Would be interesting to see if this behavior is reproduced on my system. |
Tell me what you need exactly and where to send it, and I'll send it over! I'll also include a screenshot of the docker settings. |
Sure! The file is usually located in: Plex Media Folder/Plug-in Support/Databases and named com.plexapp.plugins.library.db In Unraid this will likely be in the data folder of the plex container. You can then send it to marc@herschel.io |
UpdateTool always used to work without issues, until last week Plex notified me of a database corruption. After fixing this, UpdateTool always gets stuck at the same point:
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: