Server Version#: 1.15.2.793 on ubuntu 18.04.2
Player Version#: 3.83.1 on mac (but irrelevant as issue is with server)
I have the same as many, as I found many posts on the same topics, but unfortunately I could not find a sustainable solution, I still can’t claim my server (well it randomly some time success and then get lost on restart).
Over time rarely it would succeed to claim but then it would start again failing to reclaim when the server restarts. It seems to be network issue cause even when once I managed to claim the server it had issue downloading some drivers
If someone can help of give guidance as to where I should look next that would be greatly appreciated !
Thanks vm for the prompt response, tried that and it fails, logs below:
Comparing entered passwords
Comparing entered passwords ok
Getting PMS Server Identifier
Getting PMS Server Identifier ok
Getting User Token from plex.tv
Getting User Token from plex.tv ok
Getting PMS Claim Token
Getting PMS Claim Token ok
Claiming server
Fatal error happened
HTTP returned Status 500
My problem turned out to be with my Vonage Box. It was double NATing everything and I could not get through to claim the new server. To this day, I can’t figure out how the first Plex Server worked… Anyway, I moved the Vonage box behind my router (instead of before) and everything worked.
Thanks @taproom, I do not have double NAT, I can actually access my server fine by just port forwarding on my rooter which I would think would not work if there was anything in between double NATing is that right ?
@dane22 yeah i think you are right, I have turn off my firewall, i have played by turning on and off UPnP (logs attached) but still no luck, i have found the below related topics:
From the logsPlex Media (838.3 KB)
I see less issues resolving plex.tv but more reaching local host eg:
Request: [127.0.0.1:49838 (Loopback)] GET /player/proxy/poll?deviceClass=pc&protocolVersion=1&protocolCapabilities=timeline%2Cplayback%2Cnavigation%2Cmirror%2Cplayqueues&timeout=1 (4 live) GZIP
Not sure why the setting network->List of IP addresses and networks that are allowed without auth, exactly do but I added local host 127.0.0.1 there but no luck neither
It’s most likely not a PMS issue, but something related to your OS and setup
Start by verifying, that it can browse to a site, by typing: curl https://plex.tv/updater/products/5/check.xml?build=linux-x86_64&channel=16&distribution=debian&version=1.15.2.793-782228f99 in a terminal
And if that doesn’t work, check DNS settings, default router, and once more firewall
Also from running the bash script, you nicely provided, the output shows that I can get user and PMS claim token, so that means the PMS can access plex servers right ? That should roll out any DNS/rooter settings no ?
The issue seems to only be on the last step, which seems to post a request to the PMS itself and the response is either 500 or 401, the logs of the PMS when that happens nothing useful even in verbose mode.
Mmm I think I am onto something, when I try the curl query @dane22 requested above or any other that timeout on my logs they take roughly 16s to comeback on my server whereas from the logs timestamps the max time allowed seems below that.
So maybe it is a DNS issue its just the setting somehow on my linux server that causes resolution to be much slower, I ll keep looking in that direction.