[Webkit-unassigned] [Bug 197046] AX: Improve the exception message in Tools/Scripts/webkitpy/common/system/autoinstall.py (line 360)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 10:32:27 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197046

--- Comment #11 from Dean Johnson <dean_johnson at apple.com> ---
The error messages being improved here, on their own, would probably have saved me multiple hours of debugging in the past two years of hitting similar issues to this.

Most of the problems around this to me seem to be around downloading, though. I think it would be better for us to move the downloading here from being urllib2-based to curl-based (except for Windows), and to pass the --no-verify flag since we will be checking the hash of the downloaded file against the hash saved in __init__.py anyways.

Created: https://bugs.webkit.org/show_bug.cgi?id=197164

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190422/453f8bbb/attachment.html>


More information about the webkit-unassigned mailing list