This is a rant about how so many apps on many different platforms (TVs, mobile devices, computers, etc…) have decided to not actually show detailed errors any more. Instead, we get something along the lines of:

Oops, somehting went wrong. Please try again later

… and then, well, we get to figure out what just happened and what in the world we need to do about it. And good luck with that, since you have no idea what just failed.

Why software developers?!? Why have you forsaken us?

EDIT 24 hours later: I feel like I need to clarify a few things:

I’ve worked for 8 software companies over 30+ years. I know why putting a DB error into the message users see is a bad idea. I know that makes me uncommon, but I still want more info from these messages.

You all are answering as if there are only two ways this can work: (a) what we have now (which is useless), and (b) a detailed error listing showing a full stack trace. I think the developers could meet me half-way.

What I want is either (a) “Something went wrong on the server, you can’t fix it, but we will” or (b) “Something on your end didn’t work. Check your network or restart the app or do something differently and then try the same thing again”. And if they’re blocking me because I’m using a VPN, fucking say so (but that’s a whole separate thing…)

Some apps do provide enough info so I have a clue what I should do next, and I appreciate the effort they put into helping me. I think what I am really ranting about is I want more developers to take the time to do this instead of reporting all errors with “Oops, try again”. (If the error is in their server, why should I try again?) Give me a hint as to the problem, so I have something to go on.

Cheers y’all. Still love you my techy brothers and sisters.

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    ·
    24 hours ago

    The developers are meeting you halfway. They told you something went wrong, They have the stack trace in the logs.

    Being a reasonably knowledgeable individual you could make use of the deeper information at least scratch your itch for what happened, in the end there’s nothing you can do about it there’s a back end problem. But giving that more detailed information to the end user is a fool’s errand.

    Let’s say we pick a simple one, the database connector is down. End user gets a message that the database is unconnectable. Forum start to light up with worries of people losing data. Armchair conjecture about backups and data loss and updates abound.

    Realistically the VM host at Amazon had a critical update and got updated, but failed to come back up as they do occasionally and someone needs to go and stop and start the instance to get the database online on new hardware. It only takes 15 or 20 minutes.

    Now you’ve got thousands of people in your forum pissed off about something that is only mostly out of your control.

    Now let’s replace that error with oops something went wrong.

    The people on the forms mention that it’s down they ponder about what could possibly be wrong, But without anything to go on it fizzles away, The site comes back up and people just chalk it up to regular internet shenanigans.

    The company didn’t get any benefit from giving the end user more information. Your average user just got their knickers and a twist. And a handful of knowledgeable professionals went wow that sucks sorry guys.