Comment 2 for bug 612191

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Magicicada code is fixed and a branch is proposed.

Anyways, querying underlying syncdaemon for this info fails, no matter if the path is realpath or not:

> /home/nessita/canonical/ubuntuone-client/trunk/ubuntuone/syncdaemon/dbus_interface.py(969)get_metadata()
-> mdobj = self.fs_manager.get_by_path(path.encode('utf-8'))
(Pdb) n
KeyError: ('/home/nessita/Ubuntu One/Shared With Me/nessita from Matt Griffin/storage_usage.ods',)

> /home/nessita/canonical/ubuntuone-client/trunk/ubuntuone/syncdaemon/dbus_interface.py(969)get_metadata()
-> mdobj = self.fs_manager.get_by_path(path.encode('utf-8'))
(Pdb) n
KeyError: ('/home/nessita/.local/share/ubuntuone/shares/nessita from Matt Griffin/storage_usage.ods',)