You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coingecko api lookups (#17, #21) are failing again. The converted prices are showing as $0.00:
And logs are showing the problem is ratelimiting:
Failed to refresh CoinGecko price for milktia, status: 429
Failed to refresh CoinGecko price for milktia, status: 429
Failed to refresh CoinGecko price for TORO, status: 429
Failed to refresh CoinGecko price for celestia, status: 429
Failed to refresh CoinGecko price for celestia, status: 429
Failed to refresh CoinGecko price for wrapped-bitcoin, status: 429
Failed to refresh CoinGecko price for TORO, status: 429
Failed to refresh CoinGecko price for BAG, status: 429
Failed to refresh CoinGecko price for celestia, status: 429
Failed to refresh CoinGecko price for TORO, status: 429
Failed to refresh CoinGecko price for wLIBRA, status: 429
Failed to refresh CoinGecko price for TORO, status: 429
Failed to refresh CoinGecko price for wrapped-bitcoin, status: 429
Failed to refresh CoinGecko price for wrapped-bitcoin, status: 429
Failed to refresh CoinGecko price for osmosis-alleth, status: 429
Unfortunately the app's logging doesn't include timestamps, but we should increase the caching in an attempt to reduce lookup frequency.
The text was updated successfully, but these errors were encountered:
The coingecko api lookups (#17, #21) are failing again. The converted prices are showing as
$0.00
:And logs are showing the problem is ratelimiting:
Unfortunately the app's logging doesn't include timestamps, but we should increase the caching in an attempt to reduce lookup frequency.
The text was updated successfully, but these errors were encountered: