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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: