#help with this error?
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
Send the full log file plesse
This:
OSError: [Errno 24] Too many open files: '/Users/zack/Plex-Meta-Manager/config/logs/TV Shows/collections/Theme - Supernatural/collection.log'
Is an error coming from the OS, and PMM can't do anything about it.
PMM is trying to open a log file, and the OS is responding "I can't do that".
Oh I didn't see that in the file, on my phone lol
So you have to do limit - n <#> <#>=a high number like 20000. I use Linux but honestly what fixed it for me was moving to docker.
I always had to increase the ulimit number and sometimes it just wouldn't change at all
yea i did that, i think that seemed to help? but im getting this additional error too
| plexapi.exceptions.BadRequest: (500) internal_server_error; (redacted)/library/sections/2/all?collection.locked=0&collection%5B0%5D.tag.tag=Setting%20-%20The%201990%27s&id=498889&type=2 <html><head><title>Internal Server Error</title></head><body><h1>500 Internal Server Error</h1></body></html> |
(500) internal_server_error detected in message, would you like to learn more about this error?
A 500 Internal Server Error happens when the server has an unexpected error when responding to an API request.
There could be any number of reasons why this happens and it depends on what server PMM is talking to although its most likely coming from your Plex Server.
Most of the time these errors need to be resolved by changing something specific to your set up but some do come up that can be fixed (i.e. Plex throws one if you upload a photo larger then 10 MB)
Many Appbox Setups will throw this error when too many requests are sent
:one: Settings | Manage | Console -> then filter on Error and Warning to see what might be going on
:two: Check the plex logs (container or other) for the "Busy DB Sleeping for 200ms)
ok that helps with the server error issue, ill look into that, but whys the collection locked?
Are you referring to this?
collection.locked=0
That;s referring to the value of collection.locked as 0, which would be false.
oh so its not locked. although i cant delete certain collections either hence the misunderstanding.
and my plex token changed, so theres that.
Anything further on this?