Vero 4K+ v19 - Many Problems

Yep 20 seconds and there a strange things like an exception and a folder not found error happening in that time.

2021-08-22 12:08:18.422 T:2590    DEBUG <general>: HandleKey: return (0xf00d) pressed, action is Select
2021-08-22 12:08:18.424 T:2590    DEBUG <general>: ------ Window Deinit (DialogVideoInfo.xml) ------
2021-08-22 12:08:18.443 T:2871    DEBUG <general>: Thread BackgroundLoader 3337425104 terminating
2021-08-22 12:08:38.222 T:2590    ERROR <general>: GetDirectory - Unhandled exception
2021-08-22 12:08:38.222 T:2590    ERROR <general>: GetDirectory - Error getting /home/osmc/.kodi/temp/
2021-08-22 12:08:38.222 T:2590    ERROR <general>: GetDirectory - Error getting special://temp/
2021-08-22 12:08:38.239 T:2590    DEBUG <general>: CPlayerCoreFactory::GetPlayers(smb://192.168.1.11/Volume_2/dns345-v2-movies/One.For.The.Money.(2012)/One.For.The.Money.(2012).mp4)

At this moment I would suggest to try a clean Kodi folder with than a baseline config to try if that solves the issue. Alternative or additionally you still can check network with iperf3. Doesn’t need to be with your NAS can be e.g. between the PC and the Vero.

For a clean start (you can refer back afterwards, here are the commands.

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