Skip to content
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

No More Unclear Error Messages #6136

Open
kaffeeringe opened this issue Oct 11, 2023 · 5 comments
Open

No More Unclear Error Messages #6136

kaffeeringe opened this issue Oct 11, 2023 · 5 comments
Assignees
Labels
enhancement enhancement of a already implemented feature/code

Comments

@kaffeeringe
Copy link

My sync client currently shows me several different error messages:

  • Cannot sync due to invalid modification time
  • Server replied "500 Internal Server Error" ... Legacy cipher is no longer supported!
    How does this help the average user or even the admin? I had to duckduckgo the error messages and ended up in some 5 year old forum posts that didn't help me solve the problem.

It would be cool, if every error message contained a link to a solution. Or better: if the user doesn't have admin privileges, the error message should just say "Error, contact your admin and tell them Error 1234 occurred." And then the admin can look up the error and the solution.

BTW: Does anybody know, how to fix my two problems? :-D

@kaffeeringe kaffeeringe added the enhancement enhancement of a already implemented feature/code label Oct 11, 2023
@arnowelzel
Copy link

Maybe your webserver or an external server which is used by Nextcloud is using outdated ciphers. Ciphers are configured in the webserver TLS configuration, for example in Apache with the following line either in the configuration of the TLS/SSL module or maybe in a separate file which is created by the Let's Encrypt client when running in "Apache mode":

SSLCipherSuite          ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384

You may also check the affected server using https://www.ssllabs.com/ssltest/

@kaffeeringe
Copy link
Author

Thank you!

@kaffeeringe
Copy link
Author

Here is another one. "Synchronisierung wegen ungültiger Änderungszeit nicht möglich" - And there is nothing that tells me what to do about that.

It would be best if the client mitigated that problem or second best if the error message pointed me to some kind of helpful documentation.

@camilasan camilasan self-assigned this Oct 2, 2024
@arnowelzel
Copy link

arnowelzel commented Oct 3, 2024

Maybe this helps:

And this tool may help fix file modification times on your server:

@kaffeeringe
Copy link
Author

kaffeeringe commented Oct 4, 2024

Thank you! As my files were only photos I had already stored elsewhere I simply deleted them. But that is a bit besides to point of my issue:

  1. Why doesn't the error message link to this solution? Or better:
  2. Why doesn't Nextcloud solve the problem all automatically, if this a known issue and this script exists?

These error message wouldn't be less helpful if they simply said: "Error: something failed." 😉

It's like you take a wrong turn with your car and Google Maps justs says "That was wrong" and keeps displaying the old route.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement of a already implemented feature/code
Projects
None yet
Development

No branches or pull requests

3 participants