Proxy issue for downloading files on Windows while installing Oppia
See original GitHub issueIt seems that for Windows users this creates a problem while they are setting up the development environment.
If they are behind a proxy users might see a message like the one its here
in this Pastebin --> http://pastebin.com/z34hsmi9
This created a problem for me while setting up Oppia after installing Vagrant.
So a possible solution would be to update scripts/install_third_party.py
file
to set the proxy value to empty string before any file download starts and set it globally
@seanlip
Assign me to this I would get this done first then would get on #1840
Thanks 😄
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
While trying to download and install an app, error proxy server
Check your proxy settings 127.0.0.1:57720. Go to Tools > Internet Options > Connections. If you are on a LAN, click “LAN settings”.
Read more >Download files in networks with proxy · Issue #490 - GitHub
Problem statement. If the network has a proxy, it is ignore when downloading files. Describe the solution you'd like. Read the proxy configure ......
Read more >Web installer cannot download cab files through proxy
Hi Oliver, Most likely the problem is caused by the proxy configuration you are using. The download is performed automatically by Windows ...
Read more >oppia/oppia-chat - Gitter
Hi, I'd like to find out what file in the Oppia code base corresponds to the ... run oppia on proxy server and...
Read more >How to Fix "Downloading Proxy Script..." Error on Chrome
This message: " Downloading Proxy Script" will appear on Google Chrome Browser and it can take several minutes just to load a web...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @raju249 – assigned!
Also, could you please be a little more clear about what the intended fix is (i.e. what does “handle the proxy” mean) and how the issue manifests itself? I couldn’t figure out what labels to assign to this issue because the description is pretty vague.
Thanks @bbriggs Thanks @seanlip Thanks for your help for my second PR to be merged 😄