Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "error?"
-
Ladies and Gentlemen,
I present you the API I'm working with...
That's a pretty fucking useful error description right there.20 -
That weird moment when you get an error "please contact your administrator" and then you realize that you are the administrator..4
-
I just tried to connect on my own teletype portal 😂 And this is one of the best error messages I've seen lately 😂11
-
When error messages have self-awareness and fix problems by themselve the world will burn but I have less issues to care about.
-
Me: We should change the http response code to anything but 200 OK in the error response case of our API.
Other dev: No, it's fine.
Me: Why?
Other dev: The client successfully receives an error message.
Me: ┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻15 -
My girlfriend sent me this error message from a BIM software which she uses at work. I would like to see more sophisticated error messages from a software with a 4K price tag.6
-
Pro tip to error messages #1: keep them simple and short
Pro tip to error messages #2: make them make FUCKING SENSE7 -
Just sharing the best error message I ever got. Sometimes the application is just as confused as you are...9
-
Me: "My PC is sad what should i do? "
Tech-Support: "what do you mean your PC is sad"
i wonder whose(developer) idea was it to put just smiley instead of meaningfull error...9 -
Me: *Gets an error message I don't recognize.* fuck.
Me: *Googles error*
*First result is not StackOverflow but a github issue instead* oh FUCK!6 -
Windows tells me to „contact the network administrator“.
I yell at the machine: „I AM THE ADMINISTRATOR!!!1!“
Why is Microsoft doing this? Instead of telling me what exactly went wrong, the come up with messages like
“Something happened”
“This is not possible”
“Error 0x2342133723”
“Do you want to ask a Friend?”
I really hope the authors of those error messages will burn in hell for that!10 -
Just spent the last 10-20 minutes debugging a stupid error. Turns out I spelt construct wrong. FML.14
-
Time spent creating an error response...
Implementing the response: 5%
Choosing the error message: 95%1 -
Today I was trying out Google Collaboratory for the first time. Just realised that they've built-in "SEARCH STACKOVERFLOW" button if there's an error1
-
Hilariously cool error.
I mean, not everyday your editor tells you to meditate or sing you a bob Dylan’s song, right?
That’s a nice touch atom.2 -
What's your funniest error message while testing your code ?
For me : Fatal error - Parachute deployed.
0_o8 -
Spectrum Dev: Hmmm.. what should I use for an error code...
Another Dev: The hell should I know.. what's your favorite letter?6 -
Had a "Fatal error stack overflow"
All google searches lead to irrelevant links in stackoverflow.com
Now I can add this error to my "special errors I had" list. #onceinalifetime6 -
That moment when you become happy because of another error, at least it could be progress.
depressing but true2 -
One of my friend's was watching me code. When I got an error, this is what he said.
"You got a big error, so you must be a bad programmer"6 -
function checkBrowser() {
if(browser == "Internet Explorer") {
print("I'm sorry, you have reached the 404 error page. Please use a different browser. Have a nice day.");
}
else {
print("Thank you for not using Internet Explorer");
}
}6 -
Am I the only one that tries to make a program... but has an error for like 5 hours... and then realizes how to solve it while taking a showe?12
-
"Users don't need or like detailed error messages. Just use a generic phrase like `an error occurred`. Visually it looks nicer and they won't read it anyway"
- Lead UI / UX Designer, large m.n.c, 10+ years experience10 -
The allocation of my time while 'programming':
50% Reddit
25% Stack Overflow
24% Error messages
1% Actual coding
100% Frustration9 -
I hate that, not only did this error happen, but they weren’t smart enough to hide the MySQL stack trace13
-
Me: I should use an informative status code to let my users know what went wrong
Me to me: *500 internal server error*1 -
The line numbers in error messages look like I’m time traveling.
.... line 1987
.... line 1883
.... line 1642
.... line 20072 -
I really hate these "an error occurred" messages, guessing I'll talk with IT later today.
Meanwhile, the dialog should show1 -
>Barely ever written python before
>Gets added to a python group project
>Codes the part I'm associated with
>Runs fine after about 19 tries
>Puts it together with other people's code
>Syntax error
>Searches for the error for 2 and a half hours
>tfw other people use 4 spaces instead of a tab like I do and pythong can't handle it :(3 -
You know a website is really good when the error count is synced with the time you're on the page.2
-
Got an error trying to [Leave] a meeting in Teams
*sigh....*
Just Teams being Teams...
Now I'm probably stuck in that meeting somewhere deep in MS's servers forever.4 -
Boss: I have a demo NOW, but there os an error message on that page.
Me: okay, give me sometime to elaborate the problem..
Boss: No No please, this is urgent
Me: Okay..
My code:5 -
IF (no error ) {
Food is delicious;
Weather is nice;
Friends are kind;
Home is comfortable;
Computer is fast;
Return ( continue life );
Else {
Food is disagreeable to the taste;
Weather is stormy;
Friends are zombie;
Home is hell;
Computer is slow;
Return (stop life);
}
}5 -
When your own error messages come handy while casually using your own app :p
//this one is a bad json resposne1 -
I just started to use
"titties" for success message
and
"no titties" for error message
... I need friends... and titties obviously4 -
"I'm getting an error. It's just not working right."
Stupidest. Bug. Report. Ever.
Please stop wasting our time with tickets like this people, it only requires is to then spend more time just figuring out what the issue is.
🙄🔫4 -
If it is an Unknown error, how it is a network error and if it is a network error how is it an Unknown error???!!!1
-
For fucks sake, how many times can you get the same error before giving up?
So, there's this form, and it's used quite frequently without fail, and there's this 1 user receiving an error that some data is incorrect, so... they submit the form again, and again, and again, and 6 more times with the same bloody error all because changing 1 fucking field is obviously to hard to recognise as the problem when the error says "you can not have 'x' in field 'y'"
Fuck it, do I need to replace 'x' with a blank, just because you can't read a fucking error message?13 -
Went to the ATM to get some cash.. entered an amount of 800 INR and to my surprise got an error saying "Your account does not have sufficient funds for this transaction" .. Instantly thought that my account has somehow been compromised.. checked the bank app and found out that I everything was normal..
As it turns out the ATM machine did not have 500 or 100 INR notes, thus it could not dispense my requested amount..
Now that's what we call a "Good" error handling..4 -
Yesterday, I was facing an error since afternoon.. spent some 6 hours breaking my head over it. Restarted my PC. Worked like a charm. I have no freaking idea what went wrong.2
-
when the IBMQuantumExperience python package just returns "400: GENERIC ERROR"
come on, how the fuck am I supposed to debug that?8 -
Serveral users complain that the error messages our software produces are completely useless, so I get assigned to improve the error reporting.
Starting the task by checking what's there and how it works together.
Looking through the code I discover 4 completely different error reporting implementations, each having the same intent and promised functionality. All of them are used somewhere, sometimes next to each other. Needless to say: None of the implementations actually implements all it promises.
My favourite part is the setErrorMessage(string) method that is defined in one header and used in many places, which has the implementation
void setErrorMessage(string){}
Fuck my life.2 -
This is how Pokémon Go shows errors to its users. It says a generic „Error“ in German with different numbers for different errors.
I am not an UX expert, but isn’t this a really bad practice? The error number has no meaning to the user, so why displaying it? I think it is just confusing and looks ugly 😐8 -
I'm getting annoyed with the increasing number of platforms that implement the "Oops, something went wrong" vague error message.9
-
Error message on Facebook :)
When you let the developers write all the error messages by themselves.
Personally I always ask for help when it comes to writing nice error messages.2 -
Just saw on Zuckerbook.
Moral : Put a screaming message for such idiots on support sites to fucking read the error. It's all written there.5 -
FUCK ANGULAR!
FUCK ANGULAR-ERRORS!
ALL if them are literally like:
"Script error in script.js"
WHAT? WHERE? WHICH MODULE?WHICH APP? WHICH LINE?
OR EVEN BETTET THAN THAT:
"Error initializing module:'http://errors. angular. org/SOME-DUMB -AND-USELESS-THIRDPARTY-SITE-WITH-SOMETIMES-EMPTY-ERROR-DESCRIPTIONS-WHICH-MAKE-OFFLINE-WORK-IMPOSSIBLE-IF-NO-CONNECTION'"4 -
Unknown notification error.
devRant unofficial
@JS96 @dfox
too bad... I'm sure @dfox didn't tested in production (joking... don't be too serious guys...)4 -
What the fucking fuck you bastard of an OS? Your fucking filthy "Copying" dialog box!
One of these days, I am gonna fuck you up in the ass so hard, you are gonna see Gates flying!
I am copying a file from CD in to my PC. At 97%, this shit hole of an OS says through it's fucking urine hole of a "Copying" dialog box: "An unexpected error is keeping you from copying this file. Try Again/Skip/Cancel"
Seriously?! It's 2018, and an unexpected error is keeping me from copying the file?! Where the fuck is your QA?
I, being an unreasonably optimistic human with this Billy fucker, click "Try Again".
What happens? You know very well what happens. This shit of an OS starts copying the file again! From 0%!
This is the second time, this bloody, filthy, fucking "Copying" dialog box has given me problems.
I am telling you, it's days are numbered in my PC. The countdown starts now.
.
.
.
It happened again! At fucking 97%! I just want to scream now.
AAAAAAAAAAAAAAAAAAAHHHHHHH!!7 -
Shout out to the Amazon app error page. Really would like to place this damn order, but this helps3
-
Well thank you WhatsApp web for this useful error. I just want to hear that audiomessage, that should not be so difficult that you forget your own fucking message. Damn you WhatsApp!7
-
Today I got stuck 1 hour with an error, I was about to post it on SO then I discovered that was an elementary blunder.
Pheew
Today I avoided to get -200 points2 -
Me and my colleague where debugging an issue with a 3rd party provider we are integrating with, we received this error result:
Making the request failed (dunno why)
The award of best error message goes to those fellas T_T3 -
Earlier this day, I was about to start a new project. So I copied my favourite gulpfile.js into that projects root and installed all dependencies with npm. After running Gulp for the first time it threw an error.
Silly me tried to fix stuff and got googling the error and trying random things... After a break of a few hours I just fucking rerun Gulp and read the fucking error completely. It stood there. The fucking solution just stood there, run "npm blah --force" to reconfigure package blah....
Of course it worked right away and I finally could start working. But this shit took way too long. Why I just can't read the fucking error message. Damn -
Just finished writing some code.
Got one error.
"Alright" I said, "almost done!"
*fixes the error*
"2589 errors"
I guess someone up there really hates me...1 -
Not only Windows can show this "strange" error messages: Today I got this beauty while importing an SQL-dump.
(Translation: "Error on import: error on statement #1: not an error. Execution will be aborted and the db will be reset.") -
that moment of pride when you can't find your error in google or SO..and at the same tym, the sense of realisation that you will have to figure out the solution yourself6
-
My Win 10 stopped updating 2 months ago. "Windows update database error" it says. No fix worked, the only thing to do (according to Microsoft assistance) is to reinstall the whole system. Only because i clicked on "postpone" to the last one.
I really miss Windows 7...4 -
Learned basic Java syntax and created an Android app by reading a lot of posts on stackoverflow
Also a lot of trial and error... -
Posted a little rant on my Facebook about an error that told me it couldn't find a file.
Then one of my friends came along and made it into a haiku :^) -
I had once an sql error that took me two days to resolve it.
The error message was a syntax error but I was using an ORM to write my queries (doctrine with php) .I didn't have too much to debug as the code was pretty simple and clear so I got to the point that I convinced myself that this a bug and I'm gonna try to mess around it to avoid it.
Second day late night, something popped up in my mind '' hey what about those reserved words? Could it be the reason? '' aaaaand BINGO the key '' option '' is a fucking reserved word for mysql.
Tip : always check that list before writing your data models (specially if you're a noob like me)1 -
Couldn't log in to my university campus website.
This is the error I got. :/
Better than "Something happened", I guess.2 -
Worst error message to show a new user...
"An account with that email and password already exist. Please try again or login to your account." 😂😂😂😂💀💀💀💀3 -
Laravels error reporting is sometimes fucking useless. Yesterday it wrote into the logs "class foo doesn't exist". I triple checked the including of this class. Checked the namespaces. Checked the classnames. Everything was ok.
Today I removed the content of this particular class, which returned an array. And the error was gone...
After further search I realized I was missing commas within the array deceleration...
Why the fuck you don't just tell me this????!?4 -
I'm trying to deploy an Azure Function via Visual Studio. VS gives me this error:
Publish has encountered an error.
Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details.
A diagnostic log has been written to the following location:
"C:\Users\myusername\AppData\Local\Temp\tmp16F8.tmp"
Let's check the log then!
"Microsoft.WebTools.Shared.Exceptions.WebToolsException: Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. "
Fucking piece of crap1 -
I really couldn't help but laugh when I found this gem of an error message. I mean, I'd literally know just as much if it served me a blank page.
If you can't describe your own god damned error message without calling it 'generic', IT IS NOT A GOOD ERROR MESSAGE!
I'm glad they informed me it's an application error though. HERE I WAS THINKING MY TOASTER WAS THE PROBLEM.2 -
I've been skimming this slightly outdated "Learning Android" O'Reilly text and I found the error log levels to be colorful enough to be amusing...4
-
That moment when the code doesn't compile due to an error in a different module that you never touched after merging the master branch into yours...1
-
- They had an error in production
- Almost one year without looking in this codebase
- Last backend dev in the building
- 1h debugging and reading the Stack Trace
- Had a feeling, and changed the place of a single asterisk (groovy's spread operator in the wrong place)
- Now everything is working, our PM is happy, and the client didn't even noticed
- Probably the shortest commit I've ever done
It was a good day :D -
Checked mails and saw bunch of newsletters from the same company.
Me: huh? I don't remember subscribing to these. *scrolled down* here it is, (button to unsubscribe from these emails)
*Clicked and got redirected to their feedback page before unsubscribing.
Me: Cool, just need to provide feedback, not a big deal. *gave feedback*
Message reads : DONE. Operation failed. Due to technical error
What!! I'm gonna block the shit out of you!!1 -
At work, all errors within the site are logged into our database with a subject and error column. SQL errors are logged in the subject field while the traceback is put in the error column. However, a lot of SQL errors are really large and exceed the max character width of the subject field, causing yet another SQL error, and the cycle repeats. This recursive error has been the bane of my existence, because 1) it times my local dev instance out and 2) the error doesn't end up getting logged because the server both freezes and the error can't be inserted in the database. You can't even begin to imagine how many hours I've wasted trying to find what line I changed cause total and utter failure with absolutely 0 error logging. Next thing on my todo list is to fix this fucking issue since the head dev refuses to get it done.2
-
Why is it so hard to remember, that devs need an error message if they should help you. just saying "it does not work" is not helping.
I even wrote you a checklist. so f*ing use it! I'm not there to be called every time just to tell you to do something that's already on this list.
Every. F**ing. Time.2 -
I feel stupid to ask this here
I am getting this error in flask
view didn't return a valid response error. The function either returned None or ended without a return statement.11 -
XCode you fucking piece of shit...
So I just wanted to process my ios app to the app store and start the archive process. All of the sudden:
Command CodeSign failed with a nonzero exit code
What? So there is an error and you cannot tell me the error code? All information you give me that it isn't zero!? Wow... Amazing... What a great user experience. Maybe it cannot resolve the error? Maybe it is some external tool Apple has no access to and that is the only valid error they can throw at us?
Oh hell no! It has something to do with the keychain access! But why tell the user? That wouldn't be as much fun as just tell it is a nonzero error, isn't it apple?!
In the end locking and unlocking my key chain solved the problem... Thanks for nothing XCode!2 -
There is a tool in my job that creates web pages by giving him what to display as content, and with that system, we can call applications from other web apps instead of re-implementing it.
But it has some flaws. Some that are natural, like its complexity.
And others.
I was calling an application from another webapp. I got an error 500. So I used a tool made by the enterprise to see the error in detail.
And the error 500 is in fact a 404 hidden.
Well, good job. -
Error in linux be like D∈∀DL❍⊂κ:
Can't install module <a> dependent on 3 other.. trying to install one of those 3 and here comes again.... Can't inatall this module depends on <a> -
Today I hosted the family meeting for Easter Day. I had an "Error 404" because a relative didn't come.1
-
Golangs error handling is really annoying. I'm writing a cli that does a bunch of stuff, and a lot of that could cause an error. Now I have to either explicitly ignore the errors everywhere or write an abundant if, that simply checks if the error exists and print it to console. So I either won't see any errors when something goes wrong, or I will have ugly bloated code... wtf, I want "throw" back8
-
How can anyone justify the cofefing craploaded bullshitish error messages of bloddy java?
Who, in the name of the flying spaghetti monster came up with that brain damaged bitwaste?
Sorry if i offended brain damaged people with that comparison4 -
ERROR [SUCCESSFUL ] org.scala-sbt.ivy#ivy;2.3.0-sbt-cb9cc189e9f3af519f9f102e6c5d446488ff6832!ivy.jar (13350ms)
I have a Successful error.4 -
The intern beside me just called me to solve an error in PHP.
He wrote:
for($slides as $s){
}
The PHP error message wasn't quite clear:
Fatal error: expected ';' on line 84
How could possibly an intern who's becoming an engineer in IT make such mistake and lose like 1h on an error like that? I even attends one of the best universities in the country
PS:
I know engineers aren't supposed to code, but he's been coding for the past month in PHP and was here just to do that16 -
Task: Deploy MinIO in k8s cluster
Me: deploys the first docker image found on google: bitnami/minio
MinIO: starts
Me: log in
MinIO: Fuck you! There's a cryptic error: Expected element type <Error> but have <HTML>
Me: spends half a day trying out different vendors, different versions, different environments (works on local BTW)
Me: got tired, restored the manifest to what it was at the beginning. Gave it the last try before signing off
MinIO: works 100%
wtf... So switching it back and forth fixed the problem, whatever it was. Oh well, yet another day.6 -
The more I surrond stuff in try{...} statements, and handle with geeky error messages that should actually never happen (e.g. "TransactionId 73545 not find for UserId 10. Look for Interaction 212345 at the logs."), the more I think our Customer Support area will someday need a Customer Support Support area.2
-
Lost 2 days with a non-highlighted error.
Vanilla JS:
Calling a function with a lower case character which shouldn't be lowercase.
I didn't never understood why neither VSCode nor Chrome showed the error.8 -
Did you know the moon mission would have been a complete bust if one guy, the day before, hadn't looked at the error codes. The same error codes that were continually popping up on the console during the dissent onto the moon. If it weren't for him they would not have known what those error codes were for and would have aborted the mission.4
-
I am not a PHP dev but this back end error message when accessing /notif looks weird.
Is this a security bug?7 -
Boss: I don't want centralized error logging
Me: But we have 50+ client sites running the same web app, why the fuck wouldn't we?
Boss: What if the database is offline, then we wouldn't be able to log exceptions
Me: *beats head against desk*1 -
okay just had a mind blown moment.
there are never 'technical errors'
everything is human error.
because at some point, a human started/caused whatever went wrong.
whether it was the fact that a human didn't account for something or made bad code, or made bad hardware,
every tech issue is a human one.
:/4 -
Anyone else getting a bug with every opengl application on Linux? Gives me an error something like "X error of failed request: badvalue"
Weird- maybe happened in the latest kernel update? I'm using 4.147 -
The first error on my first react native app happened on production. It was just once in a Android 4.4 from 2010... how do I even simulate that ? 😶4
-
I hate when people use error, bug and glitch interchangeably. They are all different things people. Stop using such technical words if you don't even know their meanings.3
-
I feel like crying because I couldn't configure ERPNext on windows (Virtual Box). Damn thing showed this error "Already Registered, There were problems" and redirect me to homepage.
Hate this when there are no error codes or no proper documentation.
Tried every possible solution in past 4~5 hours. I'll sleep3 -
junior developer raises an issue saying that there's an application deployment error on one of their dev clusters.
sysadmin asks them to go back and look at the error logs and come back with the problem.
they come back saying, "No space left on device"
sysadmin takes a look at server. finds this :5 -
Sometimes angular can be really damn annoying with it's "Error handling".
When just one component has an error (For example using an non-existent form-control) it'll not only crash the component like it should, but the entire app.
whyyyyy do you do this to me -
Why did it take years before someone told me to add this to your bash script to see the line on which a command failed?
errorOnLine() { echo "Line $1 had an error" ; exit 1 ; }
trap 'errorOnLine $LINENO' ERR7 -
You know these people who want your support but do everything they could possibly do to prevent you from helping them?!
This one is about text-based support.
Basically, I told them to use a software. One guy said: "There is always an error right in the beginning when I start the app."
I ask: "What does it say?"
Another dude joins: "Yes, I get the same. Update fails or something..."
I ask: "What's the exact error message?"
Second guy: "Retrieving update failed or something similar..."
*whaaa, guess what: this is by no fucking way what I meant with "exact error message"*
Well, I ask nicely to look it up again and tell me the details.
Then, I suggest a possible solution for this abstract problem. Answer:
"No, it only happens at start."
What the fuck do you think I am? A stupid monkey who cannot read?! I know that it happens at start, that's why I suggested what I suggested! And don't think you're so intelligent to believe that deleting an update.exe in %appdata% had nothing to do with your problem. You don't have a single fucking clue how software works in its simplest manner.
What the fuck. -
When you find some interesting code on the internet so you copy paste it but it gives you like 20 error messages and your whole project file get corrupted so you got to remove the whole project file and start over2
-
Open software:
Error message: Failed to load x..
Why not tell:
Error message: Failed to load x. Please reinstall software.
or
Error message: Failed to load x. Remove cache folder located in "drive/somewhere" and try again.
or
Error message: Failed to load x. Please recreate x by using tool y and try again.
if software tells you no meaningful message and you have NO idea how to solve it.. it is one of those annoying things you have to deal with.
Why can't I just create features....4 -
Oh no, yeah, little error icons with no accompanying error messages are my absolute favorite, especially when there's no apparent way to check what the error is.
Love software that does this. Perfect design, super useful./s2 -
Is it just me or is the error handling in Go and/or Rust just.. tideous?
Maybe I'm biased because I grew up on C# and error handling has always been Exceptions and try+catch for me, but I find having to manually check errors everywhere not only annoying to code, but also horrible to look at.
Am I alone on this one?13 -
Finally an error I can understand with ease. Up until now, I’ve been getting these weird arbitrary errors that make no sense to me.
I tried to wake my MacBook and the thing hung. I have it some time, and it restarted, restored all windows, and let me know it was a “Sleep Wake Failure”.
Honestly I don’t mind getting an error occasionally. But when the error says “UNEXPECTED_KERNEL_MODE_TRAP” while I’m gaming on Windows, it annoys me.
Also having WebKit crash the webpage on me without telling me what happened also gets me mad.
TL;DR: Make understandable error messages.2 -
I just learned a new error code: error 40, it means user error since they sit 40cm from the screen6
-
I was updating software on Windows 10 when suddenly error dialog pops up: "Setup.exe has crashed, Windows is opening a portal to a new dimension."
Might have not be those exact words but it's pretty close. Such a shame I wasn't quick enough to printscreen. Have anyone else encountered that message?2 -
Making my first larger scale project in C...
Every time I take a look at my code, I realise I should implement better error handling here and there.
And then every time I try to break my programme with erroneous input, it actually blows up, despite all my effort to prevent that 😖😖3 -
I wanted some ideas on how to word an error message better, so I googled "error message best practices".
80% of the results were about form validation and not actual code breaking errors >:(
On the up-side, I now know that I must not say "No, Bad User!"3 -
Code got submitted for review... Syntax error.
Like wtf, your IDE even tells you about syntax errors... not to mention the failing build 😤 -
Program seems to work better when there is about 2-3 times the amount of code related to error handling the task than just the task. I'm always glad to see quality stuff that accounts for the edge cases especially with helpful error messages.1
-
Adding @(error suppressor) on every Notice/Warning/Fatal Error in PHP, because I am too cool for debugging.2
-
Searched an error on Google
Only one result was relevant to my search.
It had the entire error line in it. Yay!
It was the GitHub source page of the compilation code that generates the actual error 💫
GitHub must disallow the programming extensions to web crawlers.1 -
AirAsia flight bound for Malaysia landed in Melbourne after pilot error - CNN https://apple.news/AI_Q4eVtTT32kIS9...2
-
The most scary moment about running the code for the first time is when no errors are displayed and you're sure it's not because everything is working as intended but because the error is so critical it won't show itself so easly1
-
So today in college, working on some C program, wrote a nice program just to get compilation error in header file😥😥1
-
TypeScript! Why you default compiler option "pretty" to false!? Why would anyone want this as false? This is such an amazing feature disabled out of the box! GNARF!
I USED TO GREP FOR ERROR TO GET ERROR HIGHLIGHTING!
:/ -
Okay so apparently pipy.org is unavailable.
Error 503
Now I have to go compile a library from github , fuck this and fuck them too5 -
Why do I keep getting an error when posting my rant saying, "There was an error creating the rant."?
Has anyone else gotten this before? Happening both on mobile app, mobile browser, and laptop's browser so it's not the platform.
EDIT: So this rant went through so it must be something in that specific rant. It's pretty long.8 -
javac MyDay.java
MyDay.java:5 error: cannot find symbol
Coffee coffee = new Coffee();
^
symbol: class Coffee
location: class MyDay -
We don't talk enough about type 2 error! So many papers everywhere are just pure trash because they don't account for it, and people are so fucking oblivious about it, they don't even catch the obvious ones. Even researchers and publications which are supposed to properly review their articles simply fail to ask the obvious "Did you measure the segment which doesn't fit either of your variables?"8
-
I started to learn coding at school using RM Basic. I made a script with an infinite loop using goto that flashed the screen different colours and said error on it. I left it running. Found out later the it guy took the computer away for "repair"...
-
@dfox I am having issues posting rants with images! I am getting an internal server error. Can you check what's happening?8
-
And that feeling when you google your error message and get 3 hits, none exact, 2 of them in Chinese and one automated malware scan results.
It really makes me feel that I'm pushing the industry forward. -
Just had my first instance of a user solving a program giving them an error message by just not running the program.
That is all.1 -
Maybe I'm stupid, but I'm annoyed that there are no good ways to debug Blazor WASM.
It doesn't help to tell me that I got a null value, unless the error tells me which of my 50 variables is causing it5 -
Today I was in a pharmacy and in there were monitors (for PC's, ofc) and one just suddenly started shuttering the image and making windows error sounds. Was kinda wierd2
-
so anyhow is a rust crate used in like 1/3 of all repositories
but you could just not add a dependency and do Result<(), Box<dyn std::error::Error>>
🤔
probably I'm missing something2 -
I got to say, I'm not a fan of C++. Why can't they give a proper error box stating what the hell went wrong instead of going "NOT RESPONDING!"2
-
When an error page fails to download a file crucial to the error page and there's nothing in the logs2
-
The Node and its magic tricks never cease to surprise me.
I created several new components and tried to compile them for verification. Then this big fat error popped up.
I commented out all the newly created code (didn't remove any files, just did ^A^/). Recompiled. This big fat error again.
Undid modifications I made to the files that existed there before. Recompiled. This big fat error again.
Moved the newly created files outside of the project scope (mv app/<...>/featureX/ ../bkup/). Recompiled. SUCCESS.
Moved all of those files back (mv ../bkup/featureX app/<...>/). Recompiled. SUCCESS.
wtf...2 -
for a language obsessed about errors, rust sure sucks at its stacktraces so I can know what gave the error
like finding a needle in a haystack. well fuck if I know what throws this thing. all things I know that can make this error type should be self-contained -- so where you getting this error from?!4 -
React-Native lately reloads on errors. You try to read the error message in the console, but there is no message because it reloads everything. Why do you have to take a screenshot to read the error message?5
-
I've just spent 4 hours trying to fix a bug on prod. that can be fixed in 30 secs. At the end I remembered that I should check the error log. FML (error reporting turned off, logs only)
-
Its a real kick in the balls when you’re coding crazy for hours and the on the first test you get a fuckin Syntax Error2
-
Yanno, a popup that states "failure. No specific error was returned with this API call" is about as useful as "Error code: NOPE. Good luck fuckers!"
This occured after hitting the delete button for an MX record on a host that I'm migrating away from. -
Fustration? Every time, I'm not good at design, from choosing colors to aligment.
I always end with the try and error method to get something works. -
"Validation failed for one or more entities. See 'EntityValidationErrors' property for more details."
That really helps in my error log Entity Framework ❤ -
Was trying to solve an error for half an hour and it ended up me being stupid because I typed userame instead of username
-
Error reporting. Yeah it is a pain to come up with something that users will understand. As devs we need meaningful stacktraces so we can diagnose the problem but the normal person doesn't care. Also not having consistent messages looks terrible for the user's experience.
I hate it when there is no standardized error messages and/or json structure between teams or individual members of said teams. Why should we have 10+ different structures to code for in our apps? There is RFC 7807 for a reason. It has a defined structure plus accounts for custom properties. If you are a c# developer, check out the ProblemDetails class. It has made my life easier and I can guarantee everyone that all of my team's projects return this structure. -
I really want to know the thought process behind this PMA error simply saying "Failed to import file".
It's bad enough when user-facing software hides error details to seem less threatening, but PMA is literally designed exclusively to be used by technical people, who know how to handle an error message. -
First run of an import procedure in the production environment.
Spent all morning with an "Unsupported media type" error.
Finds out that the provided password was wrong and that the Webservice always return that message when there's an error.
Any type of error... -
THANKS UNITY FOR FUCKING CRASHING ON EVERY STARTUP!!
I have a big problem my Unity Engine Editor crashes on startup with an error never seen in the forum's! GOOD TO HAVE THANKS.... I really needed to work this weekend on my game but noooooo 😑😑😑 if the support can't help me I'm quit Unity and start working with C++ !
"Error: initializing license system"
OH FUCK OFF2 -
So, I am revamping windows XP with windows 10 icons and windows 8 sounds. but, when I was trying to replace explorer, obviously there was that error you get when renaming something to a file that's already there. then I delete the file. then rename it again. Error!! File exists with that name! what?! so I delete it again and rename it. Error! so XP has a builtin system that replaces any foreign or nonexistent explorer.exe with the default. Also, aero cursors look like shit on XP.3
-
"Waiting for someone to free some space" : the strangest Mysql error message I never saw.
I had the longest Saturnady in a year.
Than I moved the Mysql temporary dir in a different location, a bigger device with the config option tmpdir = /var/www/webappfiles/tmp -
If your code is giving HTTP 500 error on a production server, go kill yourself, until you are having a development environment on the production server. In that case, kill your manager! 💢
-
When RoundhousE throws an error saying specified schema doesn't exist and after 2 hours debugging realise it's actually an ambiguous foreign key name. What the fuck?
-
It's not an exactly habit, it's a error that I sometimes do. Type 'funtion' when I defining a function. Then the console logs an error and I cannot identify what and where is the error in the code. After search 1/2 hour, I realize, and then I feel a pathetic dev :'v1
-
Deploys to Production.
Runtime error.
Open Development server and run in Production setting.
Still runtime error.
Fixes Error.
Error fixed on development.
while (hoursWasted < 3) {
Deploy.
Not working on Prod.
Try other fix.
Still not working, but works perfectly in dev machine.
What the fuck
}
Rage
Go take a walk
Realized I might have deployed to the wrong server
Glanced at deployment path
Realized it's at the wrong server
Reconfigure and Deploy
It works.
Fuck.1 -
Why is it that nobody can seem to figure out you need a god forsaken "cause" field of type Error in your Error class
How is this so fucking hard to understand for language makers3 -
Todays website fail:
Fatal error: Call to a member function using_permalinks() on a non-object in /hermes/walnaweb11a/b2165/moo.hamradiosciencecom/hamradioscience/wp-includes/comment-template.php on line 771 -
Hey guys I'm struggling with this error in django
django.db.migrations.exceptions.NodeNotFoundError: Migration recommendations.0001_initial dependencies reference nonexistent parent node
Can someone please help me1 -
Just a Thought
We are not creating any feature
We are just directly implementing bug/error at first place and resolving/fixing that thing with adding more code to it1 -
I really hate it when I'm fixing an error, whenever I change something in my code I always got new different errors. FML 🔫
-
How can i fix this?
tried installing new jre
and currently running jdk-13.0.1
D:\Users\Blaze\Desktop\java>java First
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: First has been compiled by a more recent version of the Ja
va Runtime (class file version 57.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
D:\Users\Blaze\Desktop\java>java -version
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) Client VM (build 25.251-b08, mixed mode)
D:\Users\Blaze\Desktop\java>6 -
I am receiving notifications from devrant but when i open the app its giving connection error
whats happening4 -
NodeJS just spat an error about an unexpected parenthese on line 57... the file only had 56 lines...
I did find the error after about 5 minutes later. Near the top I has forgotten to close a function... ¯\_(ツ)_/¯1