unbox icon indicating copy to clipboard operation
unbox copied to clipboard

SQLITE_CANTOPEN With Mixxx 2.2.4

Open TolleyLikesRice opened this issue 3 years ago • 9 comments

image

On Windows 10, C:\Users\USER\AppData\Local\Mixxx\mixxxdb.sqlite is present.

TolleyLikesRice avatar Aug 09 '21 20:08 TolleyLikesRice

Also, tried running as admin, and checked various permissions

TolleyLikesRice avatar Aug 09 '21 20:08 TolleyLikesRice

Updated to latest Mixxx, same issue

TolleyLikesRice avatar Aug 09 '21 20:08 TolleyLikesRice

Hmmm let me test this a bit and get back to you, likely an issue with the path.

erikrichardlarson avatar Aug 12 '21 06:08 erikrichardlarson

Hiya. Sorry to necro this issue, but I'm having the exact same error come up with a recent install. Mixxx 2.3.1 Any possible resolution?

GroovePanda avatar Dec 17 '21 23:12 GroovePanda

Will look into this today and see if I can find anything, will post here with my updates.

erikrichardlarson avatar Dec 27 '21 19:12 erikrichardlarson

on windows i think the mixxx db file is at \AppData\Local\Mixxx\mixxxdb.sqlite

gjr354 avatar Jan 16 '22 17:01 gjr354

Issue is still unresolved using Mixxx 2.3.2.. please help

The path in poller.js seems to be ok.. let mixxxDatabasePath = process.platform != 'darwin' ? process.env.HOME + '\\AppData\\Local\\Mixxx\\mixxxdb.sqlite' : process.env.HOME + '/Library/Application Support' + '/Mixxx/mixxxdb.sqlite';

I have replaced process.env.HOME with require('os').homedir() and that works, but now another error shows up image

Dlay2017 avatar Feb 22 '22 23:02 Dlay2017

Oh nice will update the code to use the os module instead of the HOME var, the error you're getting now usually means the artist or track data is empty for the recent track you've played, can you check to make sure the metadata is correct on the track you played?

erikrichardlarson avatar Feb 23 '22 04:02 erikrichardlarson

Oh nice will update the code to use the os module instead of the HOME var, the error you're getting now usually means the artist or track data is empty for the recent track you've played, can you check to make sure the metadata is correct on the track you played?

Well, yes, today i tried, and it works well, so thats the solution for mixxx ! :-)

Dlay2017 avatar Feb 23 '22 16:02 Dlay2017