V1.0.0 wrong wire type for grpc proto

Moved from GitHub dgo/97

Posted by AugustHell:

It seems there is a mismatch between the api and the grpc proto in dgo/v1.0.0

Running the base example of the docs to get a schema, go returns:
“rpc error: code = Internal desc = grpc: error unmarshalling request: proto: wrong wireType = 2 for field StartTs”

AugustHell commented :

ups sorry, my fault. Connected the dgraph/v1.1.0 and thats why it’s not working.

Just tried again with dgraph/v1.0.17 and got no errors.

Again sorry :wink: