- April 23, 2007
- 755
- 79
- Home Country
-
Seeing this error appear recently. Suspect it may have been after the 1.23 update. Have tried renaming the old database and having MP create a new one after restart, but same error appears.
[2020-01-28 13:32:05,945] [Error ] [MPMain ] [ERROR] - SQLiteClient: MusicDatabaseV13.db3 cmd:sqlite3_prepare16
vm=null err:ERROR detailed:no such column: strAlbum query:CREATE INDEX idxartistinfo_strArtiststrAlbum ON artistinfo(strArtist, strAlbum)
[2020-01-28 13:32:05,976] [Error ] [MPMain ] [ERROR] - DatabaseUtility exception err
QLiteClient: MusicDatabaseV13.db3 cmd:sqlite3_prepare16
vm=null err:ERROR detailed:no such column: strAlbum query:CREATE INDEX idxartistinfo_strArtiststrAlbum ON artistinfo(strArtist, strAlbum) stack: at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
at SQLite.NET.SQLiteClient.Execute(String query)
at MediaPortal.Database.DatabaseUtility.AddIndex(SQLiteClient dbHandle, String indexName, String strSQL) sql:CREATE INDEX idxartistinfo_strArtiststrAlbum ON artistinfo(strArtist, strAlbum)
[2020-01-28 13:32:05,945] [Error ] [MPMain ] [ERROR] - SQLiteClient: MusicDatabaseV13.db3 cmd:sqlite3_prepare16
[2020-01-28 13:32:05,976] [Error ] [MPMain ] [ERROR] - DatabaseUtility exception err
at SQLite.NET.SQLiteClient.Execute(String query)
at MediaPortal.Database.DatabaseUtility.AddIndex(SQLiteClient dbHandle, String indexName, String strSQL) sql:CREATE INDEX idxartistinfo_strArtiststrAlbum ON artistinfo(strArtist, strAlbum)