Confusing error messages #95
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/0x0#95
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When fetching a file that doesn't exist a confusing message like this is generated:
I received this one when getting a gdb backtrace from a friend who mistakenly typo'd the link and spent a while confused as to where these files were in the crashing program.
When submitting an invalid request like curl -F"file='@myfile.jpg'" it gives a 'Segmentation fault' response.
I hit this trying to figure out how to escape commas and quotes in filenames and almost reported this as a curl bug, but after more debugging found it's just an unhelpful error response.
Could these be changed to something more user friendly and less confusing?
This seems not to be an actual "Segmentation fault" error. i got this before. it seems to be an inside joke for a 404 page
https://git.0x0.st/mia/0x0/src/branch/master/templates/404.html