nanexcool / daistats

Dai Stats
https://daistats.com
GNU General Public License v3.0
76 stars 50 forks source link

429 Error | DAI Stats Site Down #135

Open gumdropsteve opened 1 month ago

gumdropsteve commented 1 month ago

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 1

Image 2

This is what the site looks like after it has given up on loading the charts. image 2

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

  1. 429 Error from requesting a page with a 404 Error too many times
  2. 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.

Image 3

image 3

sandakersmann commented 1 month ago

@nanexcool I can confirm that it's still like this.