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

Error loading config #9

Open
KrzysztofMadejski opened this issue Jun 9, 2017 · 2 comments
Open

Error loading config #9

KrzysztofMadejski opened this issue Jun 9, 2017 · 2 comments
Labels

Comments

@KrzysztofMadejski
Copy link
Member

$ $GOPATH/bin/sentry 
INFO[0000] error loading config:open : no such file or directory 
panic: server configuration error: POSTGRES_DB_URL env variable or config key must be set

goroutine 1 [running]:
main.main()
	/home/kmadejski/Projects/go/src/sentry/server.go:45 +0x6bc

Though I've exported POSTGRES_DB_URL.

BTW: It would be more clear if requireConfigStrings was not returning, but actually throwing an error, because then it would be visible in stack trace and would be easy to track down. Now it's guessing where the error comes from.

@KrzysztofMadejski
Copy link
Member Author

This issue is stopping me from installing sentry. @b5 would you be able to help?

@KrzysztofMadejski
Copy link
Member Author

Ping.

@dcwalk dcwalk added the bug label Oct 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants