-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Hi,
get_filter_changes() raises exception when used with local_filter_middleware.
Traceback (most recent call last):
File "/pyroot/lib/python3.7/site-packages/web3/_utils/filters.py", line 121, in get_new_entries
log_entries = self._filter_valid_entries(self.web3.eth.getFilterChanges(self.filter_id))
File "/pyroot/lib/python3.7/site-packages/web3/eth.py", line 402, in getFilterChanges
"eth_getFilterChanges", [filter_id],
File "/pyroot/lib/python3.7/site-packages/web3/manager.py", line 109, in request_blocking
response = self._make_request(method, params)
File "/pyroot/lib/python3.7/site-packages/web3/manager.py", line 96, in _make_request
return request_func(method, params)
File "/pyroot/lib/python3.7/site-packages/web3/middleware/filter.py", line 313, in middleware
return {'result': next(_filter.filter_changes)}
StopIteration
- Version: 5.3.0
- Python: 3.7
- OS: linux
- Node type: geth
- Node version: 1.9.7-stable
Metadata
Metadata
Assignees
Labels
No labels