After SSL patch upgrade I only get the main menu

Hi,

 

After applying the SSL fix with the certificates I only get the main menu (Library, Channels, Search & Settings). If I try to click on TV Shows/Movies in the library I get "Accessing Trailers" but it doesn't work from there, and also I don't see thumbnails in the library. Same goes for when I try to view a channel. I can however, access the settings menu and see all the settings, including the Plex image on that screen.

 

In the attached PlexConnect.log file you can see that photos are served from 192.168.56.1. This is a VirtualBox adapter I have on my system, I believe this is the issue yet I am not sure why it serves them from that IP as I have disabled all auto detection in settings.cfg and forced the IP to be 192.168.1.80.

 

My info:

  • ATV 3 running firmware 5.3
  • DNS server set on ATV: 192.168.1.80
  • Plexconnect is installed on a PC running Windows 8, with IP 192.168.1.80
  • PMS: 0.9.8.6.175-88ffbb2 installed on the same PC with IP 192.168.1.80
  • Plexconnect: latest commit on official branch on September 24th: 0f08d8a05e61d38d8a8437b3d588bfb900c4ab52
  • PlexConnect.log at: 
  • settings.cfg file:
[PlexConnect]
port_pms = 32400
port_webserver = 80
ip_plexconnect = 192.168.1.80
certfile = ./assets/certificates/trailers.pem
ip_dnsmaster = 192.168.1.1
loglevel = High
enable_dnsserver = True
logpath = .
ip_pms = 192.168.1.80
enable_plexgdm = True
port_ssl = 443
enable_webserver_ssl = True
ip_webserver = 0.0.0.0
prevent_atv_update = True
port_dnsserver = 53
enable_plexconnect_autodetect = False
 
Thank you!

>>disabled all auto detection in settings.cfg

>>enable_plexgdm = True

??

Yep, that did the trick.

I tried installing everything again and deleting the settings.cfg so that plexconnect will create it again. I guess I missed that when I entered the settings manually.

Thanks for the help!