View Single Post
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#344
Originally Posted by pmd View Post
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.
Hmmm, an error slipped in the command I gave you (forgot a dot, and made other assumptions). Can you please try again with the following:

Code:
$ sqlite3 ~/.erminig.db
sqlite> select * from Profiles;
sqlite> .quit
The fact that the entry below the Google header is empty is for sure not normal, and probably a clue toward the root cause of the problem we are trying to debug.