Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sentry] Error: Gas fee/price estimation failed. Message: Non-200 status code: '429' #20322

Open
sentry-io bot opened this issue Jul 31, 2023 · 8 comments
Labels
area-Sentry error reporting to sentry regression-prod-10.9.0 team-extension-platform Extension Platform team

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 31, 2023

Sentry Issue: METAMASK-MBC2

Error: Gas fee/price estimation failed. Message: Non-200 status code: '429'
  at Generator.throw (<anonymous>)
@gauthierpetetin gauthierpetetin added team-extension-client team-extension-platform Extension Platform team area-Sentry error reporting to sentry labels Jul 31, 2023
@gauthierpetetin
Copy link
Contributor

Events in past 14 days: 57

@gauthierpetetin
Copy link
Contributor

This error is due to an HTTP status code 429 which typically signifies "Too Many Requests."
This status code is commonly associated with rate limiting, where the server or API has imposed a limit on the number of requests a client can make in a set period of time.

@danjm
Copy link
Contributor

danjm commented Aug 4, 2023

@danjm Find github comment that describes past investigation into this error

@pedronfigueiredo
Copy link
Contributor

Sentry is grouping a few different errors together.

The things all of these errors have in common is they come from determineGasFeeCalculations in the core repo.

@danjm
Copy link
Contributor

danjm commented Aug 11, 2023

We could start by adding some handling in determineGasFeeCalculations for some known server failure cases, at least 429s.

@sleepytanya
Copy link
Contributor

Not getting this Sentry error anymore, original Sentry issue doesn't exist - closing.

@gauthierpetetin
Copy link
Contributor

I think a similar issue still exists in Sentry (maybe the stack trace just changed which makes it look as a different one).

I'll link it here and re-open.

Copy link
Author

sentry-io bot commented Feb 28, 2025

Sentry Issue: METAMASK-X7BJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Sentry error reporting to sentry regression-prod-10.9.0 team-extension-platform Extension Platform team
Projects
None yet
Development

No branches or pull requests

4 participants