-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
nodeenv -p server is blocking connection from python's urllib2 #127
Comments
Same error here, yesterday everything was working ok. Any workaround? |
Hi @darek504 @Valian Thanks for report. Trying to find workarond. |
@ekalinin http://stackoverflow.com/questions/802134/changing-user-agent-on-urllib2-urlopen
|
ekalinin
added a commit
that referenced
this issue
Aug 31, 2015
Just pushed 0.13.4, it work for me atm. |
Thank you! It's working for me also ;) |
Great! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hello
I have spotted issue while installed nodeenv on my computer. I'm getting error while installation when python is trying to connect to "https://nodejs.org/dist/latest/":
I connect by curl using HEAD from python "curl -H "User-agent: Python-urllib/2" "https://nodejs.org/dist/latest/"" and this is what i got:
http://pastebin.com/Wmw41m6b
So, Server is blocking me. I can't install this.
The text was updated successfully, but these errors were encountered: