You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
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!
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:
The text was updated successfully, but these errors were encountered: