In theory, maybe. In practice, I’ve had a lot of errors in that vein that very much wouldn’t go away, and where made much harder to diagnose by their obtuseness.
Honestly, I even dislike the mindset. Just make a big header with the generic error message and a little one below that gives some details. Having users interested in how your software works is not a bad thing.
perishthethought@lemm.ee 5 weeks ago
OK but then inherent in what you’re saying is also the message, “… and don’t contact us about this, because we don’t want to deal with it” which is also mildly infuriating to me.
Thaurin@lemmy.world 5 weeks ago
It’s not that it’s an internal error that is not handled properly. They don’t want to tell you the exact error message and detailed information around that, because it would expose the internal state of the backend and that would be a security issue. There is really nothing more that they can tell you, except that a developer needs to look at this (and possibly thousands to tens or hundreds of thousands of similar logged errors).
perishthethought@lemm.ee 5 weeks ago
Maybe then, the message could be, “An internal error has occurred and we’re going to work on fixing it but there’s nothing you can do to fix it yourself right now”. It’s the “Oops” that fries my grits.
cattywampas@lemm.ee 4 weeks ago
I do agree, the whole “oops sowwy” with a sad Labrador vibe is a little irritating. But I guess they do it cause it’s a harmless and layman-friendly response.
AwesomeLowlander@sh.itjust.works 4 weeks ago
If you’re tech-savvy enough to want detailed error messages, you should also be tech-savvy enough to understand the implied message you just typed out. The ‘Oops’ isn’t for you, it’s for the average user.
Cryophilia@lemmy.world 4 weeks ago
It’s almost never an internal error. The vast majority of the time it’s vpn blocking or some such bullshit.
Forester@pawb.social 4 weeks ago
LMFAO. I probably have to truncate at least five error log files a week on various vps servers at my company because they fill the SSD and crash the OS. We rent servers we don’t dev them for our cx.
Thaurin@lemmy.world 4 weeks ago
Are you not rotating your logs with for example logrotate?
cattywampas@lemm.ee 5 weeks ago
You’re assuming they aren’t already aware of the issue.
perishthethought@lemm.ee 5 weeks ago
Sorry but how does that help me?
cattywampas@lemm.ee 5 weeks ago
What I’m saying is that when you see one of these messages you should interpret it as “something is wrong on our end, nothing you can or need to do on your end, please hang tight as we’re aware of the issue and working on it”
spongebue@lemmy.world 4 weeks ago
How does telling someone about a problem they’re already aware of help you?
Kolanaki@pawb.social 4 weeks ago
Of course if their servers and whatnot are shit they won’t straight up tell you they are shit.
It’s why modern multiplayer games don’t even show everyone’s latency anymore. It would let players know imperically that their servers are shit.
hperrin@lemmy.ca 4 weeks ago
The “we don’t want to deal with it” part is something you’re attributing to them with no evidence. As a former SRE, I can guarantee you they are dealing with it.