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 - "404"
-
When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link with the exact title matching your issue... And clicking on it gives you a 404.15
-
When you find a result on google that has the exact same title as your problem and get a 404 page after clicking it...7
-
I get nervous every time I go on highway 401 and 404 in Toronto area. Cuz I feel like I'm either on the wrong highway or the highway doesn't exist. If y'all know what I mean, feel how I feel😜4
-
@dfox @trogus How about ++ milestones?
F.e.:
404 ++'s: “Error 404“
255 ++'s: “256 Bytes“
69 ++'s: (Well you know...)
And so on... (be creative)20 -
Request URL: /api/v1/user/53b49b5a30
Request Method: GET
Expected Response:
Status Code: 404 Not Found (as the user is actually not present in the DB)
Actual Response:
Status Code: 200 Ok
Response Content:
{
"status": "ERROR",
"errorCode": "404",
"errorMsg": "User Not Found. Please provide a valid user ID",
"type": "Error",
"userMsg": "User Not Found. Please provide a valid user ID"
}
#extremefacepalm19 -
Today is the day I launch on of the biggest projects I worked on.
AND I FUCKING FORGOT TO CODE THE 404 PAGE13 -
I just restarted my server. All pages returned 404. I spent over an hour debugging this, and eventually realised the php service wasn't even running.6
-
I was building a personal website and my friend oversaw it. He said “that looks cool, can I help?” I agreed, why couldn’t he help? Ten minutes in I asked him if he liked our 404 page. He said “what’s the link to the 404 page?” 🤦♂️ He’s not on the team no more.3
-
Oh yeah, that's an awesome 404 page, what do you guys say?
P.S. - Page is not developed by me, it's MailChimp2 -
3 hours to get a js slider working in WordPress! Fine on local, 404 on test server... Capital fucking S in file name on test server...3
-
god i hate this company's product.
Visit merchant-facing sandbox -> 404. works after a refresh.
Log into sandbox with admin account -> redirects to a different signin url -> 500s -> signin no longer works.
wheeeeee!11 -
She asked to tell her a joke.
"My life...", said I.
"Error 404, joke not found..." replied she.
She is also a developer.5 -
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 -
I got through the first stage for a summer internship at Amazon. They send me a link to a technical test with a 7 day deadline to complete.
The link brings me to a 404 page. Fuck.
I contact customer support, reach out to Amazon directly, don't get any response whatsoever. The week has passed and the link is still dead and I s received no word from them.
FML. And fuck Amazon for teasing me like this and for having such shitty technical support.9 -
You know what really grinds my gears?
You spending three hours googling for a solution to an issue, only to find a message board that has a 404 link to a solution, which was posted 10 years ago.5 -
Been struggling with this problem the whole day without success.
Finally finds the exact question in SO from 2014.
Answer: "Here is a working sample of my solution [link]".
**Clicks link**"2 -
Someone will have a hard time taking this non-existant tram out of service, and probably even harder to make the insurance company pay for nothing... oh well.8
-
Many hotels dont have floor #13 due to superstitious reasons... do you think the digital age would threaten the future of rooms 404?5
-
Whenever I see "404" I instinctively add "x not found" after it in my head. Like if this got to 404 upvotes, I'd immediately think "404 upvotes not found." Anyone else do this? It doesn't matter what the context is, I ALWAYS do it. It's almost annoying.3
-
I knew I'm in this too deep last night when I lay awake on my bed at 4:04 and all I thought was 404 sleep not found1
-
Websites that redirect you to a custom /404 page after you've typed their way too fucking long URL and misspelled a single word deserve to be nuked from orbit.
Holy fucking shit, why is this a thing? Has this ever helped ANYBODY?9 -
I feel this is more of a show off, and lacks good creativity, but seeing young Kurt there made me excited2
-
Just visited a relative whose flat number was: 404!
As anti-climatic as it could get, I could easily find it 😜🤷🏻♂️ -
Motivation 404. I'm as slow as a drunk turtle today.
So, I dare you to tell me something motivating!36 -
Today I finished my last day at my customer and in the end my main company after complaining several times.
I give them a nice exit email as follow:
Title: [302 - 404 - 503] I'm out :-)
Content7 -
My university IT department fucking sucks. Nothing ever works, 90% of the website links 404 or just straight up are broken af3
-
It would be so agonizing if someone replaced a semi colon in my JAVA code with a Greek question mark!!
I hope there's a 404 message for humans because if I find him, that will be last time anyone sees him!9 -
We turned wannacry into a meme, turned 404 into a meme. BUT: CAN WE TURN OPERA OS INTO A MEME??!
*watches the world burn*9 -
So I was out for Halloween last night, and there was a chick with a plain white Tee that said:
"Error 404: Costume not found."
Really wanted to talk to her about responses but I got the impression she didn't really know what 404 was, just that it was a meme7 -
Sometimes I got one of these:
403 Forbidden
404 Not found
502 Bad gateway
Most of time I got a 702 Incompatible user. -
Spent last 2 days thinking of a good App Idea for a Hackathon. About 15 ideas later
Error 404: Shit to do not found!2 -
Instagram returns 404 when profile is not found and no user is logged in but returns 200 for the same url when any user is logged in. WTF!
Took me so long to debug this shit2 -
I just got pissed off when someone on my team asked me how to start a web server on port 8080 (needed for network port testing)
I check the port get 404. 🤔🤔🤔
Spend half an hour explaining to them about ports and how there's already a week server running... And that 404 is a HTTP Status code.
I'm pretty sure she works on our webapp and maybe even REST APIs...
New grad but still.... Not recognizing a 404?
Maybe those pretty 404 pages these days make the realizing that it's a fucking web server error response harder....1 -
Right now I'm implementing forwarding in our application.
Everybody in my team has the opinion, that if you open a not existing url you should be forwarded to the dashboard with response Status 200... 404 with error page would be too confusing for the users... 😩1 -
while( me.getStatus() != Status.RICH){
try{
Project p = createProject();
wait();
me.setStatus(p.getStatus());
}catch (GaveUpException e){
me.setStatus(Status.404);
}
** Warning: code unreachable **
System.out.println("I'M RICH!");2 -
I don't know if this is happening to everyone, but attempting to download Android Studio right now sends me to a 404 page.
Android development is so fucking stupid that even trying to develop for them is fucking broken6 -
Oh come on... they said the new website will be launched on 18 december because the old one will go down. So I was checking the result...
4042 -
FUCK FUCK FUCK FUCK FUUUCJKKK OOOOFFFFFFFFFFFFFFFF (wasted hours why im being redirected to 404 when trying to access a route thats being guarded (u need to login first to access it) only to find out i changed /login into /auth/login and forgot to update this bs into the guard so the guard was redirecting to /login which indeed doesnt exist and is a 404 instead of redirecting to /auth/login)
This is such a fucking dumb bug I have to take a fucking break im going outside for a jog and then intense home workout to unfuck my mind8 -
Not much of a haxk, just a stupid thing that works.
In my hs videogame programming class, the teacher has this program called LANSchool (most of you have heard of it) which he used to restrict apps/browsers to the point of uselessness . He didn't (and still doesn't) know anything about the stuff he 'teaches', most is tought by TAs.
Here's the dumb part: he WHITELISTED APPS. A friend, one of the TAs, figured out that if you rename something 'Google Chrome', lanschool wouldn't care. So I got Chromium (for unblocked internet) and switched its blue icons in the exe for original chrome icons, then renamed it 'Google Chrime'. Woo.
LANSchool is such a bad program (you can even unblock a site by spamming the F key for refresh).
The teacher did, and still does, treat the TAs like trash. He's a babysitter while students listen to online vids and the TAs.2 -
--- Visits stackoverflow for an answer
. You find the accepted answer amazing... Yep this is what I'm looking for. (You copied the code into your source)
.
.
. scrolled down a little bit
.
.
. You saw another answer with a higher upvote. Ooh lala, this is fucking cool. (You copied and replace your source again)
.
. scrolled down once again
.
. You noticed yet another answer which is the most recent and a lot shorter implementation of what you just copied. (No shit! You copied and replace your source yet another time)
.
. scrolled down for the last time maybe and it looks like the previous was the last.
. But then...
.
. you saw a comment with lots of upvotes even more than the accepted answer and this comment points to a link.
.
. You clicked the link with your mouth salivating waiting to see what holds at the other side of the world which amount this so much upvotes.
.
. And Tadaaaa 404 not found!
.
. You feel hunted by that mysterious link for the rest your life... -
When the API you are supposed to use for fetching data returns another item when the item you were looking for is not found! Dudes WTF? Ever heard of 404 or something2
-
"Specs are out of date at time of writing. Basic premise of how this works: {link}"
and link goes to a 4041 -
So I dont have any programming friends really. Any trick to making any? 😬 Apparently I keep getting a 404 error: friend not found. xD6
-
!rant
Just bumped into a repo that produces a mock shell with commands as a 404 page. Thought it might fit with someone's project.
It still has bugs (not work on mobile Safari) but that's an opportunity to get involved in an open-source project, no?
http://jotaen.net/jBZuH/...2 -
Just tried to get the oneplus vr... First try:404 at the end of the placed order. Second try: bug on site, just before the previous 404. Third try: out of stock. XD1
-
"In cozy Robot City, robots #403 and #405 are tucked in and accounted for, but #404 is missing." Sounds like finding Nemo, but you must find 404 this time 😂
-
404 error at its best from Microsoft 0_0
Side note: Anyone tried https://github.com/AvaloniaUI/... is it really same as WPF for Windows?2 -
Dear everyone,
Stop turning off the monitors. That doesn't sign you out or turn off the computer, it just makes the next person wonder what's taking so long.1 -
When a client reaches out to me, I'm like:
404 Fucks Not Found. This is not the web developer you're looking for.1 -
Localhost cloud in port 404 (C4)
Rogue like puzzle game (CF)
Piano tiles like runner game (CD)
Emotional Simulator (C7)
Pastebin client (PFW)
Updates in comments as i remember.6 -
when you finally find a community post which seems to have at least a hint to a solution for your problem and then you get this ... WHYYYYYYYY WHYYYY is this happening to me???3
-
Today I hosted the family meeting for Easter Day. I had an "Error 404" because a relative didn't come.1
-
I love how the consultants Microsoft hired to estimate the savings upgrading to Windows 10 comes up with the number $404 per employee. I think there's a hidden message here...1
-
A business's site that has only five pages, and one of them is a 404, is.... ***scratches chalkboard with wire brush***
-
When I hit the endpoint from Postman it works. When I hit the endpoint from my application that pushes data to the endpoint it doesn't work, returning a 404 status code. I KNOW the endpoint is there and operational and that both Postman and my application have the same endpoint configured, letter for letter.
So lost. So confused. What the hell is going on.
I decide to install Fiddler to monitor the traffic to see if I can see anything helpful.
I initiate the request again from the application and immediately see that the request size is huge. BAM. It immediately hits me, the payload to the endpoint is too big and the server is "rejecting" it with a 404. I post a smaller request with the application and it works fine.
Yay, saved by Fiddler.
Why does the endpoint default to 404 in such scenarios. The definition of 404: "the client was able to communicate with a given server, but the server could not find what was requested"
In my case, the 404 returned was a red herring. I understand that the substatus code gives more information on why the 404 was returned, in my case the request size being too big, but 404 in general feels like the wrong status code to return because the endpoint IS there. It made me troubleshoot the wrong thing.
Thanks, IIS.4 -
Wrote some unit tests to check for 404 errors that called a fake endpoint key...
Months later create that same endpoint key for unrelated reasons and spend a half hour trying to figure out WHY ON EARTH the 404 tests are all failing...
🤦♂️1 -
!rant
Got my new pc up and running, asrock x370 killer sli/ac mobo, ryzen 2200g cpu and radeon rx550 with 12g ram (don't ask). Nothing fancy but sure beats my old am2 system! New pc is so quiet :D9 -
Starting to panic because live system was serving 404.html quite often.
It's just the ID of a content page 😅 -
Sorry I can not fix your fucking 404 error, this problem is specific to you not site wide call the fucking help desk!1
-
Change code here, 500
Revert and change code there, 403
Revert and change code at both the places, 404
Revert and have a Potato -
Yo, remember when @Alice parodied the millenial 404 message? It was hilarious, but now it's gone :c
Has anyone saved it by any chance? I don't want this to be lost forever, it was too good :c3 -
Critical Error: Webpage responded with: 404 Upvote button not found
(also happens to rants, not just comments)
(also don't look at the image for too long it's a pretty gross jpeg)4 -
I thought CNN.com must be either down altogether or hobbling under a DDoS when I got a 503 error from http://cnn.com/2010/CRIME/.... But the main page and a recent story worked fine, so the site clearly wasn't overloaded or down. The 503 was just a 404 in disguise! Webmasters, please call a spade a spade.3
-
What if all of a sudden stack overflow went down!!! Just plain old "404 Not found" error on the website and nothing else. Just imagine the chaos it'll cause to this community.10
-
So, my internet (business class with a /28 ipv4 block) went out for 15-30min during the snowstorm yesterday.
Due to previous issues i wanted to be sure it was an actual outtage.
1st- login page got a error for unavailable resource.
2nd- their link to more info was this 404
I seriously need to find a more sane solution.2 -
Stir crazy, locked in the house for days..... drove me to make asteroids -1979 for my 404 page. I can't tell if that's a good thing or not?1
-
Damned XAMPP doesn't want to run MySQL. Can't access phpmyadmin on local machine. Fixed localhost problems now it shows me 404! Edited all ports in config files for Apache, killed some tasks working on that port, stopped running some services - still nothing. Now found out there are some db files missing for MySQL via error log so I need to fix that plus 404 on my localhost. Don't feel like I'm close to solve all that. Half of a day wasted with no results. I need a cold shower and a gallon of coffee.1
-
Anybody else really annoyed at all these people getting mad at zuckerburg? Like, I've always questioned privacy of the internet in general. If you're dumb enough to put sensitive info on the internet (especially on social media) then you shouldn't have the right to complain about privacy. It's your responsibility to protect your information.3
-
I've been playing a bit of fallout 4.... Now I kind of wish my computer den was a underground bunker with a massive metal gear door
With the vault number being 4041 -
When your boss asks you to debug a simple 404 error for an image. The VP of my department doesnt know how to use debugger tools lol1
-
My monday while writing test:
[error] x should return 200 with no $path
[error] '301' is not equal to '404' -
if you need some funny gifs for a 404 page or just want to kill some time, visit thebest404pageever.com
(unfortunally .swf files which at least mobile chrome has no plugin for...) -
A Yahtzee game.
In fewer lines than my first try in 2010.
Fyi... It was like only 15 thousands line with if else statements .... Nuthin much.1 -
I tried to install a WP blog on my website. Now I understand all the negativity towards WP. Image uploading doesn't work (500/404), thumbnails don't generate and the plugin that's supposed to fix it crashes every time.
-
I got this mail from the company whose hackathon i was supposed to attend, i don't even own a camera.
Bullet dodged !!1 -
apparently youtube rss feeds are no more. [this link](http://youtube.com/feeds/...) worked just a week ago, now it outputs 4042
-
On Kali Linux. When I'm running
apt -get install openssh-server openssh-client for installating SSH server, I am getting 404 only. What should I do?
Any idea anybody?11 -
Have anyone in Norway/Scandinavia ordered a devduck/apparel from the swag store and can tell me how long it did take? Want to order one, but not until at the start of next year.
-
The one time I tried acid, my peak consisted of first three boxes of alternating 1s & 0s followed by an error 404 hallucination
-
I have the luck to visit my company at an exhibition this Saturday and Sunday. Stand number is 404.
What if I stay home and tell them "Sorry, but stand not found" -
So, google is complaining about an increased amount of 404 errors on my website. How do i complain about 404 errors on their site?
Check this out: https://android.com/market/...3 -
The worst documentation has to be Veritas Backup Exec. The company bought it from Symantec, and now it's a very awkward mesh of 404'd links, ancient articles and recently made articles.1
-
Yum -y update
.........................
Reboot
.........................
CWP error 404 on all domains
Face palm3 -
I've just discovered I tried to call a status_header(404) after a content load on... An unreasonable number of pages. Which should have all just included back to 1 page anyway instead.
-
Event invitations sent from other people's Google calendar to my German GMX inbox: this still does not work! Google does not let my add my German GMX e-mail address as an alternate address in my account (only a red border around email input with no error text whatsoever) and any invitations to GMX end in your 404 robot page. Seriously, Google?! Seriously, GMX?! But you both have so many customers, why care about details anymore...1
-
To all the docker users in this platform, have you ever dockerized a spa with OAuth 2.0 Implicit grant?
I am getting this weird 404 error after I get the AT and redirection happens. This is so frustrating!!!! -
postman to manually check api endpoint works
try again later, doing what you think was the exact same shit, which you've documented, reread your document get 404
fuck csrf
use debugger
find out its returning a 404 when the code i added fails, welp4 -
Motivation to work: 404 not found!
This project is going to crash, the client wants live but we have a broken ci/cd and the application is not even finished.1 -
Boy... Prisma kind of sucks... 404 links in the documentation...
gotta look trough github examples to figure out the list of directives available...1