forked from square/PonyDebugger
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLError: <urlopen error [Errno 54] Connection reset by peer> #7
Comments
It seems like a network error which can be caused by many problems. I’d
suggest to try to run the command again, and if it also doesn’t work this
time, maybe try some of the solutions posted here
<psf/requests#3189>.
Let me know how it goes!
…--
Best regards,
Huy Nguyen
On February 7, 2018 at 8:35:26 AM, Karosli ***@***.***) wrote:
when install devtools, it happens error.
➜ ponyd ponyd update-devtools
Downloading
https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F464644%2Fchrome-linux.zip?alt=media
Traceback (most recent call last):
File "/usr/local/bin/ponyd", line 11, in
load_entry_point('ponyd', 'console_scripts', 'ponyd')()
File "/Users/karosli/Library/Weaver/src/ponyd/ponyd/argbase.py", line 149,
in main
args.command(args)
File "/Users/karosli/Library/Weaver/src/ponyd/ponyd/argbase.py", line 128,
in run_command
return instance()
File "/Users/karosli/Library/Weaver/src/ponyd/ponyd/downloader.py", line
49, in *call*
tools_stream = StringIO(urllib2.urlopen(tools_url).read())
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py",
line 154, in urlopen
return opener.open(url, data, timeout)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py",
line 431, in open
response = self._open(req, data)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py",
line 449, in _open
'_open', req)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py",
line 409, in _call_chain
result = func(*args)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py",
line 1240, in https_open
context=self._context)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py",
line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 54] Connection reset by peer>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAj4YvY1PXHuXbvcHK212OAogRloGxLoks5tSWBOgaJpZM4R8Url>
.
|
If anyone else bumps into the <urlopen error [Errno 54] Connection reset by peer> issue, I solved it by installing Python 2.7.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when install devtools, it happens error.
➜ ponyd ponyd update-devtools
Downloading https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F464644%2Fchrome-linux.zip?alt=media
Traceback (most recent call last):
File "/usr/local/bin/ponyd", line 11, in
load_entry_point('ponyd', 'console_scripts', 'ponyd')()
File "/Users/karosli/Library/Weaver/src/ponyd/ponyd/argbase.py", line 149, in main
args.command(args)
File "/Users/karosli/Library/Weaver/src/ponyd/ponyd/argbase.py", line 128, in run_command
return instance()
File "/Users/karosli/Library/Weaver/src/ponyd/ponyd/downloader.py", line 49, in call
tools_stream = StringIO(urllib2.urlopen(tools_url).read())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 54] Connection reset by peer>
The text was updated successfully, but these errors were encountered: