Unable to retrieve project during playground upgrade

Asked by Tuul

I have installed openWNS and after I used ./playground.py upgrade command to fetch the project I always stuck at openwns-rise project and got the error like this

Fetching project: https://launchpad.net/openwns-unittest
Fetching project: https://launchpad.net/openwns-documentation
Fetching project: https://launchpad.net/openwns-library
Fetching project: https://launchpad.net/openwns-application
Fetching project: https://launchpad.net/openwns-pywns
Fetching project: https://launchpad.net/openwns-rise

!!! Unable to retrieve project https://launchpad.net/openwns-rise !!!

--
Executed command:
bzr branch https://launchpad.net/openwns-rise /home/overlord9999/openwns-sdk/framework/rise
Errorcode 3 (message follows):

Could you please help or any suggest

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
openWNS SDK Edit question
Assignee:
No assignee Edit question
Solved by:
Maciej Muehleisen
Solved:
Last query:
Last reply:
Revision history for this message
Tuul (mgsin30-mgcos30) said :
#1

After I tried to run ./playground.py upgrade again It's also stuck at openwns-dllbase with the same error as openwns-rise

Fetching project: https://launchpad.net/openwns-dllbase

!!! Unable to retrieve project https://launchpad.net/openwns-dllbase !!!

--
Executed command:
bzr branch https://launchpad.net/openwns-dllbase /home/overlord9999/openwns-sdk/framework/dllbase
Errorcode 3 (message follows):

Revision history for this message
Maciej Muehleisen (mue-comnets) said :
#2

Hi,

I could think of two possible reasons:

Remote problems at Launchpad (happens sometimes)
Bazaar version mismatched

Please provide the output of the following commands:

In any temporary dir type:

"bzr branch lp:openwns-dllbase"
"bzr version"
"cat /etc/*-release"

Greats,

Maciej Muehleisen

Tuul wrote:
> Question #95914 on openWNS SDK changed:
> https://answers.launchpad.net/openwns-sdk/+question/95914
>
> Tuul gave more information on the question:
> After I tried to run ./playground.py upgrade again It's also stuck at
> openwns-dllbase with the same error as openwns-rise
>
> Fetching project: https://launchpad.net/openwns-dllbase
>
>
> !!! Unable to retrieve project https://launchpad.net/openwns-dllbase !!!
>
>
> --
> Executed command:
> bzr branch https://launchpad.net/openwns-dllbase /home/overlord9999/openwns-sdk/framework/dllbase
> Errorcode 3 (message follows):
>
>

Revision history for this message
Tuul (mgsin30-mgcos30) said :
#3

Hi,

with command, "bzr branch lp:openwns-dllbase" the result is
"You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 15 revision(s). "

with command, "bzr version" the result is
"Bazaar (bzr) 2.0.3
  Python interpreter: /usr/bin/python 2.5.2
  Python standard library: /usr/lib/python2.5
  Platform: Linux-2.6.27-7-generic-i686-with-debian-lenny-sid
  bzrlib: /usr/lib/python2.5/site-packages/bzrlib
  Bazaar configuration: /home/overlord9999/.bazaar
  Bazaar log file: /home/overlord9999/.bzr.log"

with command, "cat /etc/*-release" the result is
"DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION="Ubuntu 8.10"

Thanks, Maciej

Revision history for this message
Tuul (mgsin30-mgcos30) said :
#4

Anyways, with the first command I can successfuly fetch the openwns-dllbase project.

Revision history for this message
Best Maciej Muehleisen (mue-comnets) said :
#5

Hi,

looks almost good. Only the bazaar version surprises me. Ubuntu 8.10
should come with bazaar 1.6.1(http://packages.ubuntu.com/intrepid/bzr).
If you installed a newer version manually I would ask you to remove it
and try again. I can still not exclude that you had a problem with
launchpad that day. You might first want to try to delete everything and
try "bzr branch lp:openwns-sdk" and "./playground.py upgrade" again. If
this doesn't help go for reverting the bazaar version.

Greats,

Maciej Muehleisen

Tuul wrote:
> Question #95914 on openWNS SDK changed:
> https://answers.launchpad.net/openwns-sdk/+question/95914
>
> Status: Answered => Open
>
> Tuul is still having a problem:
> Hi,
>
> with command, "bzr branch lp:openwns-dllbase" the result is
> "You have not informed bzr of your Launchpad ID, and you must do this to
> write to Launchpad or access private data. See "bzr help launchpad-login".
> Branched 15 revision(s). "
>
> with command, "bzr version" the result is
> "Bazaar (bzr) 2.0.3
> Python interpreter: /usr/bin/python 2.5.2
> Python standard library: /usr/lib/python2.5
> Platform: Linux-2.6.27-7-generic-i686-with-debian-lenny-sid
> bzrlib: /usr/lib/python2.5/site-packages/bzrlib
> Bazaar configuration: /home/overlord9999/.bazaar
> Bazaar log file: /home/overlord9999/.bzr.log"
>
> with command, "cat /etc/*-release" the result is
> "DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=8.10
> DISTRIB_CODENAME=intrepid
> DISTRIB_DESCRIPTION="Ubuntu 8.10"
>
> Thanks, Maciej
>
>

Revision history for this message
Tuul (mgsin30-mgcos30) said :
#6

Hi,
   I'm switch to Ubuntu 9.10 with bzr 2.0.0 and try "bzr branch lp:openwns-sdk" again and now everything is ok. I can fetch every branch without any problems.

Thank you, Maciej.

Revision history for this message
Tuul (mgsin30-mgcos30) said :
#7

Thanks Maciej Muehleisen, that solved my question.