Launchpad plugin - lp-open not working on Windows?

Asked by David Roberts

Bazaar 2.0.0, installed via bzr-2.0.0-2-setup.exe running on WinXP. Bundled Launchpad plugin is v2.0.0

'launchpad-open' appears not to work as expected. Referring to branches for well-known plugins results in " bzr: ERROR: <<target>> is not registered on Launchpad."

For example -
C:\Documents and Settings\David>bzr lp-open bzr-extmerge --dry-run
bzr: ERROR: bzr-extmerge is not registered on Launchpad.

C:\Documents and Settings\David>bzr lp-open bzr-explorer --dry-run
bzr: ERROR: bzr-explorer is not registered on Launchpad.

C:\Documents and Settings\David>bzr lp-open bzr.webdav --dry-run
bzr: ERROR: bzr.webdav is not registered on Launchpad.

Bug, or misunderstanding? Is it platform dependent?

Thanks -

DJ

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Vincent Ladeuil
Solved:
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

Is it the only command that fails with lp URLs or can you use lp URLs in ohter contexts ?

You may want to check the associated bug for a possible explanation.

Revision history for this message
David Roberts (smartgpx) said :
#2

Not a proxy problem I think - can reproduce on 2 systems with different (non-proxied) internet connectivity.

"bzr branch lp:<projectname>" is sucessful for all 3 projects listed.

Revision history for this message
Vincent Ladeuil (vila) said :
#3

So it's a bug, I see you're following up there, thanks, let's close that question.

Revision history for this message
Best Vincent Ladeuil (vila) said :
#4

It's not a bug, lp-open requires an url not just a project name, so you need to do:
  bzr lp-open lp:bzr-explorer

Revision history for this message
David Roberts (smartgpx) said :
#5

As per the original question - "Bug or misunderstanding?" Yes - it was my misunderstanding - I assumed that the Launchpad plugin would know that references were to projects on launchpad. Apols for consuming Vincent's time and goodwill.

Revision history for this message
David Roberts (smartgpx) said :
#6

Thanks Vincent Ladeuil, that solved my question.