Hello,
Since yesterday my server disappeared from the web app. It happened when the web app said there was some connectivity issue and i pushed a button in the server settings on there. Suddenly the entire server was gone from the interface. It is also no longer accessible through any of the mobile apps.
I know for a fact its still running. It is also still externally reachable, if i go to http://[IP]:32400/ the regular web UI shows up, but the server is still not in the list!
Not sure if relevant but when i use the HTTP API endpoint /myplex/account this is part of the response:
<MyPlex authToken="..." username="..." mappingState="mapped" mappingError="" signInState="ok" publicAddress="" publicPort="0" privateAddress="" privatePort="0"
and the /servers endpoint
<Server name="..." host="127.0.0.1" address="127.0.0.1" port="32400" machineIdentifier="..." version="1.32.6.7557-1cf77d501" />
Happy to provide any logs if needed, however didnt want to blindly send the main log file since it contains a lot of private data (ips, usernames)
Server Version#: 1.32.6.7557
Player Version#: web
Thanks!