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

Example From Video is Failing #9

Open
un-focused opened this issue Jul 26, 2023 · 0 comments
Open

Example From Video is Failing #9

un-focused opened this issue Jul 26, 2023 · 0 comments

Comments

@un-focused
Copy link

Tried to follow the blog and video example with this repo but it produced an error. With the local address it did not work and so I tried it with the video address and I ran into the same issue.

Screenshot 2023-07-25 at 8 22 25 PM

I investigated the Network tab and found this:

{
	"jsonrpc": "2.0",
	"id": 43,
	"error": {
		"code": -32000,
		"message": "Monthly capacity limit exceeded. Visit https://dashboard.alchemyapi.io/settings/billing to upgrade your scaling policy for continued service."
	}
}

Here is the full CURL request: curl 'https://eth-mainnet.alchemyapi.io/v2/_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0' -H 'Accept: */*' -H 'Accept-Language: de' -H 'Accept-Encoding: gzip, deflate, br' -H 'Referer: http://localhost:3000/' -H 'content-type: application/json' -H 'Origin: http://localhost:3000' -H 'Connection: keep-alive' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: cross-site' -H 'TE: trailers' --data-raw '{"method":"eth_blockNumber","params":[],"id":42,"jsonrpc":"2.0"}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant