Bin ich grad zu doof? Ich hab jetzt 2.5.34+ frisch installiert und finde nirgendwo eine Möglichkeit meine Account Daten einzutragen. Wenn ich auf "Anmelden" klicke, kommt sofort eine Fehlermeldung.
error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.joyn/default.py", line 12, in <module>
plugin.run(_pluginurl=argv[0], _pluginhandle=int(argv[1]) or -1, _pluginquery=argv[2], addon=_ADDON)
File "/storage/.kodi/addons/plugin.video.joyn/resources/lib/plugin.py", line 1164, in run
login(**login_params)
File "/storage/.kodi/addons/plugin.video.joyn/resources/lib/plugin.py", line 1040, in login
return libjoyn_login(dont_check_account=dont_check_account, failed=failed, no_account_dialog=no_account_dialog)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.joyn/resources/lib/submodules/libjoyn_auth.py", line 25, in login
if dont_check_account is False and lib_joyn().get_auth_token().get('has_account', False) is True:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
-->End of Python script error report<--