Hello @wey, I did some more investigation by running the same nebula-python code in a container within the same nebula-net
network and it worked without the error. I used host.docker.internal
as the IP in connection_pool.init()
Whats your’re thoughts on this ? because outside the network its able to connect to NebulaGraph using localhost
/127.0.0.1
and get a certain space with USE space
; however, any MATCH
queries throw the RPC timeout error outside the network. This is the strange part.
I have tried the recommendation found here:
While its possible to ping meta_server_addrs = 127.0.0.1:9559
outside the network (in localhost), running the storaged
local_ip=127.0.0.1
with port 9779
doesn’t work. I wonder how to find the appropriate storaged
ip address.
Connecting to metad ip address from local works:
Connecting to storaged local ip address () from local doesn’t work:
Let me know what you think ? And how to find the correct storaged local ip ?