That’s better than it’s saying error line 500 when there’s 100 lines of code only.
EACadence
3 months ago
Wrong whitespace for the compiler. Someone used Tab instead of Space (or a mix of both), or vice versa, is usually the problem. Or someone may have cut-and-pasted something with some non-printable characters in there… usually if it looks like a blankย line, and it’s throwing an error, it’s actually not blank. Best fix is to just delete the blank line and re-insert it.
Opening_Cash_4532
3 months ago
Im tired of this same meme
GodNoob666
3 months ago
Looks like an incorrect semicolon on 264. Usually you donโt need one after a closed curly bracket. I have no idea why some of them throw the error from the next line down.
newb_h4x0r
3 months ago
Lint error. Only one next-line character allowed.
Next question….
nullnetbyte
3 months ago
This is too true though as a programmer i can get this sometimes and its like “wait line 50 but there is no code there” and then when you delete the line it complains that another line is bad.
Glum-Mousse-5132
3 months ago
Delete line 265
Checkmate.
Firebird_Frenzy
3 months ago
I donโt know how I managed, but I got an error on line -1 in a Python program last year. I forget what I did to fix it, but it was some really stupid error. Iโm really curious what made it do that though
cyberzues
3 months ago
Maybe there is an invisible character ๐คฃ๐คฃ๐คฃ๐คฃ
Thundechile
3 months ago
Bring in the digital exorcist.
Papyrus_Semi
3 months ago
he’s programming in python
rippingbongs
3 months ago
This meme format though ๐คฃ
Boba0514
3 months ago
Save the file before compiling next time
LilyaraDesirable
3 months ago
Line 20672? More like line 20672 of pure existential dread.
spamowsky
3 months ago
I don’t understand this joke
bssgopi
3 months ago
SonarLint does this.
KeepScrolling52
3 months ago
JavaScript moment
Life_Is_Dark
3 months ago
It’s the times like this , when you remember God and run the code once again without any change hoping that the error is gone
FewBeat3613
3 months ago
js ๐คฎ
Freecelebritypics
3 months ago
Well yeah, it’s given you the ballpark. Somewhere around line 265. If the typo is on 264 or 267, you’ve got nothing to complain about.
Curling49
3 months ago
You are all so wussy! When I learned programming, FORTRAN-4, if I had a syntax error in my twice a day card deck submission, here is the entire error message:
Syntax error
InformationDue7138
3 months ago
Indentation, always indentation
sith_play_quidditch
3 months ago
When I see this, i first check my environment. When I see something like this, it’s almost always the case that the code I compiled is not what I edited.
LubriciousViking
3 months ago
Ctrl+s
ItsSignalsJerry_
3 months ago
You’re looking at it from an angular.
zoki671
3 months ago
When the cached file is different version
DigitalUnderstanding
3 months ago
“but that’s impossible”
“ope I’m in the wrong file”
“ope I’m in the wrong folder”
“ope I’m in the wrong repo”
“ope I’m on the wrong server”
Roflkopt3r
3 months ago
I have recently worked with a terrible custom proprietary framework that gives false line numbers in error readouts because it fails to account for comments.
So if you have 3 lines of comments at the start of a file, then the line numbers in all error messages will be off by 3. If the real file has an error in line 10, the error readout will say it’s in line 7.
I currently assume that their interpreter simply removes all comments on loading the file.
SeduceUBaby_69
3 months ago
no comment
petiteladyxoxo
3 months ago
Love how this just proves how much we need change. It’s crazy that we still have to fight for basic rights in 2024. Letโs keep pushing, the system has to do better.
cheng-alvin
3 months ago
whyCamelCase?
williamjseim
3 months ago
isnt it because the compiler doesnt count empty lines
goldenponyboi
3 months ago
Its a meme, programmers, please do not get technical… Enjoy life, have a little fun
That’s better than it’s saying error line 500 when there’s 100 lines of code only.
Wrong whitespace for the compiler. Someone used Tab instead of Space (or a mix of both), or vice versa, is usually the problem. Or someone may have cut-and-pasted something with some non-printable characters in there… usually if it looks like a blankย line, and it’s throwing an error, it’s actually not blank. Best fix is to just delete the blank line and re-insert it.
Im tired of this same meme
Looks like an incorrect semicolon on 264. Usually you donโt need one after a closed curly bracket. I have no idea why some of them throw the error from the next line down.
Lint error. Only one next-line character allowed.
Next question….
This is too true though as a programmer i can get this sometimes and its like “wait line 50 but there is no code there” and then when you delete the line it complains that another line is bad.
Delete line 265
Checkmate.
I donโt know how I managed, but I got an error on line -1 in a Python program last year. I forget what I did to fix it, but it was some really stupid error. Iโm really curious what made it do that though
Maybe there is an invisible character ๐คฃ๐คฃ๐คฃ๐คฃ
Bring in the digital exorcist.
he’s programming in python
This meme format though ๐คฃ
Save the file before compiling next time
Line 20672? More like line 20672 of pure existential dread.
I don’t understand this joke
SonarLint does this.
JavaScript moment
It’s the times like this , when you remember God and run the code once again without any change hoping that the error is gone
js ๐คฎ
Well yeah, it’s given you the ballpark. Somewhere around line 265. If the typo is on 264 or 267, you’ve got nothing to complain about.
You are all so wussy! When I learned programming, FORTRAN-4, if I had a syntax error in my twice a day card deck submission, here is the entire error message:
Syntax error
Indentation, always indentation
When I see this, i first check my environment. When I see something like this, it’s almost always the case that the code I compiled is not what I edited.
Ctrl+s
You’re looking at it from an angular.
When the cached file is different version
“but that’s impossible”
“ope I’m in the wrong file”
“ope I’m in the wrong folder”
“ope I’m in the wrong repo”
“ope I’m on the wrong server”
I have recently worked with a terrible custom proprietary framework that gives false line numbers in error readouts because it fails to account for comments.
So if you have 3 lines of comments at the start of a file, then the line numbers in all error messages will be off by 3. If the real file has an error in line 10, the error readout will say it’s in line 7.
I currently assume that their interpreter simply removes all comments on loading the file.
no comment
Love how this just proves how much we need change. It’s crazy that we still have to fight for basic rights in 2024. Letโs keep pushing, the system has to do better.
whyCamelCase?
isnt it because the compiler doesnt count empty lines
Its a meme, programmers, please do not get technical… Enjoy life, have a little fun