Wandb: Network error (ConnectionError), entering retry loop

I am using wandb version 0.12.21… My code was working fine till yesterday, but I am getting this error…

wandb: Currently logged in as: shashi7679. Use wandb login --relogin to force relogin
wandb: Appending key for api.wandb.ai to your netrc file: /root/.netrc
wandb: Network error (ConnectionError), entering retry loop.

Problem at: train.py 333
Process wandb_internal:
Traceback (most recent call last):
File “train.py”, line 333, in
Traceback (most recent call last):
File “/opt/conda/lib/python3.8/multiprocessing/process.py”, line 315, in _bootstrap
self.run()
File “/opt/conda/lib/python3.8/multiprocessing/process.py”, line 108, in run
self._target(*self._args, **self._kwargs)
File “/opt/conda/lib/python3.8/site-packages/wandb/sdk/internal/internal.py”, line 160, in wandb_internal
thread.join()
File “/opt/conda/lib/python3.8/threading.py”, line 1011, in join
self._wait_for_tstate_lock()
File “/opt/conda/lib/python3.8/threading.py”, line 1027, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
wandb.init(project=‘Toon-GAN’,config=hyper_parameters)
File “/opt/conda/lib/python3.8/site-packages/wandb/sdk/wandb_init.py”, line 1065, in init
raise e
File “/opt/conda/lib/python3.8/site-packages/wandb/sdk/wandb_init.py”, line 1043, in init
run = wi.init()
File “/opt/conda/lib/python3.8/site-packages/wandb/sdk/wandb_init.py”, line 689, in init
backend.cleanup()
File “/opt/conda/lib/python3.8/site-packages/wandb/sdk/backend/backend.py”, line 248, in cleanup
self.wandb_process.join()
File “/opt/conda/lib/python3.8/multiprocessing/process.py”, line 149, in join
res = self._popen.wait(timeout)
File “/opt/conda/lib/python3.8/multiprocessing/popen_fork.py”, line 47, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
File “/opt/conda/lib/python3.8/multiprocessing/popen_fork.py”, line 27, in poll
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
^CTraceback (most recent call last):
File “”, line 1, in
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File “/opt/conda/lib/python3.8/multiprocessing/popen_fork.py”, line 27, in poll
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
File “/opt/conda/lib/python3.8/multiprocessing/spawn.py”, line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File “/opt/conda/lib/python3.8/multiprocessing/spawn.py”, line 129, in _main
return self._bootstrap(parent_sentinel)
File “/opt/conda/lib/python3.8/multiprocessing/process.py”, line 333, in _bootstrap
threading._shutdown()
File “/opt/conda/lib/python3.8/threading.py”, line 1388, in _shutdown
lock.acquire()
KeyboardInterrupt

Hello!

Could you send your debug logs so I can get a closer look into your ConnectionError?

Hi shashikantprasad1111, 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.