[ubuntu] PlexConnect broken after serverupdate plex Version 0.9.12.3

Hi Guys,
 
Yesterday my plexconnect service to appleTV (3rd gen, trailers app) did not work anymore.
error: "trailers unavailable"
The only thing i changed that day was updating to the newest version of Plex Media Server Version 0.9.12.3
https://192.168.1.3:8443/still gives a response which means its accessable.
Do other users with this config experiance the same problem after updating to Plex Media Server Version 0.9.12.3. 
It worked before, suddenly not anymore?
 
 
Device appleTV (3rd gen, trailers app)
Plexconnect  and PlexMediaServer 0.9.12.3
The DNS server (DHCP) set on the ATV is 192.168.1.2 (DNS server ->forward to 8.8.8.8)
The local IP address of the device that PlexConnect is installed on is 192.168.1.3
 
Ubuntu Server 14.0.4.2 / PlexConnect 0.5-dev-020615 / PlexMediaServer 0.9.12.3 / Apache2 server 192.168.1.3
DHCP - DNS server - 192.168.1.2
Gateway / Internet / 192.168.1.1
 
[PlexConnect]
enable_plexgdm = True
ip_pms = 192.168.1.3
port_pms = xxxxxx
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 192.168.1.2
prevent_atv_update = False
enable_plexconnect_autodetect = False
ip_plexconnect = 192.168.1.3
hosttointercept = trailers.apple.com
port_webserver = 9999
enable_webserver_ssl = True
port_ssl = 8443
certfile = /home/xxxxx/.plexconnect/assets/certificates/trailers.pem
allow_gzip_atv = False
allow_gzip_pmslocal = False
allow_gzip_pmsremote = True
loglevel = Normal
logpath = .
 

 
ping trailers.apple.com
PING trailers.apple.com (192.168.1.3) 56(84) bytes of data.
64 bytes from xxx.xxx.local (192.168.1.3): icmp_seq=1 ttl=64 time=0.028 ms
64 bytes from xxx.xxx.local (192.168.1.3): icmp_seq=2 ttl=64 time=0.046 ms
64 bytes from xxx.xxx.local (192.168.1.3): icmp_seq=3 ttl=64 time=0.048 ms
 

 

APACHE2 modification
Address Any
Port 80
Server Name atv.plexconnect
Map to URL http://192.168.1.3:9999/
-------------------------------------------------------

Address Any
Port 443
Server Name Automatic
Map to URL https://192.168.1.3:8443/

 

 

LOG file:

 
 
16:22:43 PlexConnect: started: 16:22:43
16:22:43 PlexConnect: Version: 0.5-dev-020615
16:22:43 PlexConnect: Python: 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2]
16:22:43 PlexConnect: Host OS: linux2
16:22:43 PlexConnect: PILBackgrounds: Is PIL installed? True
16:22:43 Settings: getsetting enable_plexconnect_autodetect=False
16:22:43 Settings: getsetting ip_plexconnect=192.168.1.3
16:22:43 PlexConnect: IP_self (from settings): 192.168.1.3
16:22:43 Settings: getsetting hosttointercept=trailers.apple.com
16:22:43 ATVSettings: init class CATVSettings
16:22:43 ATVSettings: load settings
16:22:43 Settings: getsetting enable_dnsserver=True
16:22:43 DNSServer: started: 16:22:43
16:22:43 Settings: getsetting port_dnsserver=53
16:22:43 Settings: getsetting ip_dnsmaster=192.168.1.2
16:22:43 Settings: getsetting prevent_atv_update=False
16:22:43 DNSServer: ***
16:22:43 DNSServer: DNSServer: Serving DNS on 192.168.1.3 port 53.
16:22:43 DNSServer: intercept: ['trailers.apple.com'] => 192.168.1.3
16:22:43 DNSServer: restrain: [] => 127.0.0.1
16:22:43 DNSServer: forward other to higher level DNS: 192.168.1.2
16:22:43 DNSServer: ***
16:22:43 WebServer: started: 16:22:43
16:22:43 Settings: getsetting port_webserver=9999
16:22:43 WebServer: ***
16:22:43 WebServer: WebServer: Serving HTTP on 192.168.1.3 port 9999.
16:22:43 WebServer: ***
16:22:43 Settings: getsetting enable_webserver_ssl=True
16:22:43 WebServer: started: 16:22:43
16:22:43 Settings: getsetting port_ssl=8443
16:22:43 Settings: getsetting certfile=/home/xxxxxx/.plexconnect/assets/certificates/trailers.pem
16:22:43 Settings: getsetting certfile=/home/xxxxxx/.plexconnect/assets/certificates/trailers.pem
16:22:43 WebServer: ***
16:22:43 WebServer: WebServer: Serving HTTPS on 192.168.1.3 port 8443.
16:22:43 WebServer: ***

Fill this out so everyone can help you out efficiently:

click here

Did you find a solution?