2020-09-22, 12:11
Hi,
I'm using Kodi version 18.8 also a fan of Marcosqui AEON MQ8 V2.9 skin and Artwork Beef V0.28.2
So the problems that I had
1. When starting up recently added movies will not display there empty
2.Artwork Beef will thrown an exception and finally crash no covers will display and errors in kodi log of extrafanart also not able to stop the script from running
3.example python exception https://paste.kodi.tv/cucinoseka.kodi
4.Example of the full log errors https://paste.kodi.tv/usahanupux.kodi
5.You will also having errors in logfile sort buffer out of order in mysql
So for others having these kodi logs errors;
From Terminal Edit with vi or nano /etc/mysql/mysql.conf.d/mysqld.cnf and add the line sort_buffer_size = 10M safe it and restart true service or systemctl mysql
and your good to go
you will see also that this will disappear from the logs in kodi and in mysql
This is a workaround i share for users having the same problems with Mysql 8.0 and it is working great no need to return to older versions
The solution has been noticed by Kodi Team so that developers can added to there source code and fixed it in future updates
I'm using Kodi version 18.8 also a fan of Marcosqui AEON MQ8 V2.9 skin and Artwork Beef V0.28.2
So the problems that I had
1. When starting up recently added movies will not display there empty
2.Artwork Beef will thrown an exception and finally crash no covers will display and errors in kodi log of extrafanart also not able to stop the script from running
3.example python exception https://paste.kodi.tv/cucinoseka.kodi
4.Example of the full log errors https://paste.kodi.tv/usahanupux.kodi
5.You will also having errors in logfile sort buffer out of order in mysql
So for others having these kodi logs errors;
or a EXCEPTION Thrown by Python and crashing ARTWORK Beef this will fix it allxml:SQL: Missing result set!
ERROR: CVideoDatabase::GetMoviesByWhere failed
ERROR: XFILE::CDirectory::GetDirectory - Error getting videodb://recentlyaddedmovies/
2020-09-21 20:56:44.643 T:15900 ERROR: CGUIMediaWindow::GetDirectory(videodb://recentlyaddedmovies/) failed
From Terminal Edit with vi or nano /etc/mysql/mysql.conf.d/mysqld.cnf and add the line sort_buffer_size = 10M safe it and restart true service or systemctl mysql
and your good to go
you will see also that this will disappear from the logs in kodi and in mysql
This is a workaround i share for users having the same problems with Mysql 8.0 and it is working great no need to return to older versions
The solution has been noticed by Kodi Team so that developers can added to there source code and fixed it in future updates