Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/python-2.7/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Events Infura支持过滤器吗?_Events_Filter_Web3py - Fatal编程技术网

Events Infura支持过滤器吗?

Events Infura支持过滤器吗?,events,filter,web3py,Events,Filter,Web3py,Infura是否支持创建筛选器来侦听事件?我有一个包含许多事件的dapp,我想在Ropsten testnet和python web3.py中测试它,但infura似乎不支持过滤器 它在ganache本地网络上运行良好,但一旦我使用infura,在python代码中就看不到任何事件,并且总是出现此错误 RuntimeError: cannot call recv while another coroutine is already waiting for the next message 在这

Infura是否支持创建筛选器来侦听事件?我有一个包含许多事件的dapp,我想在Ropsten testnet和python web3.py中测试它,但infura似乎不支持过滤器

它在ganache本地网络上运行良好,但一旦我使用infura,在python代码中就看不到任何事件,并且总是出现此错误

RuntimeError: cannot call recv while another coroutine is already waiting for the next message
在这样的testnet中使用我代码中的所有事件测试dapp,是否有其他方法

谢谢