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

connection refused on ./gilfoyle serve #293

Open
makishima9 opened this issue Dec 31, 2021 · 2 comments
Open

connection refused on ./gilfoyle serve #293

makishima9 opened this issue Dec 31, 2021 · 2 comments
Labels
kind/bug Something isn't working need triage Work In Progress

Comments

@makishima9
Copy link

Description
I get this error when i try to start with "./gilfoyle serve -p 8080 --config ./gilfoyle.yml" or "./gilfoyle serve":

{"level":"fatal","time":"2021-12-31T13:09:57.985Z","caller":"gilfoyle/serve.go:65","message":"failed creating schema resources","error":"dial tcp [::1]:5432: connect: connection refused","stacktrace":"github.com/dreamvo/gilfoyle/cmd/gilfoyle.glob..func3\n\t/home/runner/work/gilfoyle/gilfoyle/cmd/gilfoyle/serve.go:65\ngithub.com/spf13/cobra.(*Command).execute\n\t/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:854\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:958\ngithub.com/spf13/cobra.(*Command).Execute\n\t/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:895\ngithub.com/dreamvo/gilfoyle/cmd/gilfoyle.Execute\n\t/home/runner/work/gilfoyle/gilfoyle/cmd/gilfoyle/root.go:45\nmain.main\n\t/home/runner/work/gilfoyle/gilfoyle/cmd/main.go:6\nruntime.main\n\t/opt/hostedtoolcache/go/1.15.6/x64/src/runtime/proc.go:204"}

Environment

  • OS: Debian 9.8
  • Gilfoyle version: 0.1.0 commit 23c0da8
  • Go version: 1.13
  • FFmpeg version: 3.2.14-1
@makishima9 makishima9 added kind/bug Something isn't working need triage Work In Progress labels Dec 31, 2021
@sundowndev
Copy link
Member

sundowndev commented Jan 1, 2022

Hi, you have to run a postgres database server in order to run Gilfoyle. It cannot work without PG and rabbitmq. See DESIGN.md. You can use this development docker compose file to easily deploy those locally.

In the meantime, please be aware that this project is still unstable and buggy. I've stopped development to focus on my full time job.

@SarkarKurdish

This comment was marked as duplicate.

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

No branches or pull requests

3 participants