2014-12-01, 17:35
In coronas version for some reason at first launch it saves in settings.xml
<setting id="language" value="ProfilesGate" />
After removing that line it saves correct value.
Series Viewing Activity also doesn't work. After i click something in there i get following error.
Edit. i get script error on everywhere if i turn off "show profile selection on each start" in settings. I have multiple profiles.
edit2. Nevermind it's just latest and all tv series what doesn't work.
Currently using marcelveldt version but there's same errors on coronas version.
<setting id="language" value="ProfilesGate" />
After removing that line it saves correct value.
Series Viewing Activity also doesn't work. After i click something in there i get following error.
Code:
17:32:12 T:140096627681024 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "/var/lib/vdr/.kodi/addons/plugin.video.netflixbmc/default.py", line 1076, in <module>
listSeasons(name, url, thumb)
File "/var/lib/vdr/.kodi/addons/plugin.video.netflixbmc/default.py", line 398, in listSeasons
content = json.loads(content)
File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--
17:32:12 T:140097762994048 ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listSeasons&name=30.11.2014%20-%20The%20X-Files%3a%20Kausi%201%3a%20%22Shapes%22&thumb=%2fvar%2flib%2fvdr%2f.kodi%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f70134177.jpg&url=70134177
17:32:12 T:140097762994048 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listSeasons&name=30.11.2014%20-%20The%20X-Files%3a%20Kausi%201%3a%20%22Shapes%22&thumb=%2fvar%2flib%2fvdr%2f.kodi%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f70134177.jpg&url=70134177) failed
17:32:12 T:140096627681024 NOTICE: Thread BackgroundLoader start, auto delete: false
Edit. i get script error on everywhere if i turn off "show profile selection on each start" in settings. I have multiple profiles.
edit2. Nevermind it's just latest and all tv series what doesn't work.
Code:
17:55:48 T:140095856310016 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)
Traceback (most recent call last):
File "/var/lib/vdr/.kodi/addons/plugin.video.netflixbmc/default.py", line 1050, in <module>
listVideos(url, type)
Currently using marcelveldt version but there's same errors on coronas version.