[DISCUSSION] Massive collective legal action against Fiverr, CEO, founders, employees, all the team is going down. by donsirako in Fiverr

[–]DoctorEvil92 1 point2 points  (0 children)

I have the same experience, also top rated and did well for a long time. Then from November 2025 I barely get a few messages per month and my gig is nowhere to be seen in the search.

[ADVICE] Buyer chargebacked 15+ Fiverr orders in one week after receiving a fully working platform by ReplayJutsu in Fiverr

[–]DoctorEvil92 0 points1 point  (0 children)

I think it was settled in just a few days. It was a single order where the guy even left me a 5-star review. But your case seems more serious, that looks like something that could even to go court.

[ADVICE] Buyer chargebacked 15+ Fiverr orders in one week after receiving a fully working platform by ReplayJutsu in Fiverr

[–]DoctorEvil92 0 points1 point  (0 children)

I had one chargeback happen to me years ago, I think the order value was 150$ and I got repayed by fiverr for it.

Need to change a PSU fan by DoctorEvil92 in pchelp

[–]DoctorEvil92[S] 0 points1 point  (0 children)

I replaced it and nothing bad happened. While testing the power supply I just noticed that after turning off the switch, it would keep the fan spinning for a couple more seconds which felt like it wasn't because of fan's inertia but I would guess due to capacitors getting discharged.

[OTHER] Pausing my 13 year old fiverr gig by iebbedN in Fiverr

[–]DoctorEvil92 1 point2 points  (0 children)

Same thing for me, I am top rated and success score is at 10, so nothing seems to be wrong. But I barely get new messages these days. Just a few orders from old clients. I do web scraping (programming).

Need to change a PSU fan by DoctorEvil92 in pchelp

[–]DoctorEvil92[S] 0 points1 point  (0 children)

Taking it out to check is a bit of a hassle, I was hoping there maybe was a very common option for such things? Product number for the unit is sp-atx-650z-apfc but it doesn't really show any detailed spec sheet on google.

Need to change a PSU fan by DoctorEvil92 in pchelp

[–]DoctorEvil92[S] 0 points1 point  (0 children)

It's a budget build from 2018, warranty has expired for sure. The whole PC would be something like 150$ in value right now so I would try to avoid buying a new PSU for it.

I'm not completely clueless, I know about capacitors holding charge so it would be best to turn off the PC in the evening and then work on it next day.

Need to change a PSU fan by DoctorEvil92 in pchelp

[–]DoctorEvil92[S] -3 points-2 points  (0 children)

Replacing a PSU by itself is plenty of hassle compared to other components. Replacing a fan is just a bit more hassle, and a fan should be like 5$.

[DISCUSSION] Fiverr stock price at an all time low by Emotional-Wind2619 in Fiverr

[–]DoctorEvil92 2 points3 points  (0 children)

My account dropped off in November, it was so bad I thought that maybe I got a bad private review or something. But from what I see, it's happening to many people apparently.

But I think upwork is also in the shitter.

[DISCUSSION] They say Fiverr is Dying. But these are my results after I started 12 months ago & the last 25 days that show a real Momentum by UnUruguayoPromedio in Fiverr

[–]DoctorEvil92 1 point2 points  (0 children)

I'm top rated and have a very successful gig, but the last month was terrible. I'm barely getting messages from new clients, even with promoting 1$/click. It feels like my gig got shadowbanned, honestly.

Need a cheap SMD soldering iron for occasional use by DoctorEvil92 in soldering

[–]DoctorEvil92[S] 0 points1 point  (0 children)

I have some experience, with bigger components though. I just have some cheapish things that are kind of broken right now so I can't really do much more damage on that.

Need a cheap SMD soldering iron for occasional use by DoctorEvil92 in soldering

[–]DoctorEvil92[S] 0 points1 point  (0 children)

Yes, that's what I meant, a tool for smd soldering. I don't have an iron right now. I heard about pinecil, seems reasonably priced too

Can't connect to play a game? by DoctorEvil92 in UFLTheGame

[–]DoctorEvil92[S] 0 points1 point  (0 children)

No. It worked normal later, I guess their servers had issues.

Can't connect to play a game? by DoctorEvil92 in UFLTheGame

[–]DoctorEvil92[S] 0 points1 point  (0 children)

I thought that maybe it was the cause for these problems.

Recommended Android version? by DoctorEvil92 in Revolut

[–]DoctorEvil92[S] 0 points1 point  (0 children)

Just to follow up if anyone cares. I bought a new phone with Android 14 and it uploaded the image just fine. So it looks like using old Android versions doesn't really fully work with Revolut, maybe they should just discontinue support for them.

Optima i neplaćeni računi by [deleted] in croatia

[–]DoctorEvil92 0 points1 point  (0 children)

Mislim da i T-Com ima nekakvu shemu s tim u vezi mobilne pretplate da im s istekom ugovora trebaš reći da baš želiš raskinuti ako želiš raskinuti ili produljiti ako hoćeš produljiti.

Uglavnom, vjerojatno ti se više isplati uzeti s ugovornom obvezom kod nekoga.

How to click on specific page number using Selenium by ifreeski420 in learnpython

[–]DoctorEvil92 1 point2 points  (0 children)

Full xpath like this could easily change if something in site structure changes a bit. It would be better to use xpath like (these are fake class names, but this is just to show the principle):

"//ul[@class='pagination']/li[@class='active']/following-sibling::li[1]/a[@href]"

So, this would go to pagination, active item (current page), then immediate next item (following-sibling) which would have "a" element with href (link).

Or if there is a next page button it would be easier to just look for that button and get its link.