Comment 6 for bug 92097

Revision history for this message
John A Meinel (jameinel) wrote :

Well, the workaround now seems to be broken.

If I do:
BZR_LP_XMLRPC_URL='https://beta.launchpad.net/bazaar/'

I get the error:
bzr: ERROR: xmlrpc protocol error connecting to https://beta.launchpad.net/bazaar/: 303 See Other

If I don't use anything, I get the original error:
bzr: ERROR: xmlrpclib.Fault: <Fault -1: "Unexpected Zope exception: ForbiddenAttribute: ('publishTraverse', <canonical.l
aunchpad.webapp.publisher.RedirectionView object at 0x2aaac286b910>)">

And if I use:
BZR_LP_XMLRPC_URL='http://beta.launchpad.net/bazaar/'

I get:
  File "/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/plugins/launchpad/lp_registration.py", line 113, in send_
request
    raise NotImplementedError("should resend request to %s, but this isn't implemented"
NotImplementedError: should resend request to https://beta.launchpad.net/bazaar/, but this isn't implemented