06-01-2018, 21:41
Код:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: unsupported operand type(s) for +: 'NoneType' and 'str'
Traceback (most recent call last):
File "C:\Users\Zlatev\AppData\Roaming\Kodi\addons\plugin.video.hbogobg\addon.py", line 604, in <module>
PLAY(url)
File "C:\Users\Zlatev\AppData\Roaming\Kodi\addons\plugin.video.hbogobg\addon.py", line 441, in PLAY
MediaUrl = jsonrspp['Purchase']['MediaUrl'] + "/Manifest"
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
-->End of Python script error report<--