Firstly, I apologize if this has been answered but I can not find one that fits my issues.
I run Windows Server 2012 R2
My server runs IIS but I have changed the ports for the site to 81 and 444
PMS: 0.9.11.7
ATV3 running 7.0.3
I have installed Python 2.7.9
I have created the certs and put the appropriate ones in the correct folder
I have given full read/write permissions to every folder and file in the plexconnect-master folder
I have configured my ATV to the ip address 192.168.10.107
I have followed directions provided on github to a tee but I still can not get this to connect.
I am 99% positive this is due to some Services. I did attempt to disable IIS but it didn't affect anything so I turned it back on.
21:21:48 PlexConnect: ***
21:21:48 PlexConnect: PlexConnect
21:21:48 PlexConnect: Press CTRL-C to shut down.
21:21:48 PlexConnect: ***
21:21:48 PlexConnect: started: 21:21:48
21:21:48 PlexConnect: Version: 0.5-dev
21:21:48 PlexConnect: Python: 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500
32 bit (Intel)]
21:21:48 PlexConnect: Host OS: win32
21:21:48 PlexConnect: PILBackgrounds: Is PIL installed? False
21:21:48 PlexConnect: IP_self: 192.168.10.107
21:21:48 DNSServer: started: 21:21:48
21:21:48 DNSServer: Failed to create socket on UDP port 53: [Errno 10013] An att
empt was made to access a socket in a way forbidden by its access permissions
21:21:48 WebServer: started: 21:21:48
21:21:48 WebServer: Failed to connect to HTTP on 192.168.10.107 port 80: [Errno
10013] An attempt was made to access a socket in a way forbidden by its access p
ermissions
21:21:48 WebServer: started: 21:21:48
21:21:48 WebServer: Failed to connect to HTTPS on 192.168.10.107 port 443: [Errn
o 10013] An attempt was made to access a socket in a way forbidden by its access
permissions
Any help is greatly appreciated.
Thank you
I have the HTTP and HTTPS working just need help with the UDP port 53 part now
23:03:01 PlexConnect: ***
23:03:01 PlexConnect: PlexConnect
23:03:01 PlexConnect: Press CTRL-C to shut down.
23:03:01 PlexConnect: ***
23:03:01 PlexConnect: started: 23:03:01
23:03:01 PlexConnect: Version: 0.5-dev
23:03:01 PlexConnect: Python: 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500
32 bit (Intel)]
23:03:01 PlexConnect: Host OS: win32
23:03:01 PlexConnect: PILBackgrounds: Is PIL installed? False
23:03:01 PlexConnect: IP_self: 192.168.10.107
23:03:02 DNSServer: started: 23:03:02
23:03:02 DNSServer: Failed to create socket on UDP port 53: [Errno 10013] An att
empt was made to access a socket in a way forbidden by its access permissions
23:03:02 WebServer: started: 23:03:02
23:03:02 WebServer: ***
23:03:02 WebServer: WebServer: Serving HTTP on 192.168.10.107 port 80.
23:03:02 WebServer: ***
23:03:02 WebServer: started: 23:03:02
23:03:02 WebServer: ***
23:03:02 WebServer: WebServer: Serving HTTPS on 192.168.10.107 port 443.
23:03:02 WebServer: ***
I can change the port to 55 in the settings and it says its good. But when I run it from the appleTV nothing happens. It only opens the trailers app like normal
If I disable my DNS Server so I can use Port 53 then I don't have internet on my server. Thoughts?
The problem you initially saw is that windows DNS takes port 53 and unfortunately the ATV only talks over port 53 for DNS, (80 and 443 for HTTP & HTTPS)
when disabling DNS on the server, you need to reconfigure your network adapter settings so that its not using itself for DNS queries (Change it to your ISP or 8.8.8.8)
or you could look at the advanced setup and try and workout how to create an alias for trailers.apple.com to point to your local Plexconnect IP.
I have disabled it and got it working properly in that aspect. However my only issue now is when I click the trailers icon it doesn't open plex. It opens apple trailers. Thoughts?
Got it!
It was trying to intercept the wrong host.
changed it to this hosttointercept = e8076.e9.akamaiedge.net
and all is good