Server Version#: 1.41.1.9057
Player Version#: 4.138.0
Some days ago. I can’t watch any videos with EAC3 audio.
I delete Caches and Codecs folders and restart Plex. Nothing change.
I check many post and nothing can help me.
Req#11c/Transcode/rjspigxdafp0sx3t6sok9kp7/c9315d10-325d-4f48-ba89-b3d0840c78ef] [eac3_eae @ 0x7f66bc8a6680] EAE timeout! EAE not running, or wrong folder? Could not read ‘/tmp/pms-2725970f-3ece-4fc6-948d-efaeff554e32/EasyAudioEncoder/Convert to WAV (to 8ch or less)/rjspigxdafp0sx3t6sok9kp7_477-0-0.wav’
HTTP 1003 is a non-base HTTP error code.
In this case, it’s Plex.tv sending the error that the API was contacted too many times over the interval
That’s why it says “API rate limit exceeded”.
There are several possible causes:
The server is trying to get a new certificate
The server is trying to test for & establish Remote Access
The server wants Codecs & Drivers but, after the requested Codec/Driver is downloaded, the file can’t be saved. (This will be in the PMS log).
In all these cases, PMS has no choice but to try again.
You’ll see the error message in both the Console and the Logs but they do go by quickly so you might miss them.
Certificates and Drivers/Codecs not being saved, ESPECIALLY IN DOCKER, is almost always a file permission problem.
You specified the UID/GID for the container to run as. That UID/GID must have valid permission access outside the container too.
You (or the Container manager) specified the path to where /config is placed in the real filesystem.
The problem is when UID/GID 1) Can’t see /config and 2) can’t create anything in /config – or anywhere below. (e.g. certificates / codecs)
Part of the Certificates issue is:
PMS wants a certificate.
Plex.tv gives it (unless its already asked for too many)
PMS tries to save it.
REGARDLESS – PMS will use the certificate it has, keeping it in memory.
Next restart, PMS tries to load the last certificate – OOOPs, and it gets another LOL