Project

General

Profile

RE: Tvheadend >4.0 with Kodi 17 ยป tvh2kodi_error.log

kodi logs - Sagar Kherdekar, 2017-07-24 16:04

 
1
22:00:54.491 T:139996254684928   DEBUG: AddOnLog: Tvheadend HTSP Client: pvr.hts - sending auth
2
22:00:54.492 T:139996254684928   ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - Command authenticate failed: Access denied
3
22:00:54.525 T:139998305331584   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
4
22:00:54.591 T:139998305331584   DEBUG: OnKey: return (0xf00d) pressed, action is Select
5
22:00:54.592 T:139998305331584   DEBUG: CGUIMediaWindow::GetDirectory (plugin://script.module.tvh2kodi/muxes)
6
22:00:54.592 T:139998305331584   DEBUG:   ParentPath = [plugin://script.module.tvh2kodi/]
7
22:00:54.604 T:139996246030080   DEBUG: CAddonDatabase::SetLastUsed[script.module.tvh2kodi] took 11 ms
8
22:00:54.605 T:139996986324736   DEBUG: StartScript - calling plugin Tvheadend Setup for Kodi('plugin://script.module.tvh2kodi/muxes','31','')
9
22:00:54.605 T:139997646661376   DEBUG: Thread LanguageInvoker start, auto delete: false
10
22:00:54.605 T:139997646661376    INFO: initializing python engine.
11
22:00:54.605 T:139997646661376   DEBUG: CPythonInvoker(31, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): start processing
12
22:00:54.728 T:139997646661376   DEBUG: -->Python Interpreter Initialized<--
13
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"
14
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
15
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
16
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
17
22:00:55.093 T:139998305331584   DEBUG: ------ Window Init (DialogBusy.xml) ------
18
22:00:55.660 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/adapters" named "adapters" pointing to function "adapters"
19
22:00:55.660 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/networks" named "networks" pointing to function "networks"
20
22:00:55.661 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/muxes" named "muxes" pointing to function "muxes"
21
22:00:55.661 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/mux_scan" named "mux_scan" pointing to function "mux_scan"
22
22:00:55.662 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/services" named "services" pointing to function "services"
23
22:00:55.663 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/channels" named "channels" pointing to function "channels"
24
22:00:55.663 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/dvr" named "dvr" pointing to function "dvr"
25
22:00:55.664 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/epg" named "epg" pointing to function "epg"
26
22:00:55.665 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/wizard" named "wizard" pointing to function "wizard"
27
22:00:55.665 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/tvh" named "tvh" pointing to function "tvh"
28
22:00:55.666 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/tvhclient" named "tvhclient" pointing to function "tvhclient"
29
22:00:55.666 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/" named "index" pointing to function "index"
30
22:00:55.667 T:139997646661376   DEBUG: [xbmcswift2] Handling incoming request for /muxes
31
22:00:55.668 T:139997646661376  NOTICE: [xbmcswift2] Request for "/muxes" matches rule for function "muxes"
32
22:00:55.704 T:139997646661376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
33
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
34
                                            Error Type: <type 'exceptions.TypeError'>
35
                                            Error Contents: 'NoneType' object is not callable
36
                                            Traceback (most recent call last):
37
                                              File "/home/guest/.kodi/addons/script.module.tvh2kodi/default.py", line 1840, in <module>
38
                                                plugin.run()
39
                                              File "/home/guest/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
40
                                                items = self._dispatch(self.request.path)
41
                                              File "/home/guest/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
42
                                                listitems = view_func(**items)
43
                                              File "/home/guest/.kodi/addons/script.module.tvh2kodi/default.py", line 1425, in muxes
44
                                                muxes = requests.get(muxes_url).json()
45
                                              File "/home/guest/.kodi/addons/script.module.requests/lib/requests/models.py", line 850, in json
46
                                                return complexjson.loads(self.text, **kwargs)
47
                                              File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 516, in loads
48
                                                return _default_decoder.decode(s)
49
                                              File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 370, in decode
50
                                                obj, end = self.raw_decode(s)
51
                                              File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 400, in raw_decode
52
                                                return self.scan_once(s, idx=_w(s, idx).end())
53
                                              File "/usr/lib/python2.7/dist-packages/simplejson/scanner.py", line 33, in __init__
54
                                                ValueError.__init__(self, errmsg(msg, doc, pos, end=end))
55
                                            TypeError: 'NoneType' object is not callable
56
                                            -->End of Python script error report<--
57
22:00:55.714 T:139998305331584   DEBUG: ------ Window Init (DialogNotification.xml) ------
58
22:00:55.762 T:139997646661376    INFO: Python script stopped
59
22:00:55.762 T:139997646661376   DEBUG: Thread LanguageInvoker 139997646661376 terminating
60
22:00:55.781 T:139998305331584   ERROR: GetDirectory - Error getting plugin://script.module.tvh2kodi/muxes
61
22:00:55.782 T:139998305331584   ERROR: CGUIMediaWindow::GetDirectory(plugin://script.module.tvh2kodi/muxes) failed
62
22:00:55.782 T:139998305331584   DEBUG: CGUIMediaWindow::GetDirectory (plugin://script.module.tvh2kodi/)
63
22:00:55.782 T:139998305331584   DEBUG:   ParentPath = [plugin://script.module.tvh2kodi/]
64
22:00:55.795 T:139996246030080   DEBUG: CAddonDatabase::SetLastUsed[script.module.tvh2kodi] took 13 ms
65
22:00:55.795 T:139996270950144   DEBUG: StartScript - calling plugin Tvheadend Setup for Kodi('plugin://script.module.tvh2kodi/','32','')
66
22:00:55.796 T:139997646661376   DEBUG: Thread LanguageInvoker start, auto delete: false
67
22:00:55.796 T:139997646661376    INFO: initializing python engine.
68
22:00:55.796 T:139997646661376   DEBUG: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): start processing
69
22:00:55.914 T:139997646661376   DEBUG: -->Python Interpreter Initialized<--
70
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"
71
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
72
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
73
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
74
22:00:56.282 T:139998305331584   DEBUG: ------ Window Init (DialogBusy.xml) ------
75
22:00:56.844 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/adapters" named "adapters" pointing to function "adapters"
76
22:00:56.844 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/networks" named "networks" pointing to function "networks"
77
22:00:56.845 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/muxes" named "muxes" pointing to function "muxes"
78
22:00:56.845 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/mux_scan" named "mux_scan" pointing to function "mux_scan"
79
22:00:56.846 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/services" named "services" pointing to function "services"
80
22:00:56.847 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/channels" named "channels" pointing to function "channels"
81
22:00:56.847 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/dvr" named "dvr" pointing to function "dvr"
82
22:00:56.848 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/epg" named "epg" pointing to function "epg"
83
22:00:56.848 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/wizard" named "wizard" pointing to function "wizard"
84
22:00:56.849 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/tvh" named "tvh" pointing to function "tvh"
85
22:00:56.850 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/tvhclient" named "tvhclient" pointing to function "tvhclient"
86
22:00:56.850 T:139997646661376   DEBUG: [xbmcswift2] Adding url rule "/" named "index" pointing to function "index"
87
22:00:56.851 T:139997646661376   DEBUG: [xbmcswift2] Handling incoming request for /
88
22:00:56.851 T:139997646661376  NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
89
22:00:56.855 T:139997646661376    INFO: CPythonInvoker(32, /home/guest/.kodi/addons/script.module.tvh2kodi/default.py): script successfully run
90
22:00:56.866 T:139998305331584   DEBUG: Saving fileitems [plugin://script.module.tvh2kodi/]
91
22:00:56.870 T:139995326445312   DEBUG: Thread BackgroundLoader start, auto delete: false
92
22:00:56.870 T:139998305331584   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
93
22:00:56.875 T:139995326445312   DEBUG: Thread BackgroundLoader 139995326445312 terminating
94
22:00:56.909 T:139997646661376    INFO: Python script stopped
95
22:00:56.909 T:139997646661376   DEBUG: Thread LanguageInvoker 139997646661376 terminating
96

    
    (1-1/1)