Hallo L0RE,
herzlichen Dank für das tolle Addon!
Bei mir läuft Kodi (v17.0 Development) auf dem FireTV und habe als Downloadordner mein NAS (NFS://...) angegeben. Bei Download erhalte ich den Fehler
Code
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: (2, 'No such file or directory', u'nfs://192.168.0.17/volume1/YouTv/the-last-days-on-mars_hq.mp4')
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtv/default.py", line 703, in <module>
download(url)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtv/default.py", line 399, in download
f = open(download_dir + file_name, 'wb')
IOError: (2, 'No such file or directory', u'nfs://192.168.0.17/volume1/YouTv/the-last-days-on-mars_hq.mp4')
-->End of Python script error report<--
Alles anzeigen
Kodi hat Schreibzugriff auf dieses Verzeichnis...
Ferner läßt sich das einmal gespeicherte Downloadverzeichnis nicht mehr ändern (man kann in der Ordnersturktur nur nach unten - nicht aber nach oben wechseln. Wenn man das versucht passiert nichts).
Wenn ich "MeinArchiv" auswähle gibt es folgenden Fehler:
Code
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: addLinkarchive() got an unexpected keyword argument 'abo'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtv/default.py", line 680, in <module>
liste("https://www.youtv.de/api/v2/archived_broadcasts.json?platform=ios","archived_broadcasts")
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.youtv/default.py", line 331, in liste
addLinkarchive(times+title , id, "playvideo", bild, duration=duration, desc="", genre=genres,shortname=title,zeit=st,abo=tage)
TypeError: addLinkarchive() got an unexpected keyword argument 'abo'
-->End of Python script error report<--
Alles anzeigen
Viele Grüße
Peter