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

get_pump_curve_state failed. #21

Open
amazingcoderpro opened this issue Dec 6, 2024 · 0 comments
Open

get_pump_curve_state failed. #21

amazingcoderpro opened this issue Dec 6, 2024 · 0 comments

Comments

@amazingcoderpro
Copy link

File "/opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/charles/ShowMeTheCode/pump-fun-bot/trade.py", line 140, in main
await trade(websocket, match_string, bro_address, marry_mode, yolo_mode)
File "/Users/charles/ShowMeTheCode/pump-fun-bot/trade.py", line 52, in trade
await _trade(websocket, match_string, bro_address, marry_mode, yolo_mode)
File "/Users/charles/ShowMeTheCode/pump-fun-bot/trade.py", line 90, in _trade
curve_state = await get_pump_curve_state(client, bonding_curve)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/charles/ShowMeTheCode/pump-fun-bot/buy.py", line 49, in get_pump_curve_state
raise ValueError("Invalid curve state: No data")
ValueError: Invalid curve state: No data

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