Hi,
The Trailer app won't work and I get this error - Trailer is unavailable. Try again later.
ATV 3 with the latest 6.2 firmware.
PMS version - 0.9.9.14.5 running on QNAP NAS TS219 PII with Python 2.7
Here is what I did -
Got Plexconnect from - git clone https://github.com/iBaa/PlexConnect.git
Created the trailers.cer/pem/key files using
Modified the Settings.cfg which is given below.
Modified the ATV DNS with the IP of PlexConnect and created profile using trailers.cer in ATV.
[PlexConnect] enable_plexgdm = False ip_pms = 192.168.1.178 port_pms = 32400 enable_dnsserver = True port_dnsserver = 53 ip_dnsmaster = 192.168.1.1 prevent_atv_update = True enable_plexconnect_autodetect = False ip_plexconnect = 192.168.1.178 hosttointercept = trailers.apple.com port_webserver = 80 enable_webserver_ssl = True port_ssl = 443 certfile = ./assets/certificates/trailers.pem loglevel = High logpath = .
Every attempt of Trailer app click gives these messages in the log
20:18:08 DNSServer: DNS request received! 20:18:08 DNSServer: Source: ('192.168.1.62', 59402) 20:18:08 DNSServer: Domain: trailers.apple.com 20:18:08 DNSServer: ***intercept request 20:18:08 DNSServer: -> DNS response: 192.168.1.178 20:18:09 WebServer: serving /js/application.jsPlexConnect.log
Connection: keep-alive
X-Apple-TV-Resolution: 1080
X-Apple-TV-Version: 6.2
User-Agent: iTunes-AppleTV/6.2 (3; 8GB; dt:12)19:19:41 WebServer: http request path:
/appletv/us/js/application.js
19:19:41 Localize: aTVLanguage: en
19:19:41 WebServer: pms address:19:19:41 WebServer: cleaned path:
/appletv/us/js/application.js
19:19:41 WebServer: PlexConnect options:
{‘aTVScreenResolution’: ‘1080’, ‘aTVFirmwareVersion’: ‘6.2’, ‘aTVLanguage’: ‘en’ , ‘aTVAddress’: ‘192.168.1.63’}
19:19:41 WebServer: additional arguments:19:19:41 WebServer: serving /js/application.js
Any idea?
Thanks