[Bug 558343] Re: NotImplementedError: "should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented" during lp name lookup
Launchpad Bug Tracker
558343 at bugs.launchpad.net
Mon May 30 05:19:12 UTC 2011
This bug was fixed in the package bzr - 2.1.4-0ubuntu1
---------------
bzr (2.1.4-0ubuntu1) lucid-proposed; urgency=low
* Update watch file to use 2.1 series.
* New upstream release.
+ Fix file descriptors leaks in dirstate compiled extension. LP: #583486
+ Refuse to stack on repositories in incompatible formats. LP: #562380
+ Don't delete nested trees/repos. LP: #572098
+ Fix 'bzr switch' crash when a 'ConfigurableFileMerger' is used. LP: #559436
+ Fix compatibility with older smart servers. LP: #528041
+ Fix symlinks addition. LP: #192859
+ Properly unversion children of unversioned directories. LP: #494221
+ Lock configuration files in '~/.bazaar' for updates. LP: #525571
+ Fix 'bzr commit <symlink>'. LP: #128562
+ Fix `lp:` urls when behind an http proxy. LP: #558343
+ Stop using edge.launchpad.net. LP: #583667
-- Max Bowsher <_ at maxb.eu> Tue, 17 May 2011 09:54:17 +0100
** Changed in: bzr (Ubuntu Lucid)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/558343
Title:
NotImplementedError: "should resend request to
http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented"
during lp name lookup
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.1 series:
Fix Released
Status in Launchpad itself:
Triaged
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Lucid:
Fix Released
Status in “bzr” source package in Maverick:
Fix Released
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.NotImplementedError: should resend request to
http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 853, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 1055, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 661, in run_argv_aliases
return self.run_direct(**all_cmd_args)
File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 665, in run_direct
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/bzrlib/cleanup.py", line 122, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/python2.6/site-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
result = func(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/bzrlib/builtins.py", line 1194, in run
from_location)
File "/usr/lib/python2.6/site-packages/bzrlib/bzrdir.py", line 958, in open_tree_or_branch
bzrdir = klass.open(location)
File "/usr/lib/python2.6/site-packages/bzrlib/bzrdir.py", line 842, in open
t = get_transport(base, possible_transports=possible_transports)
File "/usr/lib/python2.6/site-packages/bzrlib/lazy_import.py", line 125, in __call__
return obj(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/bzrlib/transport/__init__.py", line 1555, in get_transport
base = directories.dereference(base)
File "/usr/lib/python2.6/site-packages/bzrlib/directory_service.py", line 58, in dereference
return service().look_up(name, url)
File "/usr/lib/python2.6/site-packages/bzrlib/plugins/launchpad/lp_directory.py", line 60, in look_up
return self._resolve(url)
File "/usr/lib/python2.6/site-packages/bzrlib/plugins/launchpad/lp_directory.py", line 70, in _resolve
result = resolve.submit(service)
File "/usr/lib/python2.6/site-packages/bzrlib/plugins/launchpad/lp_registration.py", line 275, in submit
self._authenticated)
File "/usr/lib/python2.6/site-packages/bzrlib/plugins/launchpad/lp_registration.py", line 205, in send_request
% e.headers.get('Location', 'NO-LOCATION-PRESENT'))
NotImplementedError: should resend request to http://feeds.edge.launchpad.net/bazaar/, but this isn't implemented
bzr 2.1.0 on python 2.6.5 (Linux-2.6.31.6-rsbac-i686-with-glibc2.3.2)
arguments: ['/usr/bin/bzr', 'branch', 'lp:kicad']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'it_IT.utf8'
plugins:
launchpad /usr/lib/python2.6/site-packages/bzrlib/plugins/launchpad [2.1.0]
netrc_credential_store /usr/lib/python2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.1.0]
news_merge /usr/lib/python2.6/site-packages/bzrlib/plugins/news_merge [2.1.0]
*** 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://bugs.launchpad.net/bzr/+filebug
including this traceback and a description of the problem.
Any ideas about what's happening?
More information about the foundations-bugs
mailing list