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

Mismatch of API #169

Open
chetangehlot opened this issue Nov 27, 2019 · 0 comments
Open

Mismatch of API #169

chetangehlot opened this issue Nov 27, 2019 · 0 comments

Comments

@chetangehlot
Copy link

chetangehlot commented Nov 27, 2019

Hi all,

When I run

$ kubectl create -f deploy/katlas-service.yaml

I got a error

$ kubectl logs -f katlas-service-58b8bcf9c4-h9bvd
time="2019-11-27T06:47:21Z" level=info msg="EnvNamespace="
time="2019-11-27T06:47:21Z" level=info msg="ServerType=http"
time="2019-11-27T06:47:21Z" level=info msg="DgraphHost=dgraph-public:9080"
time="2019-11-27T06:47:21Z" level=info msg="Connecting to dgraph [dgraph-public:9080]"
time="2019-11-27T06:47:21Z" level=info msg="LRU cache created with given size"
time="2019-11-27T06:47:21Z" level=info msg="Starting initialize schema and metadata... "
time="2019-11-27T06:47:21Z" level=error msg="Query[{objects (func:eq(name,\"application\")) @filter(eq(objtype,\"metadata\")) {count(uid)}}] Error [rpc error: code = Internal desc = grpc: error unmarshalling request: proto: wrong wireType = 2 for field StartTs]\n"
time="2019-11-27T06:47:21Z" level=debug msg="rpc error: code = Internal desc = grpc: error unmarshalling request: proto: wrong wireType = 2 for field StartTs"
panic: interface conversion: interface {} is nil, not []interface {}

goroutine 1 [running]:
main.serve()
	/home/travis/gopath/src/github.com/intuit/katlas/service/.gopath~/src/github.com/intuit/katlas/service/server.go:115 +0x2ee3
main.main()
	/home/travis/gopath/src/github.com/intuit/katlas/service/.gopath~/src/github.com/intuit/katlas/service/server.go:141 +0x18b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant