Is there a known issue with read storage and web3? #1747
galactictourist
started this conversation in
General
Replies: 2 comments 3 replies
-
The try-catch is catching more errors than it should as pointed out here (#1710). I believe this is causes by web3.py's lack of support for python3.11, but lmk if you're not using 3.11. There's pull request to fix the issue here #1743. In the meantime, I think the only solution is to downgrade your python version |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have this same problem with python 3.9 and 3.10 too.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
submitted a bug already but am desperate to make this work - no matter what I do I cannot get slither to recognize my web3 install.
(slither-dev) iMac:slither sovryn73$ slither-read-storage bsc:0xa1faa113cbE53436Df28FF0aEe54275c13B40975 --json storage_layout.json --rpc-url https://bsc-mainnet-rpc.allthatnode.com
ERROR: in order to use slither-read-storage, you need to install web3
$ pip3 install web3 --user
this over and over
Beta Was this translation helpful? Give feedback.
All reactions