server
server copied to clipboard
wandb: Network error (ConnectTimeout), entering retry loop.
The error caused by wandb sync run-**** when i login to the self-hosting server.
wandb: Network error (ConnectTimeout), entering retry loop. wandb: Network error (ReadTimeout), entering retry loop. ...
I can sync this run to https://api.wandb.ai,but i cant sync to self-hosting server
The detailed error like the below images:

Hey @JieGenius this is due to a firewall or networking configuration issue on your end. Can you try running:
curl -v http://10.0.1.221:9998/healthz
And paste the input. You may need to open the firewall or otherwise configure your network to allow connections from other machines.