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 - "502"
-
FUCK this startup mentality of implementing all these external services and APIs for absolutely fucking everything.
I get that your vacuous fresh-mint-tea-soaked hipster brains are all cheering about these "only $10/month/seat" services, because you imbeciles with your nodejs-sticker-plastered macbooks have never done anything but knot the work of other dimwits together.
I don't even care about the subscription costs. That shit is more trouble to maintain than writing it yourself, and there's no guarantee that visualizemyballs.com & lintmycock.io still work tomorrow.
I'm getting so sick of being barraged with 502 bad gateway errors because you halfassed yet another API implementation. Stop advertising your crossfit stats, your meditation-app records and your vegan protein bars for a minute, and maybe start writing some fucking code of your own, something with a higher shelf-life than your iPhone screen...
You know... something which actually fucking adds value to the world.14 -
Dear nerds from all over the world,
We get it. 404 pics are funny.
But did you know there other status codes too?
Like...
204 - No Response
301 - Moved
302 - Found
400 - Bad request
401 - Unauthorized
402 - Payment Required
403 - Forbidden
501 - Not Implemented
502 - Service Temporarily Overloaded
I'm sure you'll also find funny situations with these.
Thanks. We're the best!26 -
Previous developers read entire result of a SELECT into array of arrays.
Then used that later on in the following fashion.
print "name: " + result[row][17]
print "address: " + result[row][23]
...
without any description whatsoever what the numbers mean.
And it's here "result" and "row", in the actual code it was "arr" and "ii".
And these arrays were "public static" used everywhere, but initialized only at few places, so if you went onto wrong screen or if there was a phone call that kicked the app out it crashed.
But real fun began when people started changing queries and altering tables...
I seriously thought I was being pranked as a new hire.9 -
Okay so literally the first time I want to donate money to Wikipedia because they've been a great help over the years I click on PayPal and I get a 502 page
Yeah... Thanks3 -
> dockerized gitea stops working 502,
> other gitea with same config works just fine
> is the same config the issue? maybe the network names can't be the same?
> no
> any logs from the reverse proxy?
> no
> does it return anything at all on that port?
> no
> any logs inside the container?
> no
> maybe it logs to the wrong file?
> no others exist
> try to force custom log levels
> ignored
> try to kill the running pid
> it instantly restarts
> try to run a new instance with specifying the new config
> ignores config
> check if theres anything even listening
> nothing is listening on that port, but is listening in the other working gitea container
> try to destroy the container and force a fresh container
> still the same issue
> maybe the recent docker update broke it? try to make a new one and move only necessary
> mkdir gitea2
> all files seem necessary
> guess I'll try to move the same folder here
> it works
> it is exactly the same files as in gitea1, just that the folder name is different
>
10 -
Finally finished setting up my private Git Repo.
First tried to install Gitlab, tried 2 hours to fix it. Holy shit the configs were a shit piece. Ended up at the end with a 502 error.
Fucking hate Gitlab, go die you piece of shit for dedicated servers.
Removed it and installed Gogs. Had 25 Minutes to set it up completly and I'm happy with it. ✌️
Dont won't to spent 7$ on private Repos for Github, when I have my own high power dedicated Server 😜
20 -
When your websites start returning 502 errors all of a sudden and you can't figure out why. Clear PHP artisan cache, restart Nginx, make sure PHP-FPM is running. Still 502 errors. Then you find out Cloudflare is down. 😐😐😐
This was me last night.3 -
So, with couple of new people in senior managerial roles, pink slips started flying left and right before the holiday season. That didn't happen before in the company. It's still relatively small and when people left that was for better paid or more interesting work.
While I can understand that from the business perspective and especially for a few who might have been considered dead weight (devs and other roles), I have a serious problem with the way it was handled. It's one of those 5 minute notices. If we weren't remote, I guess escorting out by security would follow.
Most recent person to go is actually one of the most senior devs at the position that became redundant over time, as it clashed in the "pyramid" with another dev. He was involved in many aspects of the product and greatly contributed to the overall success during years of hard work, i'd say maybe more than any of us.
He didn't fuck up anything major as far as I know, his services were just not needed anymore, compared to the other guy. Saving money. I get that.
At T-1 day he prepared a demo of his project. Meetings, Slack, everything as usual. Next thing we got was a "we wish him well in future endeavours" e-mail.
What I find most disturbing is the fact his account was removed immediately, and then we were asked to get any files and anything else we might need, all over personal communication channels (private e-mail, Skype etc.) because he was locked out of all company accounts.
I seem to have have survived this year. One thing they have definitely achieved, based on some off the record chat and some public updates, tweets etc I can see, is for many of us to start networking, polishing CVs and generally stop giving many fucks about the company and the outcome.
I've myself started brushing up on some new skills (stacks) and some old ones (algorithms, etc.) I may need any day now, as it seems.
If they can basically tell "thank you and fuck off" to one person maybe most involved with the company growth, with zero dignity and respect for the person, then fuck them.4 -
Sometimes I got one of these:
403 Forbidden
404 Not found
502 Bad gateway
Most of time I got a 702 Incompatible user. -
I get an email about an hour before I get into work: Our website is 502'ing and our company email addresses are all spammed! I login to the server, test if static files (served separately from site) works (they do). This means that my upstream proxy'd PHP-FPM process was fucked. I killed the daemon, checked the web root for sanity, and ran it again. Then, I set up rate limiting. Who knew such a site would get hit?
Some fucking script kiddie set up a proxy, ran Scrapy behind it, and crawled our site for DDoS-able URLs - even out of forms. I say script kiddie because no real hacker would hit this site (it's minor tourism in New Jersey), and the crawler was too advanced for joe shmoe to write. You're no match for well-tuned rate-limiting, asshole!1 -
You know what, let me jump in on the "I hate PHP" bandwagon.
A couple months ago I upgraded my mail servers unattended. Roundcube got fucked for a couple of months, and I figured.. fuck it, I can still use Dovecot for authenticating with desktop mail clients like K-9.
Recently I unfucked it, turns out that it was an issue with the sock file in php-fpm. That's also when I noticed that PHP apparently hardcodes in its current version in the bloody socket file. Because why the fuck wouldn't you? It makes upgrades so much fucking easier!!! Said no fucking sysadmin ever!!!
And today I upgraded one of my mail servers to Ubuntu Server 18.04, finally, after a lot of hesitation. Bad decision, because now PHP got fucked YET AGAIN.
Again an issue with socket files? I have no fucking idea. systemctl shows no failed services (because you know PHP, why would you fail your service with an error message instead of throwing a meaningless 502 Bad Gateway, right?!!) and looking at the config files, well the socket file got its new php-fpm 7.2 file (still got the fucking version number hardcoded in) and thus I changed that socket file location in /etc/php/7.0...
devRant may just have been my rubber duck.
WHY THE FUCK DO YOU STINKING FUCKING PILE OF SHIT CALLED FUCKING PHP KEEP THE FUCKING 7.0 DIRECTORY OUT THERE WHEN YOU'VE UPGRADED, WITHOUT EVEN HAVING THE FUCKING BALLS TO RENAME THE MOTHERFUCKING DIRECTORY TO 7.2, IF YOU'RE GOING TO HARDCODE IN YOUR VERSION NUMBERS ANYWAY?!!!!!
Bloody fucking pile of fucking junk!!!!18 -
To make my new desktop "sweat"
NVIDIA GeForce GTX 1080 8 GB Intel i7-8700 (3.20 GHz) 6-Core 16 GB DDR4 240 GB SSD 1 TB HDD
https://newegg.com/Product/...
https://devrant.com/rants/1890595/...13 -
I don't understand wtf is happening today..
- in project A, terraform suddenly decided to stop working with kubernetes-related providers -- the CA cert mismatch error. I agree, it should be not working, because there are 2 kube-api severs behind an LB. But why now??? Why was it working for the last 2 months, until NOW????
- in project B, terraform suddenly decided to stop working _correctly_ with kubernetes-related providers -- it doesn't find resources randomly, even though they are available and I can see them via kubectl get. TF_LOG=DEBUG shows terraform sending correct requests to the kube-api, but the response is a 404. wtf... I see those resources present in another terminal window, only using kubectl. wtf....
- my PR in github was commented, I wanted to ask a question seconds later, and I'm getting a 502 from GH
wtf... I can't spot a pattern and that drives me freaking crazy.
Is this the Friday's curse...? IDK4 -
```js
const app = require('express')()
app.get('/myname', (req, res) => {
res.status(502).send('Bad Gateway.\nUnknown header in brain response: "Hello world!".')
})
app.listen(80)
```2 -
Today was the best day of my life. Being a jack of all trades, that I am, I decided to migrate a client's website to an new shiny self-managed server from a shared host. So I started by setting up a web server and deployment being run from a group bash scripts. This morning everything was ready to go after some testing, all that was left to do, was to update my DNS to point to the new server. I got that sorted, the DNS update took about 1 hour to propagate. So the homepage was loading just like before, it felt like I had just achieved something worthy of a mention on the interwebs — at least. Then I tried to navigate to another page other than the homepage and none of those were working as expected, at this point I was only getting 404s. Tweaked to settings and then all I could get were 502s. I spend about 8 hours dreading that uncomfortable call from the client, luckily that call never came through and all is well again. All this drama was caused by a bad .htaccess.
-
I'm following this fucking tutorial (https://blog.ssdnodes.com/blog/...) and everything goes well, I have docker running, docker compose installed properly, but when I start trying to create the docker-compose.yml and accessing the stupid site using the virtual host domain i set I can't it keep getting "503 Service Temporarily Unavailable" or "502 Bad gateway" what the hell am i doing wrong, I just want to get this working in my VM so i can move it to my damn server and have my own fucking cloud. This damn bullshit is exactly why i went into programming rather than dealing with configuring servers and bullshit like this i know it's outside my level of understanding but I really fucking want my own cloud system but I want it containerized for both isolation and learning purposes.
I have no idea what the hell i'm doing wrong and all the damn articles and links i'm reading aren't helping at all with my level of stupid not allowing me to understand what i'm doing wrong1 -
I hate my internet provider.
I configure everything to work remotely and when I try to login to it I got "Http Status 502".
I thought I misconfigure something and recheck everything and still got "Http Status 502".
When I use the internet connection provided by different provider, it works!
Everything is hard to debug without you messing it up internet provider. It like trying to debug the code and find out the problem is in compiler.8 -
Do you use i3 (dynamic tiling windows manager) on your *nix system?
What are your favourite tips/hacks for optimisation?7 -
I'm wasting fucking hours to crop a fucking svg file!
I swear, I tried in all the ways, firstly I didn't want to download a software so I searched for some online editor, I tried fucking 10 of them, but none of these had a way to crop images. How the hell should I be able to craft images if I'm not able to decide the size, eh?
I read online that inkscape gives a lot of problems when it's about to crop images, and of course I didn't want to pay illustrator to fucking crop a file, so in the end I decided to give a chance to inkscape. The website gives me 502 bad gatweay.
Ok.
FUCKING CROP AN IMAGE.
2018.
TWO THOUSAND AND EIGHTEEN2 -
VynyLyst: Your Go-To Source for Vinyl Wraps and Vinyl Signage in Phoenix, AZ
At VynyLyst, we specialize in providing high-quality vinyl wraps and vinyl signage in Phoenix, AZ, that help businesses and individuals make a bold statement. Whether you're looking to transform your vehicle with eye-catching vinyl wraps or enhance your storefront with custom vinyl signage, we have the expertise and products to bring your vision to life.
Vinyl Wraps in Phoenix: Transform Your Vehicle with Custom Designs
A vinyl wrap is one of the most effective ways to turn your vehicle into a mobile advertisement. At VynyLyst, we offer custom vinyl wraps in Phoenix that allow you to showcase your business logo, message, or artwork in a way that’s both professional and attention-grabbing. Whether it’s a full vehicle wrap or a partial design, our wraps are made with high-quality vinyl materials designed to withstand the elements and keep your vehicle looking sharp for years.
Why choose vinyl wraps for your vehicle?
Cost-Effective Advertising: A vinyl wrap is a highly effective way to advertise your business while on the move. Your vehicle will become a 24/7 billboard, attracting attention wherever you go.
Durability: Our vinyl wraps are made with durable materials that resist fading, cracking, and peeling. They are designed to hold up to both hot Phoenix summers and the wear of daily driving.
Customization: From color schemes to logos and custom designs, we create wraps that perfectly match your brand’s identity, making your vehicle a powerful marketing tool.
Vinyl Signage in Phoenix, AZ: Enhance Your Business Presence
Whether you're looking for a new storefront sign, a directional sign for your office, or custom window graphics, vinyl signage is the perfect way to make a lasting impression. At VynyLyst, we specialize in creating high-quality vinyl signage in Phoenix, AZ that enhances your brand’s visibility both indoors and outdoors.
Vinyl signage is versatile, durable, and offers endless possibilities. Our team works closely with you to design custom signage that aligns with your business needs. Whether it's a clean and professional logo sign for your office or a bold and vibrant display for your store, we create custom signs that are sure to attract attention.
Benefits of Vinyl Signage:
Durability: Our vinyl signs are made to last, designed to resist fading, peeling, and weather damage, making them ideal for both indoor and outdoor use.
Flexibility: With vinyl signage, you can create everything from large banners to small, intricate details like lettering or logos. We provide fully customized solutions for all your signage needs.
Affordable and Professional: Vinyl signage is a cost-effective option that delivers a professional look without breaking the bank. It’s an ideal solution for businesses of all sizes, offering high-impact results at affordable prices.
Why Choose VynyLyst for Vinyl Wraps and Signage in Phoenix?
Expert Installation: At VynyLyst, we pride ourselves on providing flawless vinyl wraps and vinyl signage installations. Our experienced team ensures that each wrap and sign is applied with precision, leaving you with a professional, polished look.
Customization: We don’t believe in one-size-fits-all. Whether it’s a vinyl wrap for your vehicle or a custom vinyl sign for your business, we work with you to bring your unique vision to life.
Durability: We use only the highest quality materials, ensuring that your vinyl wraps and vinyl signage are built to last, even under harsh weather conditions.
Affordable Pricing: High-quality vinyl wraps and vinyl signage shouldn’t break the bank. At VynyLyst, we offer competitive pricing without compromising on quality, so you can enhance your brand presence affordably.
Local Expertise: As a locally owned business in Phoenix, we have a deep understanding of the needs and preferences of our community. We take pride in providing tailored solutions that help local businesses succeed and stand out.
Get in Touch with VynyLyst for Custom Vinyl Wraps and Signage
Are you ready to take your business’s branding to the next level with custom vinyl wraps or vinyl signage? VynyLyst is here to help! We are located at 7336 W Cordes Rd, Phoenix, AZ 85043, and proudly serve clients throughout the Phoenix area.
For more information or to schedule a consultation, call us today at +1 (602) 502-9437. Let’s work together to create high-quality, custom vinyl solutions that will make your business or vehicle stand out in style!
3 -
App Developer: Create Powerful Mobile Solutions with Miami Web Design & SEO Services
In today’s fast-paced digital world, having a mobile app for your business is no longer a luxury—it’s a necessity. Whether you’re aiming to enhance customer engagement, streamline business processes, or create a new revenue stream, a custom mobile app can elevate your business. If you're searching for a professional App Developer in Miami, Miami Web Design & SEO Services is your trusted partner.
Located at 1900 Tyler St Suite 502, Hollywood, FL 33020, we specialize in building innovative, user-friendly mobile applications that drive results for businesses of all sizes. Our team of experienced app developers combines technical expertise with a creative approach to help you bring your app ideas to life.
Why Choose Miami Web Design & SEO Services for App Development?
At Miami Web Design & SEO Services, we understand that each business has unique goals and challenges. Whether you’re looking to build an iOS or Android app, we work closely with you to ensure your app meets the specific needs of your customers and enhances your brand presence.
Expert App Development
As a leading App Developer in Miami, we specialize in developing custom mobile applications that are not only feature-rich but also intuitive and easy to use. Our team has experience in creating apps across various industries, including retail, healthcare, education, finance, entertainment, and more. We take the time to understand your business requirements and customer pain points to design a solution that provides real value.
Our services include:
Custom Mobile App Development: From concept to launch, we create apps tailored to your business goals. Whether you need a mobile app to streamline your operations or to engage your customers, we’ve got you covered.
Cross-Platform App Development: We build apps that work seamlessly across both iOS and Android platforms, helping you reach a broader audience while reducing development costs.
App Design & User Experience (UX): A great app isn’t just about functionality; it’s also about the experience. We prioritize UX/UI design to ensure your app is not only powerful but also easy and enjoyable to use.
Cutting-Edge Technologies for Mobile App Development
As your trusted App Developer in Miami, we stay on the cutting edge of technology and mobile app development trends. Our developers are proficient in the latest programming languages, frameworks, and tools to build apps that are fast, secure, and scalable.
We work with a variety of technologies, including:
Swift and Objective-C for iOS app development.
Java and Kotlin for Android app development.
React Native and Flutter for cross-platform app development.
Backend Integration: Our team can integrate your app with existing back-end systems, cloud platforms, and APIs to ensure smooth functionality and data flow.
Mobile App Marketing and SEO Optimization
Having a great app is only half the battle—getting it into the hands of your target audience is equally important. As part of our mobile app development services, we also offer App Store Optimization (ASO) to help your app rank higher in the app stores, increasing visibility and downloads.
We use strategies such as:
Keyword Optimization: Identifying and integrating relevant keywords into your app’s title, description, and metadata to improve search rankings.
High-Quality App Descriptions & Screenshots: Writing compelling descriptions and creating visually appealing screenshots that entice users to download.
Ratings & Reviews Management: Encouraging positive reviews and managing feedback to improve the app’s reputation.
Additionally, we assist with app marketing campaigns to promote your app through various channels, including social media, email marketing, and paid advertising. We ensure your app is positioned for success right from the start.
Why Miami Businesses Choose Us for App Development
Miami is a dynamic city with a vibrant tech scene and a diverse range of businesses. At Miami Web Design & SEO Services, we understand the local market and the specific needs of businesses in Miami. We know how to create apps that not only meet global standards but also cater to the preferences of Miami residents and visitors.
We pride ourselves on delivering high-quality apps that help local businesses thrive. Whether you're a small startup or a large corporation, we bring the same level of dedication and expertise to every project, ensuring your mobile app serves as a valuable tool for your business.
Get Started with Your Mobile App Development Today
If you’re ready to bring your app idea to life, Miami Web Design & SEO Services is here to help. Our team of expert App Developers is committed to providing end-to-end mobile app development services, from planning and design to development and marketing.2 -
Your Crawlspace Solution: Expert Vapor Barrier Installation, Crawl Space Moisture Control, and Crawl Space Cleaning Services
At Your Crawlspace Solution, located at 369 W Elm Rd Suite 18, Radcliff, KY 40160, we specialize in offering top-tier crawl space services designed to improve your home's health and energy efficiency. From vapor barrier installation and crawl space moisture control to crawl space cleaning, our experienced team is dedicated to keeping your crawlspace in optimal condition. We know that an often-overlooked part of your home, the crawlspace, can be a source of significant issues if not properly maintained. That’s where we come in to help you protect your investment and improve your home’s overall quality.
Vapor Barrier Installation: Protecting Your Home from Moisture Damage
A vapor barrier installation is one of the most effective methods to prevent excess moisture from infiltrating your crawlspace, which can lead to structural damage, mold, and other serious issues. The vapor barrier acts as a protective layer, sealing off your crawlspace from the outside elements and moisture in the soil beneath your home.
At Your Crawlspace Solution, we offer expert vapor barrier installation to ensure your crawlspace stays dry and moisture-free. We use durable, high-quality materials to create a complete seal, preventing water vapor from seeping into your crawlspace and protecting your foundation and insulation. Our vapor barriers also improve the overall air quality inside your home by reducing humidity levels and preventing the growth of mold and mildew.
Crawl Space Moisture Control: Keeping Your Home Safe and Dry
Excess moisture in your crawlspace can cause a variety of problems, including mold growth, wood rot, and even compromised structural integrity. Without proper crawl space moisture control, your home is at risk of experiencing these issues, which can be costly and dangerous.
At Your Crawlspace Solution, we offer effective crawl space moisture control strategies to keep your crawlspace dry and safe. Our team evaluates the moisture levels in your crawlspace and implements solutions such as vapor barriers, drainage systems, and sump pumps to manage and eliminate excess moisture. By controlling moisture at its source, we help protect your home from mold, rot, and other related issues, while improving air quality and energy efficiency.
Crawl Space Cleaning: A Clean Crawlspace for a Healthier Home
A dirty crawlspace can harbor a variety of problems, from pests and debris to mold and poor air circulation. Regular crawl space cleaning is essential to maintaining a healthy home and preventing these issues from escalating.
At Your Crawlspace Solution, our crawl space cleaning service includes removing any debris, dirt, and contaminants from your crawlspace. We also inspect the space for potential issues like mold, pests, and leaks, ensuring that your crawlspace is free from harmful substances. After the cleaning, we take additional steps to address moisture and improve ventilation, ensuring that your crawlspace remains dry, clean, and well-maintained.
Why Choose Your Crawlspace Solution?
When it comes to vapor barrier installation, crawl space moisture control, and crawl space cleaning, Your Crawlspace Solution is the name you can trust. Here’s why we stand out from the competition:
Expertise and Experience: Our team is highly skilled and experienced in all aspects of crawlspace services, offering tailored solutions to meet your home’s specific needs.
Comprehensive Services: We provide a full range of crawl space services, from moisture control and cleaning to vapor barrier installation, so you can count on us for all your crawlspace needs.
Top-Quality Materials: We only use the best materials for our services to ensure long-lasting results and reliable protection for your crawlspace.
Customer Satisfaction: We are committed to providing exceptional customer service, ensuring that you are fully satisfied with the results and the condition of your crawlspace.
Affordable Solutions: We offer competitive pricing, ensuring that you get high-quality services without breaking the bank.
Contact Us Today for Crawl Space Services
If you’re dealing with excess moisture, a dirty crawlspace, or the need for vapor barrier installation, Your Crawlspace Solution is here to help. Our expert team is ready to provide you with the best crawl space services, ensuring that your home stays dry, clean, and protected from damage.
Call us today at +1 (502) 415-4806 or visit us at 369 W Elm Rd Suite 18, Radcliff, KY 40160 to schedule your consultation. Let us help you keep your crawlspace in top condition for years to come!7





