@lpugoy thanks so much, I installed insync-headless and now its working, the problem that I’ve got now is that I’ve got Spanish characters in the filenames and directories and files and the first sync doesn’t create the directories/files in my filesystem
The output is like this one for every directory/file with Spanish characters
ERROR 2016-05-18 11:31:51,381 [init:error:1584] Unhandled error while doing GDAdder(user_id=u’117496082905433636247’, work_id=3353, fs_id=544,
gd_id=u’0B7dA8ZZzVtnQVi1tRVlSME9lMXc’, gd_coid=u’prime’, changestamp=-0.9996236481062523, state={u’file’: {u’md5_sum’: None, u’name’: u’07 - Curapal
ig\xfce 173’, u’altered_at’: 1420826474.622, u’target_id’: None, u’access’: 30, u’parent_id’: u’0B7dA8ZZzVtnQUXRMZ2dYRkVCNW8’, u’mtime’: None, u’shar
ed’: 1, u’type’: u’F’, u’mime_type’: None, u’size’: None}}).
Traceback (most recent call last):
File “idesksyncer/syncworks.py”, line 1020, in __run
File “idesksyncer/gdworks.py”, line 935, in _do
File “idesksyncer/gdworks.py”, line 960, in __add_folder
File “idesksyncer/fsstate.py”, line 587, in create_dir
File “ideskfs/fs.py”, line 372, in new_name
File “ideskfs/fs.py”, line 52, in get_file_info
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xfc’ in position 41: ordinal not in range(128)
my LOCALE is
LANG=es_AR.UTF-8
LANGUAGE=en_US.UTF-8
LC_CTYPE=“C”
LC_NUMERIC=“C”
LC_TIME=“C”
LC_COLLATE=“C”
LC_MONETARY=“C”
LC_MESSAGES=“C”
LC_PAPER=“C”
LC_NAME=“C”
LC_ADDRESS=“C”
LC_TELEPHONE=“C”
LC_MEASUREMENT=“C”
LC_IDENTIFICATION=“C”
LC_ALL=C
and I’m using the package insync-headless_1.3.8.36087-wheezy_amd64.deb
Hope this information helps
Regards