Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not connect Embedded Database File #49

Open
thoran opened this issue Dec 9, 2023 · 1 comment
Open

Could not connect Embedded Database File #49

thoran opened this issue Dec 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@thoran
Copy link

thoran commented Dec 9, 2023

  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
@ajaxray ajaxray added the bug Something isn't working label Dec 9, 2023
@ajaxray
Copy link
Owner

ajaxray commented Dec 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants