daistats
daistats copied to clipboard
429 Error | DAI Stats Site Down
Problem
The website (https://daistats.com/#/) tries to load, goes through a loading screen (image 1), then does not load (image 2).
Visual
Here is what the error looks like for the site visitor.
Image 1
This is what the top of the site looks like when first visited (everything not pictured is white / blank).
Image 2
This is what the site looks like after it has given up on loading the charts.
Thoughts
This is an API issue with the app hitting an error in the process of loading all the different stats. By inspecting the page and looking at the console (Image 3), there's a stream of errors from the infura requests. Each of those loads a 404 Error page.
That is happening in 2 steps
- 429 Error from requesting a page with a 404 Error too many times
- Type error as the data was not received
Potential Causes
The Infura page loads 404 Error (doesn't exist).
Here's the link the page is trying to call: https://mainnet.infura.io/v3/84842078b09946638c03157f83405213
Console Errors Visual
Here's what the errors look like from inspecting the console.