Comment 5 for bug 674122

Revision history for this message
V (vcgamesii) wrote :

I'm using your branch at https://bugs.launchpad.net/+branch/~dirk-miriup/rescuetime-linux-uploader/bug-674122
however, I'm still getting that error when I run rescuetime_linux_uploader:

--------------------------------------------------------------------------

Logging in...
login success!

Gkr-Message: secret service operation failed: Method "CreateCollection" with signature "a{sv}s" on interface "org.freedesktop.Secret.Service" doesn't exist

Traceback (most recent call last):
  File "/usr/local/bin/rescuetime_linux_uploader", line 9, in <module>
    load_entry_point('RescueTimeUploader==102', 'console_scripts', 'rescuetime_linux_uploader')()
  File "/usr/local/lib/python2.7/dist-packages/RescueTimeUploader-102-py2.7.egg/RescueTimeUploader/entrypoints.py", line 5, in command_line
    u = RescueTimeUploader.uploader.Uploader()
  File "/usr/local/lib/python2.7/dist-packages/RescueTimeUploader-102-py2.7.egg/RescueTimeUploader/uploader.py", line 356, in __init__
    self.options.save_preferences(self.email_address, self.password)
  File "/usr/local/lib/python2.7/dist-packages/RescueTimeUploader-102-py2.7.egg/RescueTimeUploader/options.py", line 79, in save_preferences
    gkey.ITEM_NETWORK_PASSWORD, "rescuetime", attrs, password, True)
gnomekeyring.IOError

--------------------------------------------------------------------------

Before, I installed the r99 from launchpad and the setup.py file probably over-writes all the previous files, but just in case I removed all the files in /usr/local/lib/python2.7/dist-packages/RescueTime*

I'm running Kubuntu 12.04. Am I missing any packages? I have installed python-gnomekeyring and python-gnomedesktop