Error Tunnel Connection Failed
See original GitHub issueHello,
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:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- 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:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top GitHub Comments
This looks like a firewall issue on your end. Please follow these instructions to install the Javascript dependencies manually.
Closing for inactivity - please feel free to reopen with more context if you’re still having this issue.