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
ERROR:nacos.client:[do-sync-req] 127.0.0.1:18848 maybe down, no server is currently available
ERROR:nacos.client:[do-pulling] nacos exception: All server are not available, waiting for recovery
WARNING:nacos.client:[do-sync-req] server:127.0.0.1:18848 is not available for reason:
ERROR:nacos.client:[do-sync-req] 127.0.0.1:18848 maybe down, no server is currently available
但是 直接 data = self.client.get_config(self.data_id, self.group)
就没问题
The text was updated successfully, but these errors were encountered:
nacos 使用add_config_watcher
threading.Thread(
target=self.client.add_config_watcher, args=(
self.data_id, self.group, run_watch
)
).start()
报错
ERROR:nacos.client:[do-sync-req] 127.0.0.1:18848 maybe down, no server is currently available
ERROR:nacos.client:[do-pulling] nacos exception: All server are not available, waiting for recovery
WARNING:nacos.client:[do-sync-req] server:127.0.0.1:18848 is not available for reason:
ERROR:nacos.client:[do-sync-req] 127.0.0.1:18848 maybe down, no server is currently available
但是 直接 data = self.client.get_config(self.data_id, self.group)
就没问题
The text was updated successfully, but these errors were encountered: