Hello,
I seem to be getting the following error when starting Plex, which is resulting in not being able to access my library at all:
Nov 19, 2023 22:41:26.373 [139732161796920] ERROR - CERT: Error acquiring new certificate: Failed to upload CSR: 429, <?xml version="1.0" encoding="UTF-8"?>
<errors>
<error code="1003" message="API rate limit exceeded" status="429"/>
</errors>
I was trying to troubleshoot some things locally which resulted in Plex requesting multiple certs in a short period of time. It’s all on me, and I get that, but just wondering what the limits are, how long I can expect to be rate limited, etc. I did some looking around, but I didn’t see anything posted regarding limits and time frames. I’ve corrected the local issue, so Plex will not be requesting certs like it was.
I’ve got family coming in this week and not having Plex will make things very difficult, as it’s my only source of TV.
You’re certificate limited. You somehow managed to start cycling through certificates every few hours.
Are you running with docker and re-initializing the container (requires a new certificate) ?
Have you checked the permissions in /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cache (default location) to ensure plex:plex has write access and nothing else is messing around in there ?
I have reset your certificate so you can get a new one but unless you figure out the root cause, it will lock up again in a few hours.
I know the root cause, the Cache folder was getting destroyed when I restarted the container, I fixed this, thanks for resetting. Does this require a manual reset?