This repository was archived by the owner on Oct 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
"Not a directory" error on GitHub Actions / Homebrew #288
Copy link
Copy link
Closed
Description
Hi there, first of all, thanks for sqld
, really cool idea!
I wanted to try this out on GitHub Actions CI on a Ubuntu runner and I ran into this error after installing via Homebrew:
$ sqld -d chinook.db -p 127.0.0.1:5432 --http-listen-addr=127.0.0.1:8000 &
_____/\\\\\\\\\\\__________/\\\________/\\\______________/\\\\\\\\\\\\____
___/\\\/////////\\\_____/\\\\/\\\\____\/\\\_____________\/\\\////////\\\__
__\//\\\______\///____/\\\//\////\\\__\/\\\_____________\/\\\______\//\\\_
___\////\\\__________/\\\______\//\\\_\/\\\_____________\/\\\_______\/\\\_
______\////\\\______\//\\\______/\\\__\/\\\_____________\/\\\_______\/\\\_
_________\////\\\____\///\\\\/\\\\/___\/\\\_____________\/\\\_______\/\\\_
__/\\\______\//\\\_____\////\\\//_____\/\\\_____________\/\\\_______/\\\__
_\///\\\\\\\\\\\/_________\///\\\\\\__\/\\\\\\\\\\\\\\\_\/\\\\\\\\\\\\/___
___\///////////_____________\//////___\///////////////__\////////////_____
Welcome to sqld!
version: 0.3.0
commit SHA: bf00d227db035f0fad[6](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:7)cf81f064a6356605f0cd9
build date: 2023-03-12
This software is in BETA version.
If you encounter any bug, please open an issue at https://github.com/libsql/sqld/issues
config:
- mode: standalone
- database path: chinook.db
- listening for HTTP requests on: 12[7](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:8).0.0.1:[8](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:9)000
- listening for PostgreSQL wire on: [12](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:13)7.0.0.1:5432
- gprc_tls: no
Error: Not a directory (os error [20](https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935#step:7:21))
- Full workflow here: https://github.com/karlhorky/postgres-js-sqld/blob/e8a436acb8992af4ff6c977600b8552c7f509da9/.github/workflows/read-from-sqlite-database-from-postgres-js.yml#L28
- Workflow run: https://github.com/karlhorky/postgres-js-sqld/actions/runs/4398945530/jobs/7703146935
chinook.db
should also be there: https://github.com/karlhorky/postgres-js-sqld/blob/main/chinook.db - sample database downloaded from this SQLite Tutorial page
I guess it's probably a misconfiguration on my part, but I can't see where... 🤔
Metadata
Metadata
Assignees
Labels
No labels