question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setting proxy to run wandb sync

See original GitHub issue

System Info

wandb: 0.9.6 python: 3.7.6 OS: Pop!_OS 20.04 LTS

Description

I am trying to run wandb behind a proxy and I was wondering how to set the proxy for wandb. I added the following to my bashrc file:

export http_proxy="http://my_proxy.com:port"
export https_proxy="https://my_proxy.com:port"
export HTTP_PROXY="http://my_proxy.com:port"
export HTTPS_PROXY="https://my_proxy.com:port"

but I still get the following error while running wandb sync:

wandb: Network error (SSLError), entering retry loop. See /home/path/to/project/wandb/debug.log for full traceback.

I tried entering those export explicitly into the command line and still got the same error.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
issue-label-bot[bot]commented, Aug 31, 2020

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.63. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

0reactions
aclifton314commented, Sep 1, 2020

@vanpelt thanks for your response. I’ll check out the link and close this for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting proxy to run wandb sync · Issue #1221 - GitHub
I am trying to run wandb behind a proxy and I was wondering how to set the proxy for wandb . I added...
Read more >
wandb sync – Weights & Biases
Im trying to sync an offline tfevents file using wandb sync, but it seems when ... to expose to the network, use a...
Read more >
wandb sync - Documentation - Weights & Biases
The run you want to upload to. -p, --project. The project you want to upload to. -e, --entity. The entity to scope to....
Read more >
Technical FAQ - Documentation - Weights & Biases
Frequently Asked Questions. General · Metrics & Performance · Setup · Troubleshooting · Previous. FAQ · Next. General. Last modified 6mo ago. Cookies....
Read more >
Advanced Configuration - Documentation - Weights & Biases
Go to Settings > CORS > Blob service, and enter the IP of your wandb server as an allowed origin, with allowed methods...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found