You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was testing the code and when i did try executing it this error came
Uh oh, please send me this message: '{'code': -32004, 'message': 'filter requests not supported'}'
i basically changed nothign in the configs
full error from the logs
ERROR: 2021-12-12 01:05:24,802 {'code': -32004, 'message': 'filter requests not supported'}
Traceback (most recent call last):
File ".\sniper.py", line 953, in
run()
File ".\sniper.py", line 944, in run
scan(tokens)
File ".\sniper.py", line 607, in scan
filter = client.eth.filter({'address': routerAddress})
File "\Local\Programs\Python\Python39\lib\site-packages\web3\module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File ".\Local\Programs\Python\Python39\lib\site-packages\web3\manager.py", line 187, in request_blocking
return self.formatted_response(response,
File ".\Local\Programs\Python\Python39\lib\site-packages\web3\manager.py", line 168, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32004, 'message': 'filter requests not supported'}
The text was updated successfully, but these errors were encountered:
i was testing the code and when i did try executing it this error came
Uh oh, please send me this message: '{'code': -32004, 'message': 'filter requests not supported'}'
i basically changed nothign in the configs
full error from the logs
ERROR: 2021-12-12 01:05:24,802 {'code': -32004, 'message': 'filter requests not supported'}
Traceback (most recent call last):
File ".\sniper.py", line 953, in
run()
File ".\sniper.py", line 944, in run
scan(tokens)
File ".\sniper.py", line 607, in scan
filter = client.eth.filter({'address': routerAddress})
File "\Local\Programs\Python\Python39\lib\site-packages\web3\module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File ".\Local\Programs\Python\Python39\lib\site-packages\web3\manager.py", line 187, in request_blocking
return self.formatted_response(response,
File ".\Local\Programs\Python\Python39\lib\site-packages\web3\manager.py", line 168, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32004, 'message': 'filter requests not supported'}
The text was updated successfully, but these errors were encountered: