llamanodes / web3-proxy

Fast loadbalancing and caching proxy for Ethereum or chains with similar JSON-RPC methods
https://llamanodes.com
GNU General Public License v3.0
153 stars 34 forks source link

Stripe deposits history DB error #179

Closed 0xsign closed 1 year ago

0xsign commented 1 year ago
GET https://ethereum-staging.llamarpc.com/user/deposits/stripe

Response:

{
  "jsonrpc": "2.0",
  "id": null,
  "error": {
    "code": 500,
    "message": "database error!"
  }
}
BlinkyStitt commented 1 year ago

I believe the matching sentry error is: database err: Type Error: A null value was encountered while decoding "date_created"

yenicelik commented 1 year ago

should be resolved by https://github.com/llamanodes/web3-proxy/pull/189 , will open new issue if it re-occurs