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

Error: SQLITE_CANTOPEN: unable to open database file #1

Open
marceloomens opened this issue Aug 4, 2018 · 1 comment
Open

Error: SQLITE_CANTOPEN: unable to open database file #1

marceloomens opened this issue Aug 4, 2018 · 1 comment

Comments

@marceloomens
Copy link

Is this project still alive? I certainly hope so!
I'm following the instructions at https://github.com/archerimpact/Meta to get going. However, the app throws an error:

$ npm start

> [email protected] start /home/marcel/Projects/Archer/Meta
> electron .

Gtk-Message: 14:30:04.472: Failed to load module "canberra-gtk-module"
/home/marcel/.config/Archer Meta/meta.db
A JavaScript error occurred in the main process
Uncaught Exception:
Error: SQLITE_CANTOPEN: unable to open database file```
@franklinrice
Copy link
Collaborator

Hi Marcel, sorry for the delay addressing this. The project is still going; indeed we will be releasing a significant number of changes to the app in the next few weeks, so stay tuned.
Looks like you're on a Linux machine from the path—we haven't been doing our dev on linux so its possible that there is some compatibility issue there causing the SQL to fail at opening the database file. Just to be sure it isn't that, I'll try to get it working on an extra linux laptop I have.
Otherwise, all I could suggest from the info here would be fixing your gtk module loading error.
Let us know if you've figured it out in the meantime!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants