-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local Quick Start Guide doesn't work #111
Comments
Hi @Inquisitive-ME, still looking into this on our side. Can you try running Thank you, |
It just appears to hang and I don't see any logs:
Wandb verify works on the host machine:
|
@Inquisitive-ME I notice that on the non-host machine, it is trying to access http://192.168.99.165 but the port is not specified. I believe you tried logging in with Then when you run Running Thank you, |
Hi @Inquisitive-ME, I just wanted to follow up and see if that helped or if the API is still not pointing to the correct port? Thank you, |
Hi I tried the above steps and get
In the wandb verify output but it is still hung. When I cancel wandb verify it outputs
|
I found that even if I login on the host machine with the host set to 192.168.99.165:8080 it does not work. wandb verify also hangs. The host has to be set to http://localhost:8080 for it to work |
@Inquisitive-ME on the non-host machine you are able to access the UI at 192.168.99.165:8080 in the browser, correct? |
@nate-wandb that is correct. I am able to access the UI at 192.168.99.165:8080 in the browser. But wandb verify is hanging and any attempt to connect with Python examples ends up in a retry loop |
@Inquisitive-ME that indicates the machine you're running wandb verify on can't connect to 192.168.99.165. This is likely due to firewall rules or other networking issues. |
Okay, it seems like it's an issue with the computer I was trying to run as host. Are there specific ports that wandb uses. I would guess that a port that wandb uses is in use already? |
WandB Internal User commented: |
WandB Internal User commented: |
Hi @Inquisitive-ME,
|
Hi @Inquisitive-ME, I wanted to follow up and see if you were able to make this work or if you had any other questions? |
I am running wandb server on 1 computer and trying the quickstart example code on another computer all on my local network.
On the computer I am trying to run the quickstart guide on I cannot get wandb.init() to work in Python. The output I get is:
I am running wandb login on the command line before running the Python scrip that calls wandb.init()
I am starting wandb server with
wandb server start -e HOST=http://192.168.99.156:8080
and have tried the login with both
wandb login --host http://192.168.99.165/
wandb login --host http://192.168.99.165:8080
and can access the webpage from the computer I am trying to run wandb.init() in Python on.
The text was updated successfully, but these errors were encountered: