wandb / server

W&B Server is the self hosted version of Weights & Biases
MIT License
259 stars 21 forks source link

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

Open JieGenius opened 2 years ago

JieGenius commented 2 years ago

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

vanpelt commented 2 years ago

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.