Now this is something I’ve never experienced in all these years with Plex : the 1.1.4 server hosted on my Synology vanished.
I can access the local web app on the NAS (http://192.168.0.100:32400/manage/index.html, 192.168.0.100 being the NAS IP), I can log in using my pin code, but the app says there is no server found.
What I’ve tried/checked :
- access from plex.tv yields the same result
- the server appears on the “devices” tab as last seen 19 hours ago
- manually upgrading from 1.1.4 to 1.2.2 changed nothing
- the PMS process is running (as seen by ps on the NAS)
I’ve seen the following errors in the PMS log when restarting :
Oct 13, 2016 22:03:28.186 [0xf3111b40] INFO - Plex Media Server v1.2.2.2857-d34b464 - synology DiskStation i686 - build: linux-synology-i686 synology - GMT 02:00 Oct 13, 2016 22:03:28.186 [0xf3111b40] INFO - Linux version: 3.10.77 (#7393 SMP Thu Jun 2 19:50:12 CST 2016), language: C Oct 13, 2016 22:03:28.186 [0xf3111b40] INFO - Processor Intel(R) Atom(TM) CPU C2538 @ 2.40GHz Oct 13, 2016 22:03:28.186 [0xf3111b40] INFO - /var/packages/Plex Media Server/target/Plex Media Server Oct 13, 2016 22:03:28.911 [0xf1fffb40] INFO - CodecManager: obtaining encoder 'libx264' (profile '') Oct 13, 2016 22:03:37.076 [0xee911b40] ERROR - Network Service: Error in browser handle read: 125 (Operation canceled) socket=-1 Oct 13, 2016 22:03:37.176 [0xee911b40] INFO - Network Service: Abandoning browse socket, it was closed. Oct 13, 2016 22:03:41.677 [0xf1fffb40] INFO - CodecManager: obtaining decoder 'h264' (profile '') Oct 13, 2016 22:03:50.932 [0xf1223b40] ERROR - Error issuing curl_easy_perform(handle): 28 Oct 13, 2016 22:03:50.933 [0xf1223b40] ERROR - PublicAddressManager: Unable to get public IP adddress from myPlex (httpCode=408): Oct 13, 2016 22:03:57.707 [0xf1fffb40] ERROR - Error issuing curl_easy_perform(handle): 28 Oct 13, 2016 22:03:57.707 [0xf1fffb40] ERROR - HTTP 408 downloading url https://plex.tv/api/codecs/h264_decoder?build=linux-synology-i686&deviceId=e574972d-9d7e-4fdb-ad02-f16896622881&oldestPreviousVersion=legacy&version=5a2d9a2-1127 Oct 13, 2016 22:03:57.708 [0xf1fffb40] ERROR - Codecs: Failed to download XML for codec 'h264'/''; dec=1 Oct 13, 2016 22:03:57.708 [0xf1fffb40] WARN - Codecs: Failed to download h264 decoder; bailing out Oct 13, 2016 22:03:59.674 [0xf07ffb40] INFO - Refreshing paths watched by LibraryUpdateManager
And in com.plexapp.system.log :
2016-10-13 22:03:34,749 (-8f14900) : CRITICAL (runtime:709) - Private handlers are no longer supported; couldn't register <bound method StreamService.token_handler of <streamservice.StreamService object at 0x8b5302c>
Any idea what could go wrong?
EDIT : including solution in OP
Thanks for the help! As suggested in your private message, clearing the following entry from the Preferences.xml and restarting fixed my issue :
allowedNetworks=“127.0.0.1/255.255.255.255”I guess something unexpected happened when trying to reclaim the server remotely.