-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error getting token balances when using web3.alchemy.getTokenBalances #74
Comments
Same issue for me. |
So I did some investigation to try and work out when this issue crept in. All versions from 1.1.4 onwards, up to at least 1.1.9 (the current version as I write this) have this issue. Versions 1.1.3 and before do not have this issue, at least down as far as 1.1.0. So, while not an ideal solution, and understanding that you won't be benefitting from improvements introduced from version 1.1.4 onwards, you can switch to a version without this issue by changing the entry in your packaje.json to: "@alch/alchemy-web3": "1.1.3" |
That is correct. 1.1.3 works, latest throws an error. |
Getting this same error... I can bump down to the last working version but wondering if there is a planned fix for this or an alternative part of the |
@seldomatt Which version of alchemy-web3 are you using? I'm using the latest version (1.2.4), and it works fine for me. |
@thebrianchen I was using
With version |
@seldomatt Can you share a stack trace of the error if you have one? |
@thebrianchen sure! Stacktrace below:
The |
@seldomatt I was hoping the stack trace would have some more info :( I can't seem to repro the issue in my dummy web-app with the same code. Can you repro this in a package that I can repro with and investigate? My current hypothesis is that you may have a conflicting dependency of |
Closing due to inactivity but happy to reopen with more information! |
Hello ! @thebrianchen have you tried reproducing on nodejs 14 or 16 ? |
@LouisPinsard I tried reproing on node v12, 14, and 16, but couldn't get the repro. If you could create a repro app with it, that would be super helpful! Thanks! |
I have this too... Falling back to fetch. Also, it would be nice to know what are the 100 tokens, for example in Rinkeby. |
Reopening since multiple people have reported this issue. |
Hi there, I have the following code:
For some reason, the request gives me an error...
Can someone help me figure out why this is happening? Thanks!
The text was updated successfully, but these errors were encountered: