Seid kurzem kann ich das Addon auf dem Pi nicht starten.
Ich bekomme immer diese Fehlermeldung:
info <general>: [PLUGIN] Crunchyroll: API returned error '{'error': True, 'code': 'bad_auth_params', 'message': 'Unauthenticated request'}'
error <general>: GetDirectory - Error getting plugin://plugin.video.crunchyroll/
info <general>: [PLUGIN] Crunchyroll: API returned error '{'error': True, 'code': 'bad_auth_params', 'message': 'Unauthenticated request'}'
error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'NameError'>
Error Contents: name 'WindowsError' is not defined
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 136, in destroy
remove(getCookiePath(args))
FileNotFoundError: [Errno 2] No such file or directory: '/storage/.kodi/userdata/addon_data/plugin.video.crunchyroll/cookies.lwp'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.crunchyroll/default.py", line 33, in <module>
chyroll.main(sys.argv)
File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/crunchyroll.py", line 90, in main
if api.start(args):
^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 81, in start
req = request(args, "start_session", payload, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 174, in request
destroy(args)
File "/storage/.kodi/addons/plugin.video.crunchyroll/resources/lib/api.py", line 137, in destroy
except WindowsError:
^^^^^^^^^^^^
NameError: name 'WindowsError' is not defined
-->End of Python script error report<--
Hat sich hier was auf Cronchyroll geändert?