Hi All,
Before posting I searched google and as well this forum and no where I could find an post describing how to resolve below error. Therefore I am posting the issues and seeking your help. I am getting this No module named plexconnect and unable to get it started.
Thanks in advance for your help !
C:\Temp\PlexC\PlexConnect-XML_templates>C:\Python27\python plexconnect.py
21:02:45 PlexConnect: started: 21:02:45
21:02:45 PlexConnect: ***
21:02:45 PlexConnect: PlexConnect
21:02:45 PlexConnect: Press ENTER to shut down.
21:02:45 PlexConnect: ***
21:02:45 Settings: add section PlexConnect
21:02:45 Settings: add option port_pms=32400
21:02:45 Settings: add option enable_plexgdm=True
21:02:45 Settings: add option ip_dnsmaster=192.168.1.14
21:02:45 Settings: add option ip_webserver=0.0.0.0
21:02:45 Settings: add option loglevel=Normal
21:02:45 Settings: add option enable_dnsserver=True
21:02:45 Settings: add option ip_pms=192.168.1.14
21:02:45 Settings: add option port_webserver=80
21:02:45 PlexConnect: IP_self: 192.168.1.14
21:02:45 PlexConnect: started: 21:02:45
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\multiprocessing\forking.py", line 380, in main
prepare(preparation_data)
File "C:\Python27\lib\multiprocessing\forking.py", line 489, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named plexconnect
21:02:45 PlexConnect: DNSServer not alive. Shutting down.
- Your ATV model (2 or 3) and firmware version (found under the ATV settings > general > about > Apple TV software): ATV3 running 5.2
- The DNS server set on the ATV (found under the ATV settings > general > network > DNS): 192.168.1.14
- The device and operating system (including version number) that PlexConnect is installed on: PC Windows 7
- The local IP address of the device that PlexConnect is installed on: 192.168.1.14
- The device and operating system (including version number) that the Plex media server (PMS) is installed on: PC Windows 7
- The local IP address of the device that the Plex media server (PMS) is installed on: 192.168.1.14
- Where your media is stored (e.g. internal drive): None
- The PlexConnect version number. If using Github source then a time and date of download (look at the creation date of the folder) and if you are using any testing branch e.g. the Elan/PlexInc one. The latest from this link in the wiki https://github.com/i...L_templates.zip downloaded 2013-Jul-02
- The content of your 'Settings.cfg' file (if you do not have this file you are running an old version, please update)
[PlexConnect]
port_pms = 32400
enable_plexgdm = True
ip_pms = 192.168.1.14
ip_dnsmaster = 8.8.8.8 (I tried with 192.168.1.1 & 192.168.1.14 as well, same results)
enable_dnsserver = True