Moved from GitHub pydgraph/108
Posted by benprofessionaledition:
The example provided does not work. To reproduce:
docker run --rm -it -p 8000:8000 -p 8080:8080 -p 9080:9080 dgraph/standalone:latest
(or the docker-compose way, same error)
pip install -r requirements.txt
python simple.py
Error:
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "line 10 column 12: Missing colon in type declaration. Got
"
debug_error_string = "{"created":"@1577206542.199848000","description":"Error received from peer ipv6:[::1]:9080","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"line 10 column 12: Missing colon in type declaration. Got \n","grpc_status":2}"
>