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 get 3 consecutive errors (before of that log shows normal behavior):
{'code': -32603, 'message': 'empty resp'}
Traceback (most recent call last):
File "LimitSwap.py", line 5830, in runLoop
run()
File "LimitSwap.py", line 5467, in run
token['_QUOTE'] = check_precise_price(token['_IN_TOKEN'], token['_OUT_TOKEN'], token['_WETH_DECIMALS'], token['_CONTRACT_DECIMALS'], token['_BASE_DECIMALS'])
File "LimitSwap.py", line 3283, in check_precise_price
reserves = pair_contract.functions.getReserves().call()
File "/home/X/.local/lib/python3.8/site-packages/web3/contract.py", line 959, in call
return call_contract_function(
File "/home/X/.local/lib/python3.8/site-packages/web3/contract.py", line 1503, in call_contract_function
return_data = web3.eth.call(
File "/home/X/.local/lib/python3.8/site-packages/web3/module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File "/home/X/.local/lib/python3.8/site-packages/web3/manager.py", line 187, in request_blocking
return self.formatted_response(response,
File "/home/X/.local/lib/python3.8/site-packages/web3/manager.py", line 168, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32603, 'message': 'empty resp'}
The text was updated successfully, but these errors were encountered:
I get 3 consecutive errors (before of that log shows normal behavior):
{'code': -32603, 'message': 'empty resp'}
Traceback (most recent call last):
File "LimitSwap.py", line 5830, in runLoop
run()
File "LimitSwap.py", line 5467, in run
token['_QUOTE'] = check_precise_price(token['_IN_TOKEN'], token['_OUT_TOKEN'], token['_WETH_DECIMALS'], token['_CONTRACT_DECIMALS'], token['_BASE_DECIMALS'])
File "LimitSwap.py", line 3283, in check_precise_price
reserves = pair_contract.functions.getReserves().call()
File "/home/X/.local/lib/python3.8/site-packages/web3/contract.py", line 959, in call
return call_contract_function(
File "/home/X/.local/lib/python3.8/site-packages/web3/contract.py", line 1503, in call_contract_function
return_data = web3.eth.call(
File "/home/X/.local/lib/python3.8/site-packages/web3/module.py", line 57, in caller
result = w3.manager.request_blocking(method_str,
File "/home/X/.local/lib/python3.8/site-packages/web3/manager.py", line 187, in request_blocking
return self.formatted_response(response,
File "/home/X/.local/lib/python3.8/site-packages/web3/manager.py", line 168, in formatted_response
raise ValueError(response["error"])
ValueError: {'code': -32603, 'message': 'empty resp'}
The text was updated successfully, but these errors were encountered: