Sad face loop after most recent update

Hi I hope I can get some help from you guys
my raspberry pi 3 is stuck in a loop, I can only see a blue screen with a sad icon on it :frowning:

It seems like it cannot start the kodi interface for some reason, I’m able to access the pi using ssh,
This is is the link with one of my logs.

https://paste.osmc.tv/anavuwiyik

I would suggest that you remove the banned addons.

You could try to rename the .kodi directory:

$ mv .kodi .kodi-save

and see if that helps.

It looks like something has become corrupted on your system, though it’s not clear what.

If @bmillham’s suggestion doesn’t work, you could try:

sudo apt-get update
sudo apt-get install --reinstall rbp2-mediacenter-osmc
1 Like

Thanks this solved the problem now I just have to get my addons again.

Good to hear.

You should now update OSMC to the latest version, since you’re still on 2017.08-1.

1 Like

It would be nice to know which suggestion solved your problem.