Getting script error for Version Check
#1
Every time Kodi starts now, I'm getting a script error for Version Check.

If I turn on debug logging, I can see this in the log:

11:17:55 T:5528 DEBUG: ------ Window Deinit (Pointer.xml) ------
11:17:55 T:4752 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: Expecting ',' delimiter: line 233 column 15 (char 7189)
Traceback (most recent call last):
File "C:\Users\Philip\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py", line 104, in <module>
Main()
File "C:\Users\Philip\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py", line 43, in __init__
oldversion, version_installed, version_available, version_stable = _versioncheck()
File "C:\Users\Philip\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py", line 52, in _versioncheck
versionlist = get_versionfilelist()
File "C:\Users\Philip\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\lib\jsoninterface.py", line 52, in get_versionfilelist
version_query = jsoninterface.loads(version_query)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting ',' delimiter: line 233 column 15 (char 7189)
-->End of Python script error report<--
11:17:55 T:4752 INFO: Python script stopped
11:17:55 T:4752 DEBUG: Thread LanguageInvoker 4752 terminating

What do I need to do to fix this, please?

Thanks.
Reply
#2
Just as a quick update: the version causing the problem is 0.3.4.

If I roll back the add-on to 0.3.3, the error stops happening.
Reply
#3
Me too. Isengard beta 2, Windows.
Reply
#4
Same here, but on my Nexus Player.
Reply
#5
Same here
Reply
#6
Update:
Martijn already has it fixed on github, so when version 0.3.5 gets picked up by the Kodi official repo it should resolve itself.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Getting script error for Version Check0