Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal server error #99

Open
kingaimaster94 opened this issue Aug 30, 2024 · 1 comment
Open

internal server error #99

kingaimaster94 opened this issue Aug 30, 2024 · 1 comment

Comments

@kingaimaster94
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant