hi need help asap!

i have a mac osx 10.8 and an atv3 6.0 and have been running plexconnect for a few months working fine until a few weeks back it stopped working so i updated my atv3 to 6.0 and followed this guide https://github.com/iBaa/PlexConnect/wiki/Install-Guide-Mac

but my problem is that when i put sudo "/Applications/PlexConnect-master/PlexConnect.py" into my terminal i get this :

14:56:51 PlexConnect: ***

14:56:51 PlexConnect: PlexConnect

14:56:51 PlexConnect: Press CTRL-C to shut down.

14:56:51 PlexConnect: ***

Traceback (most recent call last):

  File "/Applications/PlexConnect-master/PlexConnect.py", line 165, in

    success = startup()

  File "/Applications/PlexConnect-master/PlexConnect.py", line 64, in startup

    param['LogLevel'] = cfg.getSetting('loglevel')

  File "/Applications/PlexConnect-master/Settings.py", line 96, in getSetting

    dprint(__name__, 1, "getsetting {0}={1}", option, self.cfg.get(self.section, option))

  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 618, in get

    raise NoOptionError(option, section)

ConfigParser.NoOptionError: No option 'loglevel' in section: 'PlexConnect'

Seans-MacBook-Pro:~ Sean$

 

which is different from what it usually was when i had it working and what it shows me it should say on the guide above could anyone please help me get my plexconnect up and running again 

 

thanks in advance

Shutdown PlexConnect, delete the Settings.cfg file and try running PlexConnect again, failing that please post all the required information from the How to report an issue

asap? really?

i now get this : 

15:09:15 PlexConnect: ***

15:09:15 PlexConnect: PlexConnect

15:09:15 PlexConnect: Press CTRL-C to shut down.

15:09:15 PlexConnect: ***

15:09:15 Settings: add section PlexConnect

15:09:15 Settings: add option enable_webserver_ssl=True

15:09:15 Settings: add option logpath=.

15:09:15 Settings: add option enable_dnsserver=True

15:09:15 Settings: add option log=Normal

15:09:15 Settings: add option prevent_atv_update=True

15:09:15 Settings: add option port_dnsserver=53

15:09:15 Settings: add option enable_plexconnect_autodetect=True

15:09:15 Settings: add option port_pms=32400

15:09:15 Settings: add option port_webserver=80

15:09:15 Settings: add option ip_plexconnect=0.0.0.0

15:09:15 Settings: add option certfile=./assets/certificates/trailers.pem

15:09:15 Settings: add option ip_dnsmaster=8.8.8.8

15:09:15 Settings: add option ip_pms=192.168.178.10

15:09:15 Settings: add option enable_plexgdm=True

15:09:15 Settings: add option port_ssl=443

Traceback (most recent call last):

  File "/Applications/PlexConnect-master/PlexConnect.py", line 165, in

    success = startup()

  File "/Applications/PlexConnect-master/PlexConnect.py", line 64, in startup

    param['LogLevel'] = cfg.getSetting('loglevel')

  File "/Applications/PlexConnect-master/Settings.py", line 96, in getSetting

    dprint(__name__, 1, "getsetting {0}={1}", option, self.cfg.get(self.section, option))

  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 618, in get

    raise NoOptionError(option, section)

ConfigParser.NoOptionError: No option 'loglevel' in section: 'PlexConnect'

Seans-MacBook-Pro:~ Sean$ 

Uh. We got an issue there.

In the generated settings.cfg change log: to loglevel:

Or wait a couple minutes an update from github...

Silly me. :-)

Umm… Baa he seems be getting a setting added called log instead of loglevel.

edit:- ok you spotted that as well :slight_smile:

change this ? :

[PlexConnect]
enable_webserver_ssl = True
logpath = .
enable_dnsserver = True
log = Normal
prevent_atv_update = True
port_dnsserver = 53
enable_plexconnect_autodetect = True
port_pms = 32400
port_webserver = 80
ip_plexconnect = 0.0.0.0
certfile = ./assets/certificates/trailers.pem
ip_dnsmaster = 8.8.8.8
ip_pms = 192.168.178.10
enable_plexgdm = True
port_ssl = 443

fixed on github. try again. :-D

yes, where it says log = Normal change it to loglevel = Normal

i know get this in terminal :

15:29:03 PlexConnect: ***

15:29:03 PlexConnect: PlexConnect

15:29:03 PlexConnect: Press CTRL-C to shut down.

15:29:03 PlexConnect: ***

15:29:03 PlexConnect: started: 15:29:03

15:29:03 PlexConnect: IP_self: 192.168.0.2

15:29:03 DNSServer: started: 15:29:03

15:29:03 DNSServer: ***

15:29:03 DNSServer: DNSServer: Serving DNS on 192.168.0.2 port 53.

15:29:03 DNSServer: intercept: ['trailers.apple.com', 'atv.plexconnect'] => 192.168.0.2

15:29:03 DNSServer: restrain: ['mesu.apple.com', 'appldnld.apple.com', 'appldnld.apple.com.edgesuite.net'] => 127.0.0.1

15:29:03 DNSServer: forward other to higher level DNS: 8.8.8.8

15:29:03 DNSServer: ***

15:29:03 WebServer: started: 15:29:03

15:29:03 WebServer: ***

15:29:03 WebServer: WebServer: Serving HTTP on 192.168.0.2 port 80.

15:29:03 WebServer: ***

15:29:03 PlexAPI: ***

15:29:03 PlexAPI: looking up Plex Media Server

15:29:03 PlexAPI: ***

15:29:03 WebServer: started: 15:29:03

15:29:03 WebServer: ***

15:29:03 WebServer: WebServer: Serving HTTPS on 192.168.0.2 port 443.

15:29:03 WebServer: ***

15:29:04 PlexAPI: servers discovered: 1

15:29:04 XMLConverter: PlexGDM - PMS: 192.168.0.2:32400

15:29:11 DNSServer: DNS request received!

15:29:11 DNSServer: Source: ('192.168.0.8', 62872)

15:29:11 DNSServer: Domain: trailers.apple.com

15:29:11 DNSServer: ***intercept request

15:29:11 DNSServer: -> DNS response: 192.168.0.2

 

 

and on my atv is says "trailers is unavailable. try again later."

i redone the whole guide with the files from github and now everything is working perfect thank you guys for the help :)