server icon indicating copy to clipboard operation
server copied to clipboard

wandb: Network error (ConnectTimeout), entering retry loop.

Open JieGenius opened this issue 4 years ago • 1 comments

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: image

JieGenius avatar Nov 29 '21 06:11 JieGenius

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.

vanpelt avatar Dec 08 '21 03:12 vanpelt