v15 [SOLVED] SQL Problems Updating from 14 to 15
#1
Hi there.
This happened on my FireTV but according to the log it seems like this is not even OS-specific

I just updated my Kodi on my Fire-TV using
adb install -r D:\downloads\kodi-15.0-Isengard-armeabi-v7a.apk

(installed version was 14.0 Helix)

After trying to start Kodi I just see the startup-screen for half a second before it crashes. I use the following settings to use a centralized MySQL-Database:
Code:
<videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.178.23</host>
                                                <port>3306</port>
                                                <user>fire</user>
                                                <pass>***</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.178.23</host>
                                                <port>3306</port>
                                                <user>fire</user>
                                                <pass>***</pass>
                                              </musicdatabase>                                              
                                              <pathsubstitution>
                                                <substitute>
                                                  <from>special://masterprofile/Thumbnails</from>
                                                  <to>smb://fire@sauger/thumbs</to>
                                                </substitute>
                                              </pathsubstitution>
(Removed the passwords)

The log throws the following error on startup:
Code:
20:12:07 T:1528415712   DEBUG: Loading: /data/app-lib/org.xbmc.kodi-2/libcurl.so
20:12:07 T:1528415712  NOTICE: Running database version Addons19
20:12:07 T:1528415712   DEBUG: void CDatabaseManager::Initialize(bool), updating databases...
20:12:07 T:1528415712  NOTICE: Running database version ViewModes6
20:12:07 T:1528415712  NOTICE: Running database version Textures13
20:12:07 T:1528415712  NOTICE: Running database version MyMusic52
20:12:07 T:1528415712   ERROR: SQL: The table does not exist
                                            Query: SELECT idVersion FROM version

When I just remove my custom advancedsettings, kodi starts.

My guess would be that there has something changed in the database structure. Can I just add a column at a table somewhere or is there an update script?

Thanks in advance
Reply


Messages In This Thread
[SOLVED] SQL Problems Updating from 14 to 15 - by T0mat0 - 2015-07-24, 20:26
Logout Mark Read Team Forum Stats Members Help
[SOLVED] SQL Problems Updating from 14 to 150