Vero 4k+ heat

Hi ive had the vero for years but recently its been getting really warm and crashing…Not sure if ive got something installed that doesnt agree with it or its the heat making it crash?What do you guys use to keep the vero 4k+ cool
? Im in the uk & heres my log to check
https://paste.kodi.tv/gikadagiwa

Thanks
Dan

Remove your pirate addons and try again.

Let’s test with Kodi default settings. Enter the following commands with an SSH connection.

systemctl stop mediacenter
mv ~/.kodi ~/kodi.bak
systemctl start mediacenter

If needed you can restore:

systemctl stop mediacenter
mv ~/.kodi ~/kodi.bk2
mv ~/kodi.bak ~/.kodi
systemctl start mediacenter

If your original setup was restored as expected and you want get rid of the unneeded clean install you can delete that with the following command.

rm -r ~/kodi.bk2