Syncing Bookmarks (pulling from Server) in Ubuntu One Failing

Bug #696194 reported by DiagonalArg
24
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Bindwood
New
Undecided
Unassigned

Bug Description

Setup U1 on one machine to backup Tomboy notes & Bookmarks. Notes definitely and Bookmarks apparently uploaded, as there was a lot of network activity. Then went to second machine, installed Birchwood crossed my fingers hoping that bookmarks would be pulled from the server. No luck. (Though I set some files for sync and they were uploaded to the server.) Rebooted a couple of times, still no luck. I checked ~/.cache/desktop-couch/log/desktop-couch-replication.log and found repeated errors:

2010-12-31 19:52:45,007 DEBUG want to replipull 'bookmarks' from static host 'c2575658-1ace-4449-95f7-8ef119d55fd5' @ couchdb.one.ubuntu.com
2010-12-31 19:52:45,007 INFO Connecting to http://localhost:54083/.
2010-12-31 19:52:45,018 DEBUG db exists, and we're ready to replicate
2010-12-31 19:52:45,018 DEBUG asking 'http://localhost:54083/' to replicate {'url': 'https://couchdb.one.ubuntu.com/u%2Fb08%2F0cf%2F843038%2Fbookmarks', 'auth': {'oauth': {dbus.String(u'consumer_secret'): 'HiddenHiddenHiddenHiddenHidd\
en', dbus.String(u'token'): dbus.String(u'uxHjJHuqcQAXMSSOAQGMlQCEhMPNUBozNWhG IXvvFJrAuzmGjc'), dbus.String(u'consumer_key'): dbus.String(u'YmKYkpr'), dbus.String(u'name'): dbus.String(u'Ubuntu One @ iMac'), dbus.String(u'token_secret'):\
'HiddenHiddenHiddenHiddenHiddenHiddenHiddenHiddenH i'}}} to bookmarks
2010-12-31 19:52:47,791 ERROR can't replicate 'u/b08/0cf/843038/bookmarks' 'http://localhost:54083/' <== {'source': {'url': 'https://couchdb.one.ubuntu.com/u%2Fb08%2F0cf%2F843038%2Fbookmarks', 'auth': {'oauth': {dbus.String(u'consume\
r_secret'): 'HiddenHiddenHiddenHiddenHidden', dbus.String(u'token'): dbus.String(u'uxHjJHuqcQAXMSSOAQGMlQCEhMPNUBozNWhG IXvvFJrAuzmGjc'), dbus.String(u'consumer_key'): dbus.String(u'YmKYkpr'), dbus.String(u'name'): dbus.String(u'Ubuntu On\
e @ iMac'), dbus.String(u'token_secret'): 'HiddenHiddenHiddenHiddenHiddenHiddenHiddenHiddenH i'}}}, 'target': 'bookmarks'}
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 288, in replicate
content=record)
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 985, in post
**params)
File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1035, in _request
raise ServerError((status_code, error))
ServerError: (500, ('json_encode', '{bad_term,<0.346.0>}'))

dobey (dobey)
affects: ubuntuone-client → bindwood
Revision history for this message
DiagonalArg (diagonalarg) wrote :

Well, still waiting on this one. In case it makes any difference, I'm on Ubuntu 10.10, which is up to date. Also, I have been able to get file sync and tomboy sync to work. I still can't pull down bookmarks, at least on one machine.

Revision history for this message
James Dupin (james.dupin) wrote :

Same kind of error.

2011-01-17 09:52:41,044 DEBUG want to replipull 'bookmarks' from static host '938dc687-7181-40ae-bbd9-6e4421397b35' @ couchdb.one.ubuntu.com
2011-01-17 09:52:41,044 INFO Connecting to http://localhost:57477/.
2011-01-17 09:52:41,069 DEBUG db exists, and we're ready to replicate
2011-01-17 09:52:41,070 DEBUG asking 'http://localhost:57477/' to replicate {'url': 'https://couchdb.one.ubuntu.com/u%2F46d%2F585%2F69745%2Fbookmarks', 'auth': {'oauth': {dbus.String(u'consumer_secret'): 'HiddenHiddenHiddenHiddenHidden', dbus.String(u'token'): dbus.String(u'bzgIecCRofqyxnVLwEnUQWBBdsQZzaDSxhlGRJVCKyoigaKTnR'), dbus.String(u'consumer_key'): dbus.String(u'mz6XzPk'), dbus.String(u'name'): dbus.String(u'Ubuntu One @ saint'), dbus.String(u'token_secret'): 'HiddenHiddenHiddenHiddenHiddenHiddenHiddenHiddenHi'}}} to bookmarks
2011-01-17 09:52:43,232 ERROR can't replicate 'u/46d/585/69745/bookmarks' 'http://localhost:57477/' <== {'source': {'url': 'https://couchdb.one.ubuntu.com/u%2F46d%2F585%2F69745%2Fbookmarks', 'auth': {'oauth': {dbus.String(u'consumer_secret'): 'HiddenHiddenHiddenHiddenHidden', dbus.String(u'token'): dbus.String(u'bzgIecCRofqyxnVLwEnUQWBBdsQZzaDSxhlGRJVCKyoigaKTnR'), dbus.String(u'consumer_key'): dbus.String(u'mz6XzPk'), dbus.String(u'name'): dbus.String(u'Ubuntu One @ saint'), dbus.String(u'token_secret'): 'HiddenHiddenHiddenHiddenHiddenHiddenHiddenHiddenHi'}}}, 'target': 'bookmarks'}
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 288, in replicate
    content=record)
  File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 985, in post
    **params)
  File "/usr/lib/pymodules/python2.6/couchdb/client.py", line 1035, in _request
    raise ServerError((status_code, error))
ServerError: (500, ('json_encode', '{bad_term,<0.1552.0>}'))
2011-01-17 09:52:43,233 DEBUG finished replicating

Revision history for this message
Ted Gould (ted) wrote :

Getting similar errors. Natty beta2.

Revision history for this message
Chris Whelan (topherwhelan) wrote :

Currently getting the same errors, but only for the 'contacts' and 'bookmarks' databases. https://wiki.ubuntu.com/UbuntuOne/Status currently lists both services as currently having some issues and the 500 error all point to a server-side issue.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.