Comment 4 for bug 557160

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote : Re: Can't sync folders with non-ASCII names

Though, it's true that something is going wrong with encoding here:
2010-04-06 10:51:50,172 - ubuntuone-preferences - ERROR - [Failure instance: Traceback (failure with no frames): <class 'dbus.exceptions.DBusException'>: org.freedesktop.DBus.Python.KeyError: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.6/dist-packages/ubuntuone/syncdaemon/dbus_interface.py", line 1294, in get_info
    mdobj = self.fs.get_by_path(path.encode('utf-8'))
  File "/usr/lib/python2.6/dist-packages/ubuntuone/syncdaemon/filesystem_manager.py", line 549, in get_by_path
    mdid = self._idx_path[path]
KeyError: '/home/milan/.ubuntuone/Purchased from Ubuntu One'
]

But why is ~/.ubuntuone/Purchased from Ubuntu One the problem here, I can't tell.