-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The seaf-cli status
throws un-catched errors
#2684
Comments
seaf-cli status
throws errorseaf-cli status
throws un-catched errors
The cause is that your seafile daemon is not running. This should be your local issue. |
@killing Thank you for the response.
On the remote computer, Seafile was running and it's icon is in the system tray area. Also the daemon is running: ❯ ps aux | \grep 'seaf'
mehrad 1646 0.2 0.2 1884256 78712 ? Ssl Jun09 32:12 /usr/bin/seafile-applet
mehrad 1775 0.4 0.3 1110912 122172 ? Sl Jun09 60:39 /usr/bin/seaf-daemon -c /home/mehrad/.ccnet -d /home/mehrad/Seafile/.seafile-data -w /home/mehrad/Seafile
mehrad 469213 0.0 0.0 6584 2424 pts/7 S+ 16:38 0:00 grep seaf
Uncatched error is not user's issue. The software should catch errors and generate proper error for the user. |
I've just faced this issue all of the sudden as well, and I agree with @mmahmoudian, you have to show proper user messages when such errors occur, otherwise we as users are forced to waste our time on Github/Stackoverflow trying to figure out what went wrong |
I have multiple Seafile libraries synced and I tried to run
seaf-cli status
and it threw the following:Unfortunately there is no way to get the version in conventional way (which is also something that the CLI should provide):
based on my package manager on Linux, I have the following:
And this is the checksum of the seaf-cli python script:
The text was updated successfully, but these errors were encountered: