hey icon indicating copy to clipboard operation
hey copied to clipboard

Error: (prepare) no such table: people: "SELECT id, name FROM people WHERE name in (?);"

Open adelq opened this issue 7 years ago • 0 comments

After building from source on Linux (and creating a Dropbox directory with mkdir -p ~/Dropbox/apps/hey/database/), I'm unable to use hey with the following error:

Error: (prepare) no such table: people: "SELECT id, name FROM people WHERE name in (?);"

	Call history:

	sql-de-lite.scm:515: resurrect	  
	sql-de-lite.scm:277: finalized?	  
	sql-de-lite.scm:485: sql-de-lite-cache#lru-cache-remove!	  
	sql-de-lite.scm:492: prepare-handle	  
	sql-de-lite.scm:441: ##sys#make-locative	  
	sqlite3-api.scm:44: ##sys#make-c-string	  
	sql-de-lite.scm:464: database-error	  
	sql-de-lite.scm:912: raise-database-errors	  
	sql-de-lite.scm:921: int->status	  
	sql-de-lite.scm:921: error-message	  
	sqlite3-api.scm:35: ##sys#peek-c-string	  
	sql-de-lite.scm:920: raise-database-error/status	  
	sql-de-lite.scm:927: make-property-condition	  
	sql-de-lite.scm:931: make-property-condition	  
	sql-de-lite.scm:926: make-composite-condition	  
	sql-de-lite.scm:925: abort	  	<--

To fix this, I used the installer script installer.sh, which is currently not documented in the README

adelq avatar Nov 29 '17 15:11 adelq