flashbots / web3-flashbots

Web3.py plugin for using Flashbots' bundle APIs
https://pypi.org/project/flashbots/
MIT License
405 stars 213 forks source link

internal server error #99

Open kingaimaster94 opened 2 months ago

kingaimaster94 commented 2 months ago

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 commented 2 months ago

PROVIDER_URL=https://ethereum-sepolia-rpc.publicnode.com