From what I know of the Shield server app, it will usually fail like that when there’s a permission problem accessing the storage where you are keeping the metadata. ( A USB drive ? ).
Please re-check the Nvidia Shield’s permissions to make certain those didn’t reset during the uninstall/reinstall process. I think it will remove permission after uninstalling.
@ChuckPa, I just tried to restart and I have everything back to normal, but I am still unable to connect to ‘Shield’ securely. I tried a new browser and fresh restart as well.
@ChuckPa, yes. It is only complaining about connecting securely. If I turn it off, then I get that it is unreachable, but that is why I figured the problem is on the Shield, since the web is able to tell the difference of what state it is in.
Hello, after a password reset, connected devices sign-out, then reclaiming, my “Plex Server Log” is full of the getting the “[14332] ERROR - CERT: Error acquiring new certificate: Failed to upload CSR: 429” and “error code=‘1003’ message=‘API rate limit exceeded’ status=‘429’” errors. I also changed from Docker network settings a couple of times (network=host versus own network) to test some stuff. Might this be causing this limit to be reached? If so, I’ll stick with network=host in the future.
@ChuckPa, thank you so much. It finally worked. I accessed it through the ip and it worked. I tried that before already, but I’m sure all the troubleshooting and resets nudged something so that I could access it. Thanks again for your help.
Thank you very much! All is working correctly now. Yea, those resets…was troubleshooting some Ansible stuff triggering a lot of redeployments of Plex as a result. It’s fixed now
From what I saw, PMS had made multiple requests then got stuck in a “GENERATING” state due to getting stacked up with so many requests
Without seeing your logs, I’d be making blind suggestions however,
Make certain the permissions in the “Plex Media Server” directory are as they should be.
When in doubt, if you’re running stock configuration (default user plex, etc)
then sudo chown -R plex:plex /var/lib/plexmediaserver just to make certain something else didn’t compromise your PMS storage. PMS can be running while you do this.