- January 15, 2013
- 9
- 4
- 45
- Home Country
- Netherlands
I did an import of all my music (on a first install) and only about 370 of the 670 artists were imported.
When i examined the error logs i found this:
2013-01-15 09:30:51.086890 [ERROR][(6)]: musicdatabase exception errQLiteClient: MusicDatabaseV12.db3 cmd:sqlite3_prepare16vm=null err:ERROR detailed:unrecognized token: "'Alone" query:select * from albuminfo where strArtist like 'unknown%' and strAlbum like 'Alone
where the above query line cut off there was an upper ascii sign like [], right behind 'Alone and before the closing '.
So it looked like: 'Alone[]'
This kind of error flooded my error log and must be the reason.
Can anybody help? I can rebuild the source if applicable.
When i examined the error logs i found this:
2013-01-15 09:30:51.086890 [ERROR][(6)]: musicdatabase exception errQLiteClient: MusicDatabaseV12.db3 cmd:sqlite3_prepare16vm=null err:ERROR detailed:unrecognized token: "'Alone" query:select * from albuminfo where strArtist like 'unknown%' and strAlbum like 'Alone
where the above query line cut off there was an upper ascii sign like [], right behind 'Alone and before the closing '.
So it looked like: 'Alone[]'
This kind of error flooded my error log and must be the reason.
Can anybody help? I can rebuild the source if applicable.
Last edited by a moderator: