Comment 5 for bug 515012

Revision history for this message
Gordo (gordo) wrote :

I don't know if this is related but hopefully it might help...

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 55, in <module>
    from gwibber import client
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 3, in <module>
    import gtk, gobject, gwui, util, resources, actions, json
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 2, in <module>
    import os, json, urlparse, resources, 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 9, in <module>
    OAUTH_DATA = desktopcouch.local_files.get_oauth_tokens()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 112, in get_oauth_tokens
    raise NoOAuthTokenException(config_file_name)
desktopcouch.local_files.NoOAuthTokenException: OAuth details were not found in the ini file (/home/gord/.config/desktop-couch/desktop-couchdb.ini)