We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys, cc: @mod , @calj
I just found out that Kaigara does not work only with peatio db seeding but also the most of opendax instances.
To reproduce, please fresh install opendax (master and 3-0-stable). There will be many errors like this
goroutine 1 [running]: github.com/openware/kaigara/pkg/vault.NewService(0xc0000180d3, 0x11, 0xc000018014, 0x1a, 0xc000014056, 0x9, 0x0) /go/pkg/mod/github.com/openware/kaigara/pkg/[email protected]/vault.go:50 +0x1de main.getVaultService(...) /drone/src/cmd/kaigara/kaigara.go:33 main.main() /drone/src/cmd/kaigara/kaigara.go:178 +0xe6 [Kaigara] 2021/10/17 23:50:08 KAIGARA_REDIS_URL unset, do not connect to redis panic: Post "http://vault:8200/v1/auth/token/lookup": dial tcp: lookup vault on 127.0.0.11:53: server misbehaving
I am sure this never happens before Kaigara.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
cc: @mod , @calj
I just found out that Kaigara does not work only with peatio db seeding but also the most of opendax instances.
To reproduce, please fresh install opendax (master and 3-0-stable). There will be many errors like this
goroutine 1 [running]:
github.com/openware/kaigara/pkg/vault.NewService(0xc0000180d3, 0x11, 0xc000018014, 0x1a, 0xc000014056, 0x9, 0x0)
/go/pkg/mod/github.com/openware/kaigara/pkg/[email protected]/vault.go:50 +0x1de
main.getVaultService(...)
/drone/src/cmd/kaigara/kaigara.go:33
main.main()
/drone/src/cmd/kaigara/kaigara.go:178 +0xe6
[Kaigara] 2021/10/17 23:50:08 KAIGARA_REDIS_URL unset, do not connect to redis
panic: Post "http://vault:8200/v1/auth/token/lookup": dial tcp: lookup vault on 127.0.0.11:53: server misbehaving
I am sure this never happens before Kaigara.
The text was updated successfully, but these errors were encountered: