We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doesn't let filter by an address on Rinkeby. Should this be signed? How exactly? Shouldn't this be a normal lookup, creating no transaction?
provider = HTTPProvider(<infura_token>) w3 = Web3(provider) filt = w3.eth.filter('address': <CONTRACT_ADDRESS>)
requests.exceptions.HTTPError: 405 Client Error: Method Not Allowed for url: <infura_token>
The text was updated successfully, but these errors were encountered:
@rbval Filters are not supported on Infura. This is not a bug in web3.py
web3.py
Sorry, something went wrong.
@rbval we have a feature in the works to fix this but it isn't complete yet. See #551
cc @dylanjw
No branches or pull requests
What was wrong?
Doesn't let filter by an address on Rinkeby. Should this be signed? How exactly? Shouldn't this be a normal lookup, creating no transaction?
Infura / Rinkeby
How can it be fixed?
The text was updated successfully, but these errors were encountered: