2019-11-06, 23:34
(2019-11-05, 20:51)wyvernuk Wrote:(2019-11-05, 18:26)Klojum Wrote:Thank you for spending time looking at the logs. I'll increase the logging level and see if that sheds some light on the problem. I'll also look for network source typos.(2019-11-05, 17:37)wyvernuk Wrote: Looking at the logfiles: It seems that Kodi cannot link to the SQL (MariaDB) Database for some reason. It then appears to reboot and falls-back to the native Database with reduced functionality.sql:2019-04-11 17:29:11.270 T:2881905520 NOTICE: Running database version Addons27
2019-04-11 17:29:11.271 T:2881905520 NOTICE: Running database version ViewModes6
2019-04-11 17:29:11.272 T:2881905520 NOTICE: Running database version Textures13
2019-04-11 17:29:11.286 T:2881905520 NOTICE: MYSQL: Connected to version 10.3.14-MariaDB
2019-04-11 17:29:11.303 T:2881905520 NOTICE: Running database version MyMusic72
2019-04-11 17:29:11.309 T:2881905520 NOTICE: Running database version MyVideos116
2019-04-11 17:29:11.311 T:2881905520 NOTICE: Running database version TV32
2019-04-11 17:29:11.312 T:2881905520 NOTICE: Running database version Epg12
It seems me that your MariaDB server is running just fine.
cpp:2019-04-11 17:29:09.420 T:3011551248 NOTICE: Disabled debug logging due to GUI setting. Level 0.
Level 0 is the default logging level. When you enable debugging, you will go to level 1 or 2. Instructions are in the Kodi wiki of the debug log (wiki) page.
With a higher logging level, there will be more specific details in the log file.
Code:sources://music.tbn
Tbn is a file extension that is no longer in use in Kodi. It use to be in XBMC some 4-5 years ago, and it's simply a renamed jpg file. Now all fanart files are direct jpg files.
Code:ERROR: GetDirectory - Error getting //smb/var/media/Maxtor 1/
I think your network sources have some typos in them.
Hi Klojum. If you are not fed-up scanning my log files, for which many thanks, I have raised the debug level and attached the latest one (https://paste.kodi.tv/efalorotuy.kodi). If you have the energy, could you please have a quick look?
It doesn't make a lot of sense to me as a 'Newbie', so please forgive me if I ask a couple of stupid questions. Firstly, why does the log report two different Timestamps? At the start of the log it shows the expected 2019-11-06 date (see Thread 3011887120). Later in the file it shows 2019-04-11 as the date (see Thread 2876646256), although it refers to events that happened today!
Secondly, surely the latter thread is significant, because a whole series of events report that the database cannot be opened? I quote a typical line:
2019-04-11 17:28:42.839 T:2876646256 ERROR: Unable to open database: MyMusic72 [2002](Can't connect to MySQL server on '192.168.0.16' (101))
Any advice will be warmly received!