Server Version#:1.28.1.6104-788f82488-ls128
Player Version#:4.84.1
I get a Not Authorized error when trying to claim my plex server, after a fresh docker reinstall, and after completely removing the config/Library folder.
I have plex lifetime pass and am logged in to plex.tv with that account, i always select my primary user when logging in (the user with crown icon).
I install the docker using this command (i have tried both with and without specifying the claim token in the docker command):
docker run --name=plex --net=host -e VERSION=latest -e LD_LIBRARY_PATH=/usr/lib/plexmediaserver -e PUID=1006 -e PGID=1006 -e TZ=SAST -v /data1/telly/config:/config -v /data1/telly/movies:/data/movies -v /data1/telly/tvshows:/data/tvshows -v /data1/telly/transcode:/transcode --restart unless-stopped lscr.io/linuxserver/plex:latest
I then run an SSH port forward from my local machine to the remote machine:
ssh -L 8888:127.0.0.1:32400 user@host
I navigate in a browser to localhost:8888 where I can confirm/modify the name of the new server but am then dumped at a Not Authorized error. When using the claim token in the docker command I am taken straight to the Not Authorized error. I have also tried stopping the docker, removing keys from the Preferences.xml file as per this advice and then starting the docker again, but I get the same Not Authorized result.
I have also tried claiming the server in a browser running remotely in X over SSH but I get the same Not Authorized result.
I do see some cross origin requests and other http requests denied in the developer console network tab, so I attach the console tab, as well as the plex media server logs.
I have been having this issue for some time, have tried many, many times over the last several months - I have tried the other main docker (plexinc/pms-docker:latest) and played with various docker version options - and read various other users’ experiences with similar issues around being unable to claim their plex server after some sort of reinstall, I see others such as this one were unresolved and closed after 90 days.
I attach PMS server and web console logs.
console-export-2024-1-16_11-10-41.txt (337.7 KB)
PMS.logs.zip (66.5 KB)
