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

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

no-hard-coded-consumer$ PYTHONPATH=`pwd` bin/desktopcouch-service
WARNING:root:Starting up personal couchdb.
Removing stale, deceptive pid file.
Apache CouchDB has started, time to relax.
Browse your desktop CouchDB at file:///home/cmiller/.local/share/desktop-couch/couchdb.html
DEBUG:root:starting dbus main loop
INFO:root:Connecting to http://localhost:57539/.
INFO:root:Connecting to http://localhost:57539/.
DEBUG:root:found 1 self_identity records
INFO:LocationAdvertisement:starting advertising _couchdb_location._tcp on port 57539
DEBUG:replication:started replicating
INFO:root:Connecting to http://localhost:57539/.
DEBUG:replication:replication of discovered hosts finished
INFO:root:Connecting to http://localhost:57539/.
DEBUG:root:static pairings are [('fd98a23e-4fb3-410c-9146-4dee15d40d05', 'ubuntuone', True, True)]
DEBUG:replication:Looking up prefix for service 'ubuntuone'
DEBUG:replication:Looking up prefix for service 'ubuntuone'
ERROR:root:Could not get access token from sso.
Traceback (most recent call last):
  File "/home/cmiller/work/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication_services/ubuntuone.py", line 86, in __str__
    consumer = oauth.OAuthConsumer(oauth_data['consumer_key'],
TypeError: 'NoneType' object is unsubscriptable
replication 2010-09-27 17:16:27,321 - Could not get access token from sso.
Traceback (most recent call last):
  File "/home/cmiller/work/canonical/desktopcouch/no-hard-coded-consumer/desktopcouch/replication_services/ubuntuone.py", line 86, in __str__
    consumer = oauth.OAuthConsumer(oauth_data['consumer_key'],
TypeError: 'NoneType' object is unsubscriptable
WARNING:replication:Can't reach service ubuntuone. No access token.
replication 2010-09-27 17:16:27,323 - Can't reach service ubuntuone. No access token.
DEBUG:replication:finished replicating
DEBUG:root:starting replicator main loop
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 576, in msg_reply_handler
    reply_handler(*message.get_args_list(**get_args_opts))
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 391, in _introspect_reply_handler
    self._introspect_execute_queue()
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 378, in _introspect_execute_queue
    proxy_method(*args, **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 132, in __call__
    **keywords)
TypeError: call_async() got an unexpected keyword argument 'bus_interface'
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 576, in msg_reply_handler
    reply_handler(*message.get_args_list(**get_args_opts))
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 391, in _introspect_reply_handler
    self._introspect_execute_queue()
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 378, in _introspect_execute_queue
    proxy_method(*args, **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 132, in __call__
    **keywords)
TypeError: call_async() got an unexpected keyword argument 'bus_interface'

review: Needs Fixing

« Back to merge proposal