2019-04-07, 01:05 AM
I got the client to install. And I think that I configured it correctly. But I can't remember what my PIN is. Does the client use that when it is on the local network?
When I try to run it, it errors out. Which might be because of the PIN. But the kodi.log shows:
So I'm guessing that I may be missing a dependency (lib2to3)?
I'll try a couple more things and then shut everything down and restart to get a set of clean logs to upload.
When I try to run it, it errors out. Which might be because of the PIN. But the kodi.log shows:
Code:
2019-04-06 19:56:34.777 T:1937412112 DEBUG: ------ Window Deinit (DialogAddonInfo.xml) ------
2019-04-06 19:56:34.824 T:1157624688 DEBUG: /storage/.kodi/addons/script.kodi.knew4v5
2019-04-06 19:56:34.825 T:1157624688 DEBUG: ['/storage/.kodi/addons/script.kodi.knew4v5/resources/src', '/storage/.kodi/addons/script.kodi.knew4v5/resources/lib', '', '/storage/.kodi/addons/script.kodi.knew4v5', '/storage/.kodi/addons/script.module.dateutil/lib', '/storage/.kodi/addons/script.module.future/libs', '/storage/.kodi/addons/script.module.kodi-six/libs', '/storage/.kodi/addons/script.module.six/lib', '/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gtk-2.0', u'/storage/.kodi/addons/script.module.future/libs/future/standard_library/Lib']
2019-04-06 19:56:34.832 T:1157624688 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named lib2to3.pgen2.parse
Traceback (most recent call last):
File "/storage/.kodi/addons/script.kodi.knew4v5/default.py", line 35, in <module>
from nextpvr.home import HomeWindow
File "/storage/.kodi/addons/script.kodi.knew4v5/resources/src/nextpvr/home.py", line 22, in <module>
from past.utils import old_div
File "/storage/.kodi/addons/script.module.future/libs/past/__init__.py", line 88, in <module>
from past.translation import install_hooks as autotranslate
File "/storage/.kodi/addons/script.module.future/libs/past/translation/__init__.py", line 41, in <module>
from lib2to3.pgen2.parse import ParseError
ImportError: No module named lib2to3.pgen2.parse
-->End of Python script error report<--
2019-04-06 19:56:34.832 T:1157624688 DEBUG: onExecutionDone(157, /storage/.kodi/addons/script.kodi.knew4v5/default.py)
2019-04-06 19:56:34.832 T:1937412112 DEBUG: ------ Window Init (DialogNotification.xml) ------
2019-04-06 19:56:35.101 T:1157624688 INFO: Python interpreter stopped
So I'm guessing that I may be missing a dependency (lib2to3)?
I'll try a couple more things and then shut everything down and restart to get a set of clean logs to upload.