You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_naming_instance works fine ,but when i modify ,get error:
File "/Volumes/Codes/*/*/utils/nacos_util.py", line 36, in add_service
self.client.modify_naming_instance(service.service_name, service.host, service.port)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Volumes/Codes/*/*/.venv/lib/python3.13/site-packages/nacos/client.py", line 1079, in modify_naming_instance
raise NacosException("Request Error, code is %s" % e.code)
nacos.exception.NacosException: Request Error, code is 400
The text was updated successfully, but these errors were encountered:
when i modify naming instance got error ,codes:
add_naming_instance
works fine ,but when i modify ,get error:The text was updated successfully, but these errors were encountered: