No module named osmccommon.osmc_language

I suddenly see stuff like this in my kodi.log, and “My OSMC” will not start…

Traceback (most recent call last):
File "/usr/share/kodi/addons/service.osmc.settings/resources/lib/script.py", line 11, in <module>
from osmcsettings import script_entry
File "/usr/share/kodi/addons/service.osmc.settings/resources/lib/osmcsettings/script_entry.py", line 18, in <module>
from osmccommon.osmc_language import LangRetriever
ImportError: No module named osmccommon.osmc_language```

`/usr/share/kodi/addons/script.module.osmccommon/resources/lib/osmccommon/osmc_language.py` exists??

doing

sudo ln -s /usr/share/kodi/addons/script.module.osmccommon/resources/lib/osmccommon /usr/share/kodi/addons/script.module.osmcsetting.updates/resources/lib/.
sudo ln -s /usr/share/kodi/addons/script.module.osmccommon/resources/lib/osmccommon /usr/share/kodi/addons/service.osmc.settings/resources/lib/.

makes the error in log go away, but when starting “My OSMC” it just show the OSMC logo in the middle with no buttons around?? No error in log…

Please try checking for updates again (apt-get update and apt-get dist-upgrade)

Thanks. I had the same problem and the manual upgrade seems to have fixed it.