alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.1k stars 12.81k forks source link

服务注册上了,但是访问失败20004,”no matched ip found“? #12706

Open soundmemories opened 3 hours ago

soundmemories commented 3 hours ago

使用python写了脚本,在服务器上注册了一个pygwalker服务,从nacos/8848管理页面的管理列表中也能查看到注册的服务,如下图: image image 但是本地通过nacos访问实例信息,始终报错,如下图所示: image 注册的pygwalker服务,我尝试使用docker部署,ip为172.18.0.22,还是报20004,"no matched ip found!",这个问题可能出在哪里呢?有没有办法解决一下呢? 先感谢各位大佬解答了!