PlexConnect-master is extracted, I have the SSL certificates in place and when I launch the plexconnect.py script....it crashes:
tom@HouseMedia:~$ sudo python /home/tom/plexconnect-master/PlexConnect.py
[sudo] password for tom:
21:52:19 PlexConnect: ***
21:52:19 PlexConnect: PlexConnect
21:52:19 PlexConnect: Press CTRL-C to shut down.
21:52:19 PlexConnect: ***
Traceback (most recent call last):
File "/home/tom/plexconnect-master/PlexConnect.py", line 170, in
success = startup()
File "/home/tom/plexconnect-master/PlexConnect.py", line 53, in startup
cfg = Settings.CSettings()
File "/home/tom/plexconnect-master/Settings.py", line 51, in __init__
self.cfg = ConfigParser.SafeConfigParser(allow_no_value=True)
TypeError: __init__() got an unexpected keyword argument 'allow_no_value'
I'm not sure what the traceback is telling me so I thought I would post this here. Using Python 2.6.5