Comment 3 for bug 703818

Revision history for this message
Roman Yepishev (rye) wrote :

Hello Joseph,

It looks like there is some kind of an issue with your installation. Could you please check whether you have /etc/xdg/ubuntuone/syncdaemon.conf and if it is there, please attach it to the bug report as it may be somehow corrupted.

Basically the error means that the code is checking for 'debug' property in the options but the options structure does not know about 'debug' option which comes from the syncdaemon.conf configuration file.

In case you don't have that file please do the following, first line will remove python-ubuntuone-client along with configuration files (complete removal), the second one will install the client and gnome interface and will bring in all the required dependencies too (including python-ubuntuone-client).
$ sudo apt-get --purge remove python-ubuntuone-client
$ sudo apt-get install ubuntuone-client ubuntuone-client-gnome