[Jarvis] No Background Artwork Anymore

Hi,

For most home screen items now there is no random background artwork being pulled. I looked at the log and there is a lot of these errors:

Code:
4:09:58 T:6684   ERROR: JSONDecodeError
14:09:58 T:6684   ERROR: :
14:09:58 T:6684   ERROR: Expecting value: line 1 column 1 (char 0)
14:09:58 T:3356   ERROR: Unhandled exception in thread started by
14:09:58 T:3356   ERROR: <bound method ListItemMonitor.setOmdbInfo of <ListItemMonitor(Thread-1, started 6180)>>
14:09:58 T:3356   ERROR: Traceback (most recent call last):
14:09:58 T:3356   ERROR:   File "C:\Users\leejk\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\​lib\ListItemMonitor.py", line 1014, in setOmdbInfo
14:09:58 T:3356   ERROR: omdbresult = json.loads(res.content.decode('utf-8','replace'))
14:09:58 T:3356   ERROR:   File "C:\Users\leejk\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejs​on\__init__.py", line 488, in loads
14:09:58 T:3356   ERROR: return _default_decoder.decode(s)
14:09:58 T:3356   ERROR:   File "C:\Users\leejk\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejs​on\decoder.py", line 370, in decode
14:09:58 T:3356   ERROR: obj, end = self.raw_decode(s)
14:09:58 T:3356   ERROR:   File "C:\Users\leejk\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejs​on\decoder.py", line 389, in raw_decode
14:09:58 T:3356   ERROR: return self.scan_once(s, idx=_w(s, idx).end())
14:09:58 T:3356   ERROR:   File "C:\Users\leejk\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejs​on\scanner.py", line 119, in scan_once
14:09:58 T:3356   ERROR: return _scan_once(string, idx)
14:09:58 T:3356   ERROR:   File "C:\Users\leejk\AppData\Roaming\Kodi\addons\script.module.simplejson\lib\simplejs​on\scanner.py", line 115, in _scan_once
14:09:58 T:3356   ERROR: raise JSONDecodeError(errmsg, string, idx)
14:09:58 T:3356   ERROR: simplejson.scanner
14:09:58 T:3356   ERROR: .

I’m using the Kodi repository versions of everything, so no beta stuff. I removed everything Titan related and re-installed but no change. Any ideas?

thx