Your message dated Wed, 26 Jun 2013 21:06:41 +0200
with message-id <[email protected]>
and subject line Re: Bug#702352: python-launchpadlib: DBus error in 
credentials.py
has caused the Debian Bug report #702352,
regarding python-keyring generates DBus errors on sid
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
702352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702352
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-launchpadlib
Version: 1.10.2+ds-1
Severity: important

When using requestsync or syncpackage the following traceback occurs on
the versions of launchpadlib in both unstable and experimental.

lfaraone@cobalt:~/Projects/ppt/openafs/precise$ requestsync openafs
Traceback (most recent call last):
  File "/usr/bin/requestsync", line 366, in <module>
    main()
  File "/usr/bin/requestsync", line 167, in main
    Launchpad.login(service=options.lpinstance, api_version='devel')
  File "/usr/lib/python2.7/dist-packages/ubuntutools/lp/lpapicache.py", line 
66, in login
    version=api_version)
  File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 539, 
in login_with
    credential_save_failed, version)
  File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 342, 
in _authorize_token_and_login
    authorization_engine.unique_consumer_id)
  File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 
305, in load
    return self.do_load(unique_key)
  File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 
359, in do_load
    'launchpadlib', unique_key)
  File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 37, in 
get_password
    return _keyring_backend.get_password(service_name, username)
  File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 197, in 
get_password
    _, session = service_iface.OpenSession("plain", "")
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method 
"OpenSession" with signature "ss" on interface "org.freedesktop.Secret.Service" 
doesn't exist


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-launchpadlib depends on:
ii  python                     2.7.3-4
ii  python-httplib2            0.7.4-2
ii  python-keyring             0.9.3-1
ii  python-lazr.restfulclient  0.12.0-2
ii  python-lazr.uri            1.0.3-1
ii  python-oauth               1.0.1-3
ii  python-simplejson          2.6.2-1
ii  python-wadllib             1.3.0-2
ii  python2.6                  2.6.8-1.1
ii  python2.7                  2.7.3-7+b1

python-launchpadlib recommends no packages.

Versions of packages python-launchpadlib suggests:
ii  python-pkg-resources  0.6.24-1
pn  python-testresources  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
On 2013-03-05 17:22:24, Sebastian Ramacher wrote:
> On 2013-03-05 10:40:32, Luke Faraone wrote:
> > Package: python-launchpadlib
> > Version: 1.10.2+ds-1
> > Severity: important
> > 
> > When using requestsync or syncpackage the following traceback occurs on
> > the versions of launchpadlib in both unstable and experimental.
> > 
> > lfaraone@cobalt:~/Projects/ppt/openafs/precise$ requestsync openafs
> > Traceback (most recent call last):
> >   File "/usr/bin/requestsync", line 366, in <module>
> >     main()
> >   File "/usr/bin/requestsync", line 167, in main
> >     Launchpad.login(service=options.lpinstance, api_version='devel')
> >   File "/usr/lib/python2.7/dist-packages/ubuntutools/lp/lpapicache.py", 
> > line 66, in login
> >     version=api_version)
> >   File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 
> > 539, in login_with
> >     credential_save_failed, version)
> >   File "/usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py", line 
> > 342, in _authorize_token_and_login
> >     authorization_engine.unique_consumer_id)
> >   File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 
> > 305, in load
> >     return self.do_load(unique_key)
> >   File "/usr/lib/python2.7/dist-packages/launchpadlib/credentials.py", line 
> > 359, in do_load
> >     'launchpadlib', unique_key)
> >   File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 37, in 
> > get_password
> >     return _keyring_backend.get_password(service_name, username)
> >   File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 197, in 
> > get_password
> >     _, session = service_iface.OpenSession("plain", "")
> >   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in 
> > __call__
> >     **keywords)
> >   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
> > call_blocking
> >     message, timeout)
> > dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: 
> > Method "OpenSession" with signature "ss" on interface 
> > "org.freedesktop.Secret.Service" doesn't exist
> 
> This looks very much like [1]. AFAICT from that bug, this is an issue in
> gnome-keyring 3.4 and was fixed in gome-keyring 3.5. So if you're using
> gnome-keyring as backend, I think it should be reassigned there.

gnome-keyring 3.8 is now in unstable so this should be fixed. Thus I'm
closing the bug.

Please reopen the bug if it still exists.

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to