Code review comment for lp://qastaging/~nataliabidart/desktopcouch/no-hard-coded-consumer

Revision history for this message
Eric Casteleijn (thisfred) wrote :

I get a different error on lucid, but that may be because desktopcouch trunk is not meant to work there:

INFO:root:Connecting to http://localhost:36900/.
DEBUG:root:starting dbus main loop
INFO:root:Connecting to http://localhost:36900/.
DEBUG:root:found 1 self_identity records
INFO:LocationAdvertisement:starting advertising _couchdb_location._tcp on port 36900
DEBUG:replication:started replicating
INFO:root:Connecting to http://localhost:36900/.
DEBUG:replication:replication of discovered hosts finished
INFO:root:Connecting to http://localhost:36900/.
DEBUG:root:static pairings are [('5c4829ed-d0ca-4c7e-ac59-68a79626bd44', 'ubuntuone', True, True)]
DEBUG:replication:Looking up prefix for service 'ubuntuone'
ERROR:replication:replication of services aborted
Traceback (most recent call last):
  File "/home/eric/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication.py", line 140, in do_all_replication
    remote_oauth_data = oauth_info_for_service(sn)
  File "/home/eric/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication.py", line 64, in oauth_info_for_service
    return getattr(mod, service_name).get_oauth_data()
  File "/home/eric/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication_services/ubuntuone.py", line 49, in get_oauth_data
    proxy = bus.get_object(ubuntu_sso.DBUS_BUS_NAME,
AttributeError: 'module' object has no attribute 'DBUS_BUS_NAME'
replication 2010-09-27 17:23:26,439 - replication of services aborted
Traceback (most recent call last):
  File "/home/eric/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication.py", line 140, in do_all_replication
    remote_oauth_data = oauth_info_for_service(sn)
  File "/home/eric/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication.py", line 64, in oauth_info_for_service
    return getattr(mod, service_name).get_oauth_data()
  File "/home/eric/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication_services/ubuntuone.py", line 49, in get_oauth_data
    proxy = bus.get_object(ubuntu_sso.DBUS_BUS_NAME,
AttributeError: 'module' object has no attribute 'DBUS_BUS_NAME'

« Back to merge proposal