Skip to content

Local Quick Start Guide doesn't work #111

Open
@Inquisitive-ME

Description

@Inquisitive-ME

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:

wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
wandb: Network error (ConnectionError), entering retry loop.
wandb: Network error (ConnectionError), entering retry loop.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions