Hi All,
I've been struggling to get this setup for a few weeks now (on and off with the holidays too). I've searched google and read a bunch of threads and no one seems to have this issue. I've tried it on two platforms (linux and Windows), setting up Python 2.7 and following the install guides many times.
In a nut shell here is the problem, here is all the output I get on either systems:
# ./PlexConnect.py
09:03:09 PILBackgrounds: No PIL/Pillow installation found.
09:03:09 PlexConnect: ***
09:03:09 PlexConnect: PlexConnect
09:03:09 PlexConnect: Press CTRL-C to shut down.
09:03:09 PlexConnect: ***
09:03:09 PlexConnect: started: 09:03:09
09:03:09 PlexConnect: Version: 0.4-dev
09:03:09 PlexConnect: Python: 2.7.6 (default, Nov 20 2014, 21:23:11)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]
09:03:09 PlexConnect: Host OS: linux2
09:03:09 PlexConnect: PILBackgrounds: Is PIL installed? False
09:03:09 PlexConnect: IP_self: 172.16.0.21
09:03:09 WebServer: started: 09:03:09
09:03:09 WebServer: ***
09:03:09 WebServer: WebServer: Serving HTTP on 172.16.0.21 port 80.
09:03:09 WebServer: ***
09:03:09 WebServer: started: 09:03:09
09:03:09 WebServer: ***
09:03:09 WebServer: WebServer: Serving HTTPS on 172.16.0.21 port 443.
09:03:09 WebServer: ***
Here are my settings:
# cat Settings.cfg
[PlexConnect]
enable_plexgdm = True
ip_pms = 0.0.0.0
port_pms = 32400
enable_dnsserver = False
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
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
loglevel = High
logpath = .
My understanding from other posts is I should be seeing some PlexGDM messages... not sure why I've never seen them on either system.
I know the ports are free when PlexConnect starts, I've disabled the firewalls and the PlexMediaServer is working fine. I've turned off user auth too.
Any suggestions on this?
Thanks,
tekmage