pull-debian-source: error message not helpful
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When using pull-debian-source on Ubuntu Lunar I saw the error below. This output is not helpful for the user. Please, provide a message indicating the URL that failed instead of the stacktrace.
$ pull-debian-source opensbi sid
Found opensbi 1.1-2 in sid
Traceback (most recent call last):
File "/usr/bin/
PullPkg.
File "/usr/lib/
cls(*args, **kwargs).pull()
File "/usr/lib/
srcpkg.pull()
File "/usr/lib/
Path(
File "/usr/lib/
self.
File "/usr/lib/
for url in urls:
File "/usr/lib/
for url in super(DebianSou
File "/usr/lib/
yield self._mirror_
File "/usr/lib/
self._component = Snapshot.
File "/usr/lib/
response = self.load(
File "/usr/lib/
with closing(
File "/usr/lib/
return opener.open(url, data, timeout)
File "/usr/lib/
response = meth(req, response)
File "/usr/lib/
response = self.parent.error(
File "/usr/lib/
return self._call_
File "/usr/lib/
result = func(*args)
File "/usr/lib/
raise HTTPError(
urllib.