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.
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 python2. 6/dist- packages/ desktopcouch/ replication. py", line 144, in do_all_replication oauth_data = oauth_info_ for_service( sn) python2. 6/dist- packages/ desktopcouch/ replication. py", line 65, in oauth_info_ for_service name).get_ oauth_data( ) python2. 6/dist- packages/ desktopcouch/ replication_ services/ ubuntuone. py", line 35, in get_oauth_data consumer- key': oauth_consumer_ key})
Traceback (most recent call last):
File "/usr/lib/
remote_
File "/usr/lib/
return getattr(mod, service_
File "/usr/lib/
'oauth-
IOError
and the other time, it runs properly.