Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nacos 使用add_config_watcher, 报错 All server are not available, waiting for recovery #139

Open
L2421800049 opened this issue Jul 21, 2023 · 1 comment

Comments

@L2421800049
Copy link

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)
就没问题

@wangzihchao
Copy link

我这边是这个错误
BrokenPipeError: [WinError 109] 管道已结束。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants