Broken pipe error while wandb.init() files are not sync

Traceback (most recent call last):
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/wandb_init.py”, line 1150, in init
run = wi.init()
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/wandb_init.py”, line 601, in init
manager._inform_init(settings=self.settings, run_id=self.settings.run_id)
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/wandb_manager.py”, line 208, in _inform_init
svc_iface._svc_inform_init(settings=settings, run_id=run_id)
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/service/service_sock.py”, line 38, in _svc_inform_init
self._sock_client.send(inform_init=inform_init)
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/lib/sock_client.py”, line 211, in send
self.send_server_request(server_req)
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/lib/sock_client.py”, line 155, in send_server_request
self._send_message(msg)
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/lib/sock_client.py”, line 152, in _send_message
self._sendall_with_error_handle(header + data)
File “/home/aakash/anaconda3/lib/python3.9/site-packages/wandb/sdk/lib/sock_client.py”, line 130, in _sendall_with_error_handle
sent = self._sock.send(data)
I am using Jupiter notebook on Ubuntu 20.04 Linux system.
wandb 23.0.1
protobuf-3.20.3 tensorboardx-2.6

Hello!
It appears that there may be a problem with the connection between your computer and the wandb server. Are you using a load balancer, VPN, or proxy that could be preventing the connection? The sent = self._sock.send(data) error message in the stack trace indicates that the client is having difficulty sending data to the server. This suggests that the issue might be related to network connectivity during this run.

Hi Aakash, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.