-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi,
The add-on stopped working a few days ago. I tried to uninstall and reinstall it but when I try to login I get the following error :
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: 'NoneType' object has no attribute 'getitem'
Traceback (most recent call last):
File "C:\Users\Romain\AppData\Roaming\Kodi\addons\script.tvshowtime\program.py", line 367, in
start()
File "C:\Users\Romain\AppData\Roaming\Kodi\addons\script.tvshowtime\program.py", line 55, in start
Authorization(_login.verification_url, _login.user_code, _login.device_code)
File "C:\Users\Romain\AppData\Roaming\Kodi\addons\script.tvshowtime\program.py", line 75, in Authorization
_authorize = Authorize(device_code)
File "C:\Users\Romain\AppData\Roaming\Kodi\addons\script.tvshowtime\resources\lib\tvshowtime.py", line 632, in init
self.message = data['message']
TypeError: 'NoneType' object has no attribute 'getitem'
-->End of Python script error report<--`