Comment 7 for bug 524566

Revision history for this message
Chad Miller (cmiller) wrote :

Oh wow, about 2 out of 8 times, it does *not* SEGV on my machine. On one of those, it gives an exception,

2010-03-19 10:33:15,154 - replication of services aborted
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/desktopcouch/replication.py", line 144, in do_all_replication
    remote_oauth_data = oauth_info_for_service(sn)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/replication.py", line 65, in oauth_info_for_service
    return getattr(mod, service_name).get_oauth_data()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/replication_services/ubuntuone.py", line 35, in get_oauth_data
    'oauth-consumer-key': oauth_consumer_key})
IOError

and the other time, it runs properly.