Closed
Description
- Version: x.x.x
- Python: 2.7/3.4/3.5
- OS: osx/linux/win
What was wrong? --- Can't call create filter on contract
Please include any of the following that are applicable:
-
The code which produced the error
myContract = w3.eth.contract(address="some_address",abi=contract_abi) #this works fine, i can call methods from here and i get a responsemyfilter_new= myContract.events.Transfer.createFilter(fromBlock=0, toBlock='latest')
#when i run this, i get the following issue: -
The full output of the error:
HTTPError at /testing/
405 Client Error: Method Not Allowed for url: https://rinkeby.infura.io/my_api_key
Fill this section in if you know how this could or should be fixed.
Metadata
Metadata
Assignees
Labels
No labels