"bzr checkout lp:exaile" fails (NotImplementedError)

Bug #602112 reported by David Wagner
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

Running "bzr checkout lp:exaile" gives me an error; full error message below. I'm on Fedora 13, with the bzr-2.1.2-1.fc13.x86_64 rpm (the latest available on F13). This might be related to bug #558343. Yes, I have a http proxy configured.

$ bzr checkout lp:exaile
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/lib64/python2.6/site-packages/bzrlib/commands.py", line 853, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib64/python2.6/site-packages/bzrlib/commands.py", line 1055, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib64/python2.6/site-packages/bzrlib/commands.py", line 661, in run_argv_aliases
    return self.run_direct(**all_cmd_args)
  File "/usr/lib64/python2.6/site-packages/bzrlib/commands.py", line 665, in run_direct
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib64/python2.6/site-packages/bzrlib/cleanup.py", line 122, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib64/python2.6/site-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib64/python2.6/site-packages/bzrlib/builtins.py", line 1307, in run
    branch_location)
  File "/usr/lib64/python2.6/site-packages/bzrlib/bzrdir.py", line 956, in open_tree_or_branch
    bzrdir = klass.open(location)
  File "/usr/lib64/python2.6/site-packages/bzrlib/bzrdir.py", line 840, in open
    t = get_transport(base, possible_transports=possible_transports)
  File "/usr/lib64/python2.6/site-packages/bzrlib/lazy_import.py", line 125, in __call__
    return obj(*args, **kwargs)
  File "/usr/lib64/python2.6/site-packages/bzrlib/transport/__init__.py", line 1559, in get_transport
    base = directories.dereference(base)
  File "/usr/lib64/python2.6/site-packages/bzrlib/directory_service.py", line 58, in dereference
    return service().look_up(name, url)
  File "/usr/lib64/python2.6/site-packages/bzrlib/plugins/launchpad/lp_directory.py", line 60, in look_up
    return self._resolve(url)
  File "/usr/lib64/python2.6/site-packages/bzrlib/plugins/launchpad/lp_directory.py", line 70, in _resolve
    result = resolve.submit(service)
  File "/usr/lib64/python2.6/site-packages/bzrlib/plugins/launchpad/lp_registration.py", line 275, in submit
    self._authenticated)
  File "/usr/lib64/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.2 on python 2.6.4 (Linux-2.6.33.5-124.fc13.x86_64-x86_64-with-fedora-13-Goddard)
arguments: ['/usr/bin/bzr', 'checkout', 'lp:exaile']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.utf8'
plugins:
  launchpad /usr/lib64/python2.6/site-packages/bzrlib/plugins/launchpad [2.1.2]
  netrc_credential_store /usr/lib64/python2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.1.2]
  news_merge /usr/lib64/python2.6/site-packages/bzrlib/plugins/news_merge [2.1.2]

*** 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.

Revision history for this message
David Wagner (daw-bugzilla) wrote :

I noticed a reference that bzr 2.2b3 might fix this problem. I was not able to find a bzr 2.2 update on Fedora (my distribution) in updates-testing or rawhide. As far as I can tell, I'm running the latest version of bzr that seems to be available on Fedora.

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 602112] Re: "bzr checkout lp:exaile" fails (NotImplementedError)

Hi David. You could do this to get 2.2:
bzr branch lp:bzr
ln -s bzr/bzr ~/local/bin/bzr
(or somewhere similar)

That would run without the C extensions so be a bit slower, but it
would work to branch from LP, and you could then use your system bzr
to work on the project.

Bzr 2.2 is in late beta at this point, we're happy with it but
wouldn't expect it to be in the main repo for Fedora etc.

Cheers,
Rob

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.