On 27/09/2016 19:19, Leo Arias wrote: > Thanks Michael. That worked. Now it gets stuck somewhere and runs out of > memory, but I doubt that's the fault of the snap.
It might be a totally different issue, but IIRC I also happened to see "out of memory" issues in my projects using SQLite, while in fact the error was that I was asking it to create the SQLite database in a directory which I didn't create yet. Just to save you some time, please double check that the path to the SQLite database exists and is accessible to the snap. Ciao, Alberto -- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
