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.

Error Tunnel Connection Failed

See original GitHub issue

Hello,

I am running python -m visdom.server I receive the below error

python -m visdom.server
Downloading scripts. It might take a while.
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/fonts/glyphicons-halflings-regular.woff
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/sjcl@1.0.7/sjcl.js
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/react@16.2.0/umd/react.production.min.js
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/react-dom@16.2.0/umd/react-dom.production.min.js
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/react-modal@3.1.10/dist/react-modal.min.js
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/fonts/glyphicons-halflings-regular.woff2
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/react-grid-layout@0.16.3/css/styles.css
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/react-resizable@1.4.6/css/styles.css
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/js/bootstrap.min.js
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/layout-bin-packer@1.4.0
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_SVG
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/classnames@2.2.5
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/fonts/glyphicons-halflings-regular.ttf
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/bootstrap@3.3.7/dist/fonts/glyphicons-halflings-regular.eot
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://unpkg.com/jquery@3.1.1/dist/jquery.min.js
ERROR:root:Error Tunnel connection failed: 403 Forbidden while downloading https://cdn.plot.ly/plotly-latest.min.js

I believe that maybe this is something related to the network, because it is from a corporate’s network Is there anyway that I can run visdom.server by passing proxy settings ?

Bug Description Please enter a clear and concise description of what the bug is.

Reproduction Steps Enter steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Expected behavior Give a clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Client logs: For issues that make it to the point of reaching the frontend in a browser, please include the javascript logs from that browser. In Chrome, javascript logs can be found via View -> Developer -> JavaScript Console.

Server logs: For any issues, please include the server logs. These are printed directly to stdout on the machine running visdom (python -m visdom.server).

Additional context Add any other context about the problem here. (like proxy settings, network setup, overall goals, etc.)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lvdmaatencommented, Jul 17, 2018

This looks like a firewall issue on your end. Please follow these instructions to install the Javascript dependencies manually.

0reactions
JackUrbcommented, Jul 27, 2018

Closing for inactivity - please feel free to reopen with more context if you’re still having this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix ERR_TUNNEL_CONNECTION_FAILED in Google ...
Put simply, Err Tunnel Connection Failed message is displayed when Google Chrome browser fails to create a tunnel that connects to the website...
Read more >
How to Fix the “ERR_TUNNEL_CONNECTION_FAILED” Error ...
Fix 1: Set up Automatically Detect the Connection Settings · Fix 2: Flush the DNS Resolver Cache · Fix 3: Use a VPN...
Read more >
Err_tunnel_connection_failed: 7 Tested Ways to Fix It
Err_tunnel_connection_failed is an error message caused by a proxy exception. It typically occurs in Google Chrome when the web browser ...
Read more >
How to Fix Err Tunnel Connection Failed Error in Chrome
Err Tunnel Connection Failed Error in Chrome · 1. Disable Proxy Server · 2. Check Proxy IP Address, Password and Port · 3....
Read more >
[Solved] Fix ERR_TUNNEL_CONNECTION_FAILED Error In ...
Just to let you know, the ERR TUNNEL CONNECTION FAILED error in Chrome occurs when Chrome cannot create a tunnel connected with the...
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