error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'response'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.vavooto/lib/main.py", line 4, in <module>
vjackson.main()
File "/storage/.kodi/addons/plugin.video.vavooto/lib/vjackson.py", line 343, in main
vjlive.livePlay(params['name'])
File "/storage/.kodi/addons/plugin.video.vavooto/lib/vjlive.py", line 193, in livePlay
o.setPath(n + '?n=1&b=5&vavoo_auth=' + utils.getAuthSignature() + '|User-Agent=VAVOO/2.6')
^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.vavooto/lib/utils.py", line 70, in getAuthSignature
signed = req['response'].get('signed')
~~~^^^^^^^^^^^^
KeyError: 'response'
-->End of Python script error report<--