22:00:54.491 T:139996254684928 DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - sending auth 22:00:54.492 T:139996254684928 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - Command authenticate failed: Access denied 22:00:54.525 T:139998305331584 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0 22:00:54.591 T:139998305331584 DEBUG: OnKey: return (0xf00d) pressed, action is Select 22:00:54.592 T:139998305331584 DEBUG: CGUIMediaWindow::GetDirectory (plugin://script.module.tvh2kodi/muxes) 22:00:54.592 T:139998305331584 DEBUG: ParentPath = [plugin://script.module.tvh2kodi/] 22:00:54.604 T:139996246030080 DEBUG: CAddonDatabase::SetLastUsed[script.module.tvh2kodi] took 11 ms 22:00:54.605 T:139996986324736 DEBUG: StartScript - calling plugin Tvheadend Setup for Kodi('plugin://script.module.tvh2kodi/muxes','31','') 22:00:54.605 T:139997646661376 DEBUG: Thread LanguageInvoker start, auto delete: false 22:00:54.605 T:139997646661376 INFO: initializing python engine. 22:00:54.605 T:139997646661376 DEBUG: CPythonInvoker(31, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): start processing 22:00:54.728 T:139997646661376 DEBUG: -->Python Interpreter Initialized<-- 22:00:54.728 T:139997646661376 DEBUG: CPythonInvoker(31, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): the source file to load is "/home/guest/.kodi/addons/script.module.tvh2kodi/default.py" 22:00:54.729 T:139997646661376 DEBUG: CPythonInvoker(31, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): setting the Python path to /home/guest/.kodi/addons/script.module.tvh2kodi:/home/guest/.kodi/addons/script.module.dateutil/lib:/home/guest/.kodi/addons/script.module.requests/lib:/home/guest/.kodi/addons/script.module.six/lib:/home/guest/.kodi/addons/script.module.xbmcswift2/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat 22:00:54.729 T:139997646661376 DEBUG: CPythonInvoker(31, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): entering source directory /home/guest/.kodi/addons/script.module.tvh2kodi 22:00:54.729 T:139997646661376 DEBUG: CPythonInvoker(31, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): instantiating addon using automatically obtained id of "script.module.tvh2kodi" dependent on version 2.6.0 of the xbmc.python api 22:00:55.093 T:139998305331584 DEBUG: ------ Window Init (DialogBusy.xml) ------ 22:00:55.660 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/adapters" named "adapters" pointing to function "adapters" 22:00:55.660 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/networks" named "networks" pointing to function "networks" 22:00:55.661 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/muxes" named "muxes" pointing to function "muxes" 22:00:55.661 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/mux_scan" named "mux_scan" pointing to function "mux_scan" 22:00:55.662 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/services" named "services" pointing to function "services" 22:00:55.663 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/channels" named "channels" pointing to function "channels" 22:00:55.663 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/dvr" named "dvr" pointing to function "dvr" 22:00:55.664 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/epg" named "epg" pointing to function "epg" 22:00:55.665 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/wizard" named "wizard" pointing to function "wizard" 22:00:55.665 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/tvh" named "tvh" pointing to function "tvh" 22:00:55.666 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/tvhclient" named "tvhclient" pointing to function "tvhclient" 22:00:55.666 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/" named "index" pointing to function "index" 22:00:55.667 T:139997646661376 DEBUG: [xbmcswift2] Handling incoming request for /muxes 22:00:55.668 T:139997646661376 NOTICE: [xbmcswift2] Request for "/muxes" matches rule for function "muxes" 22:00:55.704 T:139997646661376 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: Error Contents: 'NoneType' object is not callable Traceback (most recent call last): File "/home/guest/.kodi/addons/script.module.tvh2kodi/default.py", line 1840, in plugin.run() File "/home/guest/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run items = self._dispatch(self.request.path) File "/home/guest/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch listitems = view_func(**items) File "/home/guest/.kodi/addons/script.module.tvh2kodi/default.py", line 1425, in muxes muxes = requests.get(muxes_url).json() File "/home/guest/.kodi/addons/script.module.requests/lib/requests/models.py", line 850, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 516, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) File "/usr/lib/python2.7/dist-packages/simplejson/scanner.py", line 33, in __init__ ValueError.__init__(self, errmsg(msg, doc, pos, end=end)) TypeError: 'NoneType' object is not callable -->End of Python script error report<-- 22:00:55.714 T:139998305331584 DEBUG: ------ Window Init (DialogNotification.xml) ------ 22:00:55.762 T:139997646661376 INFO: Python script stopped 22:00:55.762 T:139997646661376 DEBUG: Thread LanguageInvoker 139997646661376 terminating 22:00:55.781 T:139998305331584 ERROR: GetDirectory - Error getting plugin://script.module.tvh2kodi/muxes 22:00:55.782 T:139998305331584 ERROR: CGUIMediaWindow::GetDirectory(plugin://script.module.tvh2kodi/muxes) failed 22:00:55.782 T:139998305331584 DEBUG: CGUIMediaWindow::GetDirectory (plugin://script.module.tvh2kodi/) 22:00:55.782 T:139998305331584 DEBUG: ParentPath = [plugin://script.module.tvh2kodi/] 22:00:55.795 T:139996246030080 DEBUG: CAddonDatabase::SetLastUsed[script.module.tvh2kodi] took 13 ms 22:00:55.795 T:139996270950144 DEBUG: StartScript - calling plugin Tvheadend Setup for Kodi('plugin://script.module.tvh2kodi/','32','') 22:00:55.796 T:139997646661376 DEBUG: Thread LanguageInvoker start, auto delete: false 22:00:55.796 T:139997646661376 INFO: initializing python engine. 22:00:55.796 T:139997646661376 DEBUG: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): start processing 22:00:55.914 T:139997646661376 DEBUG: -->Python Interpreter Initialized<-- 22:00:55.914 T:139997646661376 DEBUG: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): the source file to load is "/home/guest/.kodi/addons/script.module.tvh2kodi/default.py" 22:00:55.914 T:139997646661376 DEBUG: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): setting the Python path to /home/guest/.kodi/addons/script.module.tvh2kodi:/home/guest/.kodi/addons/script.module.dateutil/lib:/home/guest/.kodi/addons/script.module.requests/lib:/home/guest/.kodi/addons/script.module.six/lib:/home/guest/.kodi/addons/script.module.xbmcswift2/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat 22:00:55.914 T:139997646661376 DEBUG: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): entering source directory /home/guest/.kodi/addons/script.module.tvh2kodi 22:00:55.914 T:139997646661376 DEBUG: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): instantiating addon using automatically obtained id of "script.module.tvh2kodi" dependent on version 2.6.0 of the xbmc.python api 22:00:56.282 T:139998305331584 DEBUG: ------ Window Init (DialogBusy.xml) ------ 22:00:56.844 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/adapters" named "adapters" pointing to function "adapters" 22:00:56.844 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/networks" named "networks" pointing to function "networks" 22:00:56.845 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/muxes" named "muxes" pointing to function "muxes" 22:00:56.845 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/mux_scan" named "mux_scan" pointing to function "mux_scan" 22:00:56.846 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/services" named "services" pointing to function "services" 22:00:56.847 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/channels" named "channels" pointing to function "channels" 22:00:56.847 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/dvr" named "dvr" pointing to function "dvr" 22:00:56.848 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/epg" named "epg" pointing to function "epg" 22:00:56.848 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/wizard" named "wizard" pointing to function "wizard" 22:00:56.849 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/tvh" named "tvh" pointing to function "tvh" 22:00:56.850 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/tvhclient" named "tvhclient" pointing to function "tvhclient" 22:00:56.850 T:139997646661376 DEBUG: [xbmcswift2] Adding url rule "/" named "index" pointing to function "index" 22:00:56.851 T:139997646661376 DEBUG: [xbmcswift2] Handling incoming request for / 22:00:56.851 T:139997646661376 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index" 22:00:56.855 T:139997646661376 INFO: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): script successfully run 22:00:56.866 T:139998305331584 DEBUG: Saving fileitems [plugin://script.module.tvh2kodi/] 22:00:56.870 T:139995326445312 DEBUG: Thread BackgroundLoader start, auto delete: false 22:00:56.870 T:139998305331584 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0 22:00:56.875 T:139995326445312 DEBUG: Thread BackgroundLoader 139995326445312 terminating 22:00:56.909 T:139997646661376 INFO: Python script stopped 22:00:56.909 T:139997646661376 DEBUG: Thread LanguageInvoker 139997646661376 terminating