Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
4.87k stars 460 forks source link

Bug: Upload errors hidden #2116

Closed richlv closed 9 hours ago

richlv commented 2 days ago

Environment:

Description

When an image upload fails, the actual error message is not shown, and does not seem to be available in any way. "View error" does nothing. This might cause an issue, where a user could hammer the server by repeatedly attempting an image upload, even if it is rejected on the server side.

For example, I had an image upload fail, and have retried it dozens of times, as I've seen transient errors before. As they all have failed, I suspect it could be a permanent failure (image size?) - but meanwhile, I have uploaded this image to the server way too many times.

Related Issues

350 - uploads failing somewhat frequently

richlv commented 2 days ago

Looks like in this particular case I got error 500 persistently. Would be great if "View error" would show that :)

Dimillian commented 9 hours ago

image

This is fixed!

richlv commented 2 hours ago

Yay, thank you so much :)