Server Version#: Ubuntu 18.04; Plex 1.25.8.5621
Player Version#: multiple (Apple TV, Android, Web)
A few days ago my Plex server disappeared from all of my apps (Apple TV, Android, Web, etc.). I can still login, but all I see is the online stuff; my server is missing.
It appears that my server is no longer associated with my account so I logged into the server local and confirmed that. Here are the steps I’ve tried to resolve:
Stop Plex Media Server
Edit Preferences.xml, remove PlexOnlineToken, PlexOnlineUsername, PlexOnlineMail, and PlexOnlineHome key/value pairs
Reboot server
Go to local web interface https://localhost:32400/web
Get Plex Web Setup, Customize your Media screen; click Finish Setup
I now see my libraries with yellow triangles with ! in them.
I click on one of them
I now see (name) server is unclaimed and not secure and a Claim It Now button
I click on the Claim It Now button
I now see the General Settings page for my server with a message that “This server is unclaimed and not secure” and Claim Server button.
I click on Claim Server
I now see a Plex Web would like to sign in to your Plex account
I click on Continue with Email and provide my email address and password
Login is successful
I now see the General Settings page for my server with a message that “This server is unclaimed and not secure” and Claim Server button, but it has a spinning “working” circle on it now.
After some time, it stops and a get a new page that I’m not authorized
When I now look at the Preferences.xml file I see that the four key/value pairs have been recreated.
The Plex Media Server.log has a bunch of these:
ERROR - MyPlex: Error 403 requesting XML from: https://plex.tv/api/v2/server/access_tokens?auth_token=xxxxxxxxxxxxxxxxxxxx
ERROR - MyPlex: Couldn’t get list of access tokens from myPlex.
If I paste the URL with my new auth_token from Preferences.xml in places of the “xxxxxxxxxxxxxxxxxxxx”, I get an XML file back as follows:
It seems like something is going wrong with the claim process, but I haven’t been able to figure out what or why.
I have confirmed via the CanYouSeeMe.org open port tool that 32400 is open and that site can connect to it when the server is running so it doesn’t seem like that’s an issue.
This issue originally started a few days ago when I was running Plex v1.25.5.5492. I upgraded to 1.25.8.5621 in an attempt to correct the issue, but it didn’t resolve it.
Any suggestions?