PlexConnect used to be working fine for me, with both PMS and PlexConnect running in jails on FreeNAS 9.3. An update somewhere along the line has prevented PlexConnect from finding or connecting to my Plex server.
- Your ATV model (2 or 3) and firmware version (found under the ATV settings > general > about > Apple TV software):
ATV 2 ,running 6.2.1
- The DNS server set on the ATV (found under the ATV settings > general > network > DNS):
192.168.1.1 (running dnsmasq which forwards trailers.apple.com to 192.168.1.139)
- The local IP address of the device that PlexConnect is installed on:
192.168.1.139
- The device and operating system (including version number) that PlexConnect is installed on:
FreeNAS 9.3 jail
- The device and operating system (including version number) that the Plex media server (PMS) is installed on:
FreeNAS 9.3 jail, not the same jail as plexconnect
- The Plex media server (PMS) version number you are running (do not put 'latest'):
0.9.11.7
- The local IP address of the device that the Plex media server (PMS) is installed on:
192.168.1.137
- The PlexConnect version number. If using Github source then a time and date of download (look at the creation date of the folder) and if you are using any non-standard setup e.g. Plexify or a fork.
PlexConect pulled from GitHub on Feb 15, commit afd8638774ded4e0e3241af45cd6516b1566d5ab
-The contents of your 'Settings.cfg' file (this is created at first clean shutdown of PlexConnect, using CTR+c):
[PlexConnect]
enable_plexgdm = False
ip_pms = 192.168.1.137
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = False
enable_plexconnect_autodetect = True
ip_plexconnect = 0.0.0.0
hosttointercept = trailers.apple.com
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
certfile = ./assets/certificates/trailers.pem
allow_gzip_atv = False
allow_gzip_pmslocal = False
allow_gzip_pmsremote = True
loglevel = High
logpath = .
- A detailed description of the issue (the clearer you can make this the better):
PlexConnect on the ATV can't find any servers. I've changed a few things recently so I'm not sure what broke it - it's either an update of FreeNAS or an update to PMS, of perhaps using PlexHome. I've never had much luck with GDM so I've always specified the IP address of the server in PlexConnect's config. Looking at the logs it looks like PMS is refusing the connection from PlexConnect.
PlexConnect log is at: http://pastebin.com/VMg1iMNG
Cheers,
Paul