geek-life
geek-life copied to clipboard
Could not connect Embedded Database File
- Uncommented the
arm64line in./build.sh - Built the program with:
go build -o geek-life ./app - Ran the program with:
./geek-life - Received an error message:
FATAL ERROR: Exiting program! - Could not connect Embedded Database File
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.