NotImplementedError: "should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented" during lp name lookup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Robert Collins | ||
2.1 |
Fix Released
|
High
|
Andrew Bennetts | ||
Launchpad itself |
Triaged
|
Low
|
Unassigned | ||
bzr (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Lucid |
Fix Released
|
Undecided
|
Unassigned | ||
Maverick |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Just installed python-2.6.5, pycrypto, paramiko and bzr-2.1.0. All the preliminary tests described into the bzr install pages succeeded.
When doing a bzr branch lp:kicad it fails with this trace:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run_
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
from_location)
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
t = get_transport(base, possible_
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
base = directories.
File "/usr/lib/
return service(
File "/usr/lib/
return self._resolve(url)
File "/usr/lib/
result = resolve.
File "/usr/lib/
self.
File "/usr/lib/
% e.headers.
NotImplementedE
bzr 2.1.0 on python 2.6.5 (Linux-
arguments: ['/usr/bin/bzr', 'branch', 'lp:kicad']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'it_IT.utf8'
plugins:
launchpad /usr/lib/
netrc_
news_merge /usr/lib/
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Any ideas about what's happening?
Related branches
- Vincent Ladeuil: Approve
- bzr-core: Pending requested
-
Diff: 70 lines (+19/-13)2 files modifiedNEWS (+3/-0)
bzrlib/transport/http/_urllib2_wrappers.py (+16/-13)
- Vincent Ladeuil: Approve
-
Diff: 70 lines (+19/-13)2 files modifiedNEWS (+3/-0)
bzrlib/transport/http/_urllib2_wrappers.py (+16/-13)
affects: | launchpad → launchpad-foundations |
Changed in bzr: | |
status: | Confirmed → In Progress |
Changed in bzr: | |
status: | In Progress → Fix Released |
assignee: | nobody → Robert Collins (lifeless) |
milestone: | none → 2.2b3 |
Changed in bzr (Ubuntu): | |
status: | New → Fix Released |
tags: |
added: verification-done removed: verification-needed |
Changed in launchpad: | |
assignee: | nobody → sphen (faulkzz) |
status: | Triaged → Incomplete |
status: | Incomplete → Confirmed |
status: | Confirmed → Opinion |
Changed in launchpad: | |
status: | Opinion → Triaged |
assignee: | sphen (faulkzz) → nobody |
Tried without proxy, it works... I think it's a duplicate of #186920