Ranter
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
Comments
-
If we're guessing, I'd assume that the default value for the datatype is zero, something in configuration or request payloads is preventing the value from getting set, and then for some reason devolves to {some value}/{default value}
Dependencies are great 😇 -
@root Any progress?
I'd guess an unexpected response flew in...
and if it worked yesterday.....
weeeeellllll.... a response is shady. it stabs you in your back when you least expect it. -
Root825604yI couldn’t narrow it down at all, and ended up fixing the sink by replacing the house.
I eventually clobbered all of the gems, reinstalled Ruby, bundler, all project gems, and reran the database setup script that drops and recreates everything, runs migrations etc., inserts seed data, and does other project setup steps. After that, everything worked as expected again.
Five hours of my life gone. -
Root825604yNow I’m diagnosing another google issue:
I’m sending them an updated wallet pass, and they’re rejecting it. Yet it gets updated within Google Pay. Eh?
Error: Failed successfully!
🤦🏻♀️ -
Root825604y@superposition This codebase is pretty crap, too. It’s been upgraded all the way from Rails 2.x, so there are lots of stale areas and quirks and subtleties.
Signet, the google auth library, is somehow throwing a DivideByZero error, despite the only math in the file being linear back-off (`sleep retry++ * 0.3`). Also, the line it’s getting thrown on very specifically throws an entirely different error: a Signet::AuthorizationError.
What is even going on?
Also this worked yesterday.
🥺
rant
this world doesn’t make sense
can i go back home now?