Open
Bug 1604623
Opened 5 years ago
Updated 4 months ago
gaierror: [Errno -2] Name or service not known
Categories
(Conduit :: moz-phab, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: mgaudet, Unassigned)
Details
(Keywords: conduit-triaged)
$ moz-phab submit .
Submitting 1 commit for review:
(New) 568887:5af77eef5c91 Bug 1604558 - Simplify and clarify handling of tellDebuggerAboutCompiledScript r?tcampbell
gaierror: [Errno -2] Name or service not known
Unfortunately it didn't reproduce on retry; potentially just an error that needs better message?
Comment 1•5 years ago
|
||
That's a Python network connection error message, probably from a network hiccup like a disconnected wifi link.
The error message text is from Python itself. It's always been generic and unhelpful, it's really annoying. It is possible to catch network errors and display better information but it can feel like playing whack-a-mole with all the possible network error types.
Passing to :zalun for triage and resolution.
Comment 2•5 years ago
|
||
It would be nice to have all the network errors covered.
Flags: needinfo?(pzalewa)
You need to log in
before you can comment on or make changes to this bug.
Description
•