30 Replies
a month ago
Floating point strikes again?
a month ago
For context the minimum is 100
I think there is a general problem with the way railway displays costs/balances.
a month ago
Other than this, what else have you seen?
a month ago
We do store monetary values as cents FWIW.
a month ago
I can charge you more if you want?
a month ago
Check the invoice.
a month ago
I sorta think in the code somebody wrote a > instead of a >=
a month ago
Hmm I guess not though because this would still evaluate cuz 100.4 > 100
a month ago
I'm able to do a withdraw of $100 🤔
a month ago
what browser are you on, chromium based?
a month ago
But have you been able to do it when your balance was 46 cents above the value you were trying to take out?
a month ago
let me fake my network tab
a month ago
to the same balance
a month ago
Yes
a month ago
yeah no problem

a month ago
anyway you can get the exact balance in cents from the network tab? its the withdrawalData query
a month ago
Yeah one second
a month ago
{
"data": {
"earningDetails": {
"lifetimeEarnings": 20146,
"referralEarningsLifetime": 0,
"referralEarnings30d": 0,
"templateEarningsLifetime": 20146,
"templateEarnings30d": 2911,
"bountyEarningsLifetime": 0,
"bountyEarnings30d": 0,
"threadEarningsLifetime": 0,
"threadEarnings30d": 0,
"availableBalance": 10046,
"lifetimeCashWithdrawals": 10000,
"lifetimeCreditWithdrawals": 100
},
"withdrawalAccountsV2": [
{
...
}
],
"hasRecentWithdrawal": false
}
}a month ago
wait it works now
a month ago
???

a month ago
weird

a month ago
fascinating
a month ago
lets blame cosmic rays then
a month ago
alright lol
Status changed to Solved brody • about 1 month ago
