Beiträge von versable

    Gerade nochmal die default.py Änderungen von 36529c2...(1.0.29) rückgängig gemacht

    Code
    -    content=opener.open(urlMain+"/dp/"+videoID).read()
    +    content=opener.open(urlMain+"/dp/"+videoID + "/?_encoding=UTF8").read()
         if login(content, statusOnly=True) == "none":
             qlogin = login()
             if qlogin == "noprime" or qlogin == "prime":
    -            content=opener.open(urlMain+"/dp/"+videoID).read()
    +            content=opener.open(urlMain+"/dp/"+videoID + "/?_encoding=UTF8").read()

    Daran liegt es nicht

    Bei mir auch nicht mehr
    [errorbox]21:01:18 T:1509946432 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.IndexError'>
    Error Contents: list index out of range
    Traceback (most recent call last):
    File "/storage/.kodi/addons/plugin.video.prime_instant/default.py", line 1279, in <module>
    playVideo(url, selectQuality=="true")
    File "/storage/.kodi/addons/plugin.video.prime_instant/default.py", line 701, in playVideo
    flashContent=opener.open(matchSWFUrl[0]).read()
    IndexError: list index out of range
    -->End of Python script error report<--
    21:01:18 T:1969914400 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.prime_instant/?url=B00IB1V9UK&mode=playVideo][/errorbox]