Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Music player not launching due to database connection error #124

Open
TokyFy opened this issue Jan 2, 2023 · 2 comments
Open

Music player not launching due to database connection error #124

TokyFy opened this issue Jan 2, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@TokyFy
Copy link

TokyFy commented Jan 2, 2023

I have installed the music player using the command sudo apt install ./music-player_v0.2.0-alpha.8_amd64.deb, but when I try to launch the program, it crashes with the following error message:

thread 'main' panicked at 'Could not connect to database: Conn("error returned from database: (code: 14) unable to open database file")', /home/runner/work/music-player/music-player/storage/src/lib.rs:24:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@tsirysndr
Copy link
Owner

the auto initialization of the database is not yet implemented for the desktop version, but you can still use the CLI to initialize the configs and the database. https://github.com/tsirysndr/music-player/releases/download/v0.2.0-alpha.8/music-player_v0.2.0-alpha.8_x86_64-unknown-linux-gnu.tar.gz

@tsirysndr
Copy link
Owner

#94

@tsirysndr tsirysndr added the bug Something isn't working label Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants