Just installed as per this guide:
I've read several threads here with other folks having trouble, read the FAQ & common issues in the Wiki, but none of it has worked. Tried both ZIP files linked at GIT, made sure port 80 isn't being used, etc.
After chaning the DNS on my ATV, it no longer connects to the internet or Plex. Here is my log:
C:\Program Files (x86)\PlexConnect-master>PlexConnect.py
00:09:42 PlexConnect: ***
00:09:42 PlexConnect: PlexConnect
00:09:42 PlexConnect: Press CTRL-C to shut down.
00:09:42 PlexConnect: ***
00:09:42 Settings: add section PlexConnect
00:09:42 Settings: add option logpath=.
00:09:42 Settings: add option enable_dnsserver=True
00:09:42 Settings: add option ip_webserver=0.0.0.0
00:09:42 Settings: add option prevent_atv_update=True
00:09:42 Settings: add option enable_plexconnect_autodetect=True
00:09:42 Settings: add option port_pms=32400
00:09:42 Settings: add option port_webserver=80
00:09:42 Settings: add option ip_plexconnect=0.0.0.0
00:09:42 Settings: add option ip_dnsmaster=192.168.1.1
00:09:42 Settings: add option loglevel=Normal
00:09:42 Settings: add option ip_pms=192.168.178.10
00:09:42 Settings: add option enable_plexgdm=True
Traceback (most recent call last):
File "C:\Program Files (x86)\PlexConnect-master\PlexConnect.py", line 149, in
startup()
File "C:\Program Files (x86)\PlexConnect-master\PlexConnect.py", line 52, in s
tartup
cfg = Settings.CSettings()
File "C:\Program Files (x86)\PlexConnect-master\Settings.py", line 45, in __in
it__
self.checkSection()
File "C:\Program Files (x86)\PlexConnect-master\Settings.py", line 86, in chec
kSection
self.saveSettings()
File "C:\Program Files (x86)\PlexConnect-master\Settings.py", line 63, in save
Settings
f = open(self.getSettingsFile(), 'wb')
IOError: [Errno 13] Permission denied: 'C:\\Program Files (x86)\\PlexConnect-mas
ter\\Settings.cfg'