Hi team, I am trying to use `nebula3-python` to co...
# nebula
k
Hi team, I am trying to use
nebula3-python
to connect to an instance but I get the following error. I am able to ssh into the instance and run queries properly but I am not sure why I am not even able to connect when using the python client. I checked that the graph version and python client version match (Please redirect me if this is not the right place to ask 🙂) I get the error
RuntimeError: The services status exception: [services: ('xx.xxx.x.xx', 9669), status: BAD]
w
can you access graphd with xx.xxx.x.xx from py-client's env? or your NebulaGraph GraphD is only listening on 127.0.0.1?