Vero 4k+ will crash after Kodi Login

Hi there!

Since yesterday i have the big problem that after Login as a Kodi user the system do a reboot - problem occurs with the two configured users and i haven´t any chance to enable the logs in Kodi! Is there any way to collect the logs via ssh and to fix this problem?

Regards!
Mike

grab-logs -A

Here are the logs:

https://paste.osmc.tv/ogaxodaneb

It could be issue with settings, resetting to defaults may help:

sudo systemctl stop mediacenter 
mv /home/osmc/.kodi /home/osmc/kodi.bak
sudo systemctl start mediacenter

If need you can restore:

sudo systemctl stop mediacenter
mv /home/osmc/kodi.bak /home/osmc/.kodi
sudo systemctl start mediacenter

Ok, will do that - thanks a lot for help!