web3-flashbots icon indicating copy to clipboard operation
web3-flashbots copied to clipboard

internal server error

Open kingaimaster94 opened this issue 5 months ago • 1 comments

I tried to send_bundle function on sepolia net. But these error occurs. """ Traceback (most recent call last): File "/home/Eth-bundle/./bundle.py", line 199, in main() File "/home/Eth-bundle/./bundle.py", line 191, in main tx = buy_bundle(private_keys, token_address, [0.005, 0.005]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/Eth-bundle/./bundle.py", line 157, in buy_bundle send_result = w3.flashbots.sendRawBundle( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/Eth-bundle/env/lib/python3.11/site-packages/web3/module.py", line 75, in caller result = w3.manager.request_blocking( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/Eth-bundle/env/lib/python3.11/site-packages/web3/manager.py", line 330, in request_blocking return self.formatted_response( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/Eth-bundle/env/lib/python3.11/site-packages/web3/manager.py", line 293, in formatted_response raise ValueError(error) ValueError: {'code': -32000, 'message': 'internal server error'} """

kingaimaster94 avatar Aug 30 '24 16:08 kingaimaster94