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

[BUG] Error handling in uploads #3948

Closed
jesmrec opened this issue Mar 2, 2023 · 2 comments · Fixed by #4013 or owncloud/android-library#558
Closed

[BUG] Error handling in uploads #3948

jesmrec opened this issue Mar 2, 2023 · 2 comments · Fixed by #4013 or owncloud/android-library#558

Comments

@jesmrec
Copy link
Collaborator

jesmrec commented Mar 2, 2023

Comes from #3913 (comment)

When a upload fails for a known issue (check list in link above), the feedback to the user is not descriptive. Almost all errors are labelled with Unknown error instead a friendly or helpful message.

Upload errors are set in two different places: uploads view (persisted) and notification (not persisted). Both should match somehow.

@abelgardep
Copy link
Contributor

It's a little bit strange. I have tested with a local server and the latest test servers and it worked fine.

The issue I got was only reproducible with dockers from a specific backend. Don't know why yet 🤔

@jesmrec
Copy link
Collaborator Author

jesmrec commented Apr 10, 2023

After checking with servers deployed out of docker, everything works but the case in which an upload is cut off because lost connection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment