Not sensitive at all. :-) See below. The output from sqlite3 is: Code: SQL error: no such table: Profiles So it appears that no profile was registered in erminig.db when I tried to create one? The strange thing is that in erminig I can see the profile below the title line (or whatever it's called; the one starting with "Device"). However: the field below the title "Google" is empty, but when I edit the profile everything looks right.
SQL error: no such table: Profiles
$ sqlite3 ~/.erminig.db sqlite> select * from Profiles; sqlite> .quit