Comment 12 for bug 544753

Revision history for this message
Tom Dison (fretinator) wrote :

I too have this issue, and it renders UbuntuOne and Gwibber inoperable. This is a clean install of 10.04 with all updates applied as of May 6th, 2010. So far the hacks for this look pretty ugly, so I will wait for a patch. Here is my output to 'gwibber-account' at the command line:

gwibber-accounts

** (gwibber-accounts:8035): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber-accounts:8035): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber-accounts:8035): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "/usr/bin/gwibber-accounts", line 61, in <module>
    from gwibber import accounts
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 42, in <module>
    import gwibber.lib
  File "/usr/lib/python2.6/dist-packages/gwibber/lib/__init__.py", line 2, in <module>
    from gwibber import util
  File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 2, in <module>
    from microblog.util.couch import RecordMonitor
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 10, in <module>
    OAUTH_DATA = desktopcouch.local_files.get_oauth_tokens()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 323, in get_oauth_tokens
    oauth_token_secrets = cf.items_in_section("oauth_token_secrets")[0]
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 189, in items_in_section
    raise ValueError("Section %r not present." % (section_name,))
ValueError: Section 'oauth_token_secrets' not present.