-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
plex-auto-languages seems to be causing plex server to endlessly run operations #104
Comments
This repository is pretty much dead in terms of development or anything really, but the only way to really fix it short of going into the code and fixing things is to disable the You could go and try my version if you would like and see if it works for you -- https://hub.docker.com/r/journeyover/plex-auto-languages it has updated dependencies and I fixed up a few issues. |
Thanks, I'll give it a shot. |
@JourneyOver Unfortunately your version still is creating the same issue, but it seems to be localized to one particular show. I'll try getting Plex to ignore that one show. |
Hmm damn, sucks that it was even is doing it with my version :/ the fix for the particuler error in the image is from this PR #100 which I had pushed into my version, as I was having the same issue as you for a very long time until I implemented it myself and stopped having the issues. Mind throwing up what show exactly it seems to be localized on that is possibly causing the issue still? |
Interesting. Appreciate your help! I labeled the show with the ignore label and still ran into the issue last night. I'm attempting to stop the trigger_on_scan functionality for PAL to see if that helps. Pastebin seems to be down, but I had the Plex server logs here: https://pastebin.com/qHnLGCKp It's a show called Strikeback that it seems to be stuck on in particular. |
Sadly I still haven't been able to reproduce the |
Ah sorry to be clear, once I moved to your new image, the NotImplemented Error has gone away, but I was still getting the CPU intensive loops for that one show every night when Plex Media Server kicked off background tasks. I finally just disabled the PAL "Start on Scan" feature and it seems to have stopped that issue last night. I'm still not sure why it was so stuck on one show, but I'll keep it this way for now. |
@JourneyOver please, can you make the tags available so I can use it in helm charts? God damn love PAL but it's unusable as is so I'd love to try your version Here's an example |
@s0len to answer you both here and on #100 It's already up on github located here -- https://github.com/JourneyDocker/Plex-Auto-Languages as I have it under an org that I have all my docker stuff under. I currently don't have it setup with any tags short of just I am still trying to figure out the high cpu usage problem that people seem to be experiencing, but I have not been able to reproduce the problem myself at all, so I currently still have no fix in place for said problem, but other things like the whole |
While investigating why my server was running at high CPU loads, I discovered that my Plex server was endlessly looping through some sort of operation with plex-auto-languages. The behavior would always occur at 2am when my Scheduled Plex Tasks kicked off but would continue endlessly until I stopped the docker container for plex-auto-languages.
The logs on the plex-auto-languages docker container doesn't reveal much.
These are the plex server logs https://pastebin.com/qHnLGCKp
The text was updated successfully, but these errors were encountered: