Please help, i cannot get python/plexconnect to run
I am using windows 7 64 bit.
downloaded latest plexconnect and python 2.7.6
cert installed in windows and on ATV3
ATV3 DNS set to PMS ip
windows firewall opened for python.exe
tried uninstalling/reinstalling python
the 3 cert files are in c:\python27\assets\certificates
I have read about 20 install guides now.
C:\Python27>python plexconnect.py
00:27:07 PlexConnect: ***
00:27:07 PlexConnect: PlexConnect
00:27:07 PlexConnect: Press CTRL-C to shut down.
00:27:07 PlexConnect: ***
00:27:07 PlexConnect: started: 00:27:07
00:27:07 PlexConnect: Version: 0.3.1+
00:27:07 PlexConnect: Python: 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)]
00:27:07 PlexConnect: Host OS: win32
00:27:07 PlexConnect: IP_self: 192.168.1.200
Traceback (most recent call last):
File "plexconnect.py", line 171, in
running = startup()
File "plexconnect.py", line 81, in startup
master, slave = Pipe() # endpoint [0]-PlexConnect, [1]-DNSServer
File "C:\Python27\lib\multiprocessing\__init__.py", line 107, in Pipe
return Pipe(duplex)
File "C:\Python27\lib\multiprocessing\connection.py", line 223, in Pipe
1, obsize, ibsize, win32.NMPWAIT_WAIT_FOREVER, win32.NULL
WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect
C:\Python27>
thanks, im stuck. what am I missing?