Could someone help me with this error?

Traceback (most recent call last):
File “/usr/bin/seaf-cli”, line 845, in
main()
File “/usr/bin/seaf-cli”, line 841, in main
args.func(args)
File “/usr/bin/seaf-cli”, line 542, in seaf_sync
token = get_token(url, username, password, conf_dir)
File “/usr/bin/seaf-cli”, line 235, in get_token
token_json = urlopen("%s/api2/auth-token/" % url, data=data)
File “/usr/bin/seaf-cli”, line 208, in urlopen
resp = urllib2.urlopen(req)
File “/usr/lib/python2.7/urllib2.py”, line 154, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python2.7/urllib2.py”, line 435, in open
response = meth(req, response)
File “/usr/lib/python2.7/urllib2.py”, line 548, in http_response
‘http’, request, response, code, msg, hdrs)
File “/usr/lib/python2.7/urllib2.py”, line 473, in error
return self._call_chain(*args)
File “/usr/lib/python2.7/urllib2.py”, line 407, in _call_chain
result = func(*args)
File “/usr/lib/python2.7/urllib2.py”, line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

Hi Jules,

looks to me like you didn´t fork a daemon with:

seaf-cli start

Once you´ve initialized seaf-cli as a background process, you can get a status with e.g.

seaf-cli status

Before this, you have to initialize the seaf-cli with

seaf-cli init

IMPORTANT: These steps has to be done for every user account (who wants to sync) on your linux box.

Regards,
Josef