It seems the hashlib function of kodi/python does so work, so a lot of addons and when you index your Music Collection it crashes. (then it does not start anymore without deleting .kodi)
automatically obtained id of "plugin.video.youtube" dependent on version 2.20.0 of the xbmc.python api
16:45:42.187 T:1589834720 ERROR: ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/usr/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
16:45:42.187 T:1589834720 DEBUG: .
16:45:42.188 T:1589834720 ERROR: ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/usr/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
and so on ...
Also it seems the Steam Controller is not working at current stage.