Ich habe mir das AddOn gerade installiert und bekomme beim Klick auf "Login" sofort eine Fehlermeldung:
Code
EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.JSONDecodeError'>
Error Contents: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 37, in _scan_once
IndexError: string index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3.8/site-packages/simplejson/__init__.py", line 525, in loads
File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 370, in decode
File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 400, in raw_decode
File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 79, in scan_once
File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 39, in _scan_once
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.filmfriend/default.py", line 49, in <module>
login.pick()
File "/storage/.kodi/addons/plugin.video.filmfriend/resources/lib/login.py", line 12, in pick
j = requests.get(f'{base}tenant-groups/fba2f8b5-6a3a-4da3-b555-21613a88d3ef/tenants?orderBy=DisplayCategory&sortDirection=Ascending&skip=&take=1000').json()
File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
-->End of Python script error report<--
Alles anzeigen
Gibt es noch jemand, der hier Support leistet?