request-sync insists on using LP lib even if I don't use --lp switch !
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Low
|
Michael Bienia |
Bug Description
Binary package hint: ubuntu-dev-tools
Hello,
When I ran "requestsync -s irssi-scripts karmic" today (that's my first time to run requestsync after upgrading to karmic). I get the following error:
$ requestsync -s irssi-scripts karmic
Traceback (most recent call last):
File "/usr/bin/
if not newsource: (cur_ver, component) = cur_version_
File "/usr/bin/
src = LpApiWrapper.
File "/usr/lib/
series = cls.getUbuntuSe
File "/usr/lib/
series = cls.getUbuntuDi
File "/usr/lib/
cls._ubuntu = Launchpad.
File "/usr/lib/
self.login()
File "/usr/lib/
self.__lp = libsupport.
File "/usr/lib/
credentials = get_credentials
File "/usr/lib/
return find_credential
File "/usr/lib/
"one for this consumer." % consumer)
IOError: No credentials found for 'ubuntu-dev-tools', please see the manage-credentials manpage for help on how to create one for this consumer.
As I can see, requestsync is trying to use the LP lib python bindings although I did not pass --lp switch to requestsync.
ProblemType: Bug
Architecture: i386
Date: Fri Aug 21 16:41:06 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: ubuntu-dev-tools 0.75
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: ubuntu-dev-tools
Uname: Linux 2.6.31-6-generic i686
We now only use the LP API to file sync requests.