For some time now I have trouble scanning new video info into my Kodi library.
This issue started off on Kodi v16.1 Jarvis. Upgrading to Kodi v17 Krypton the issue still exists.
I have uploaded complete logs to pastebin, please find the links at the end of the post.
In the logs I can see multiple issues returning many times. Below I will name the different parts and give them a number/title.
1) SSL connect error(35)
The first issue I encountered was with loading data from Github for the AniDB [MOD] information provider by Scudlee.
I’ve updated the URL in the config from: “https://raw.github.com/ScudLee/anime-lists/master/anime-list.xml” to “https://raw.githubusercontent.com/ScudLee/anime-lists/master/anime-list.xml” without success.
16:18:18.875 T:140335137142528 ERROR: CCurlFile::FillBuffer - Failed: SSL connect error(35)
16:18:18.875 T:140335137142528 ERROR: CCurlFile::Open failed with code 0 for https://raw.githubusercontent.com/ScudLee/anime-lists/master/anime-list.xml
16:18:18.877 T:140335137142528 ERROR: Run: Unable to parse web site
2) JSONDecodeError
I’m not sure this has a relation with the VideoInfoScanner but the error below keeps coming back.
I’ve read about this when trying to solve an issue with a different program on Linux a few months ago: can this be a JSON library (version) problem? Should I revert to a certain library?
16:16:09.537 T:140336230745856 ERROR: Unhandled exception in thread started by
16:16:09.537 T:140336230745856 ERROR: <bound method ListItemMonitor.setOmdbInfo of <ListItemMonitor(Thread-1, started 140334895683328)>>
16:16:09.537 T:140336230745856 ERROR: Traceback (most recent call last):
16:16:09.537 T:140336230745856 ERROR: File "/home/theater/.kodi/addons/script.skin.helper.service/resources/lib/ListItemMonitor.py", line 1014, in setOmdbInfo
16:16:09.569 T:140336230745856 ERROR: omdbresult = json.loads(res.content.decode('utf-8','replace'))
16:16:09.569 T:140336230745856 ERROR: File "/home/theater/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 488, in loads
16:16:09.596 T:140336230745856 ERROR: return _default_decoder.decode(s)
16:16:09.596 T:140336230745856 ERROR: File "/home/theater/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
16:16:09.616 T:140336230745856 ERROR: obj, end = self.raw_decode(s)
16:16:09.616 T:140336230745856 ERROR: File "/home/theater/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 389, in raw_decode
16:16:09.616 T:140336230745856 ERROR: return self.scan_once(s, idx=_w(s, idx).end())
16:16:09.616 T:140336230745856 ERROR: File "/home/theater/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 119, in scan_once
16:16:09.633 T:140336230745856 ERROR: return _scan_once(string, idx)
16:16:09.633 T:140336230745856 ERROR: File "/home/theater/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 115, in _scan_once
16:16:09.633 T:140336230745856 ERROR: raise JSONDecodeError(errmsg, string, idx)
16:16:09.633 T:140336230745856 ERROR: simplejson.scanner
16:16:09.633 T:140336230745856 ERROR: .
16:16:09.633 T:140336230745856 ERROR: JSONDecodeError
16:16:09.633 T:140336230745856 ERROR: :
16:16:09.633 T:140336230745856 ERROR: Expecting value: line 1 column 1 (char 0)
3) CreateLoader – unsupported protocol(plugin)
Not a clue where this comes from. I have disable the Crunchyroll add-on weeks ago.
Should I clear somethings or remove something to solve this?
16:14:31.564 T:140337020516672 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.youtube/play/?video_id=HYWdgBtSM8s
16:14:38.121 T:140337020516672 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.crunchyroll-takeout/?url=http%3A%2F%2Fwww.crunchyroll.com%2Fnaruto-shippuden%2Fepisode-423-narutos-rival-677381&mode=videoplay&name=Episode+423+-+Naruto%27s+Rival+&id=677381&count=0&series_id=42852&filterx=None&offset=0&icon=http%3A%2F%2Fimg1.ak.crunchyroll.com%2Fi%2Fspire2-tmb%2F028903a30d272bef968430e9a44df91e1438797072_fwide.jpg&complete=True&fanart=http%3A%2F%2Fimg1.ak.crunchyroll.com%2Fi%2Fspire3%2F102de8278bed6e8a346a8f04b5b3c7db1434142058_full.jpg&season=1&media_type=None&year=2015-08-06&playhead=0&duration=1390&episode=423&plot=It%E2%80%99s+been+three+years+since+Naruto+set+out+to+train+with+Jiraiya%2C+and+he%27s+just+returned+to+the+Hidden+Leaf+Village.+Konohamaru+immediately+begs+Naruto+to+teach+him+a+new+jutsu+and+he+starts+to+go+over+the+basics...but+his+explanations+are+very+vague.+Soon+after%2C+Naruto+sets+out+on+a+mission%2C+leaving+Konohamaru+to+figure+it+out+alone%21%2520
Logs
Kodi.log JSONDecodeErrors long file (file 01): http://pastebin.com/a1fq0uHG
Kodi.log Warnings (file 02): http://pastebin.com/DknBaaeF
Kodi.log JSONDecodeErrors small file (file 03): http://pastebin.com/T9CkebXb
kodi_crashlog-20170211_153906 (File 04) -> http://pastebin.com/0wucqRTx
I hope we can work this issue out. Many thanks in advance for helping out.
Kind regards
Abberlin3