geek-life icon indicating copy to clipboard operation
geek-life copied to clipboard

Could not connect Embedded Database File

Open thoran opened this issue 1 year ago • 1 comments

  1. Uncommented the arm64 line in ./build.sh
  2. Built the program with: go build -o geek-life ./app
  3. Ran the program with: ./geek-life
  4. Received an error message: FATAL ERROR: Exiting program! - Could not connect Embedded Database File

thoran avatar Dec 09 '23 01:12 thoran

Hi @thoran, Thanks a lot for asking!

Actually, if you're building with go build -o geek-life ./app, uncommenting in build.sh has no impact. Please try building with the whole line appropriate for your OS from the build.sh. Then please let us know the result.

The error says the program could not open a file at the target location. So, please also check if the user has write permission at the destination location.

ajaxray avatar Dec 09 '23 19:12 ajaxray