server icon indicating copy to clipboard operation
server copied to clipboard

Network Error

Open jmandivarapu1 opened this issue 3 years ago • 5 comments

Hi,

I am trying to get wanb started from our lab server. But it alsways shows the below error. I even reinstalled entire anaconda to make it work with no success.

Screen Shot 2022-01-13 at 5 16 32 PM

I even went here (How do I deal with network issues?) (https://docs.wandb.ai/guides/technical-faq#how-do-i-deal-with-network-issues) and tried few of them but none of the seems to work. Then I tried the wanb local too with no success.

Screen Shot 2022-01-13 at 5 17 29 PM

Any help will be very much appreciated.

Regards, Jay

jmandivarapu1 avatar Jan 13 '22 22:01 jmandivarapu1

It looks like the wandb/local server isn't running. Are you able to access the instance at http://localhost:8080 from your browser? If you can share the output of the container logs that would be helpful, you can run wandb logs wandb-local to get them.

vanpelt avatar Jan 18 '22 18:01 vanpelt

Screen Shot 2022-01-18 at 6 42 20 PM

When I tried going to the port this is what happens it is struck on this screen forever

Screen Shot 2022-01-18 at 6 42 37 PM

Secondly couldn't run your command wandb logs wandb-local it shows no such command ezists

jmandivarapu1 avatar Jan 18 '22 23:01 jmandivarapu1

Screen Shot 2022-01-18 at 6 55 30 PM

I think the issue is different in my case

  1. As you can see even though it shows it is running. It is not actually running when you check docker container ls --all

  2. So I ran it manually by the imaged_ID using docker run b603679beda5 then checked the status

  3. Then you can see the status Exited (139) 5 seconds ago agitated_khorana

I am using the latest version of wandb

jmandivarapu1 avatar Jan 19 '22 00:01 jmandivarapu1

Sorry, I meant docker logs wandb-local that should display the appropriate errors.

I also noticed you're trying to access the service on http://localhost:8081. If you're not going to access the service from the default host of localhost:8080 you'll need to pass the host as an environment variable when starting the container, i.e.

wandb local -e HOST=http://localhost:8081

vanpelt avatar Jan 19 '22 02:01 vanpelt

Screen Shot 2022-01-18 at 9 38 20 PM

It's still the same. Screen Shot 2022-01-18 at 9 39 37 PM

jmandivarapu1 avatar Jan 19 '22 02:01 jmandivarapu1