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
In my knowledge ive set up everything but after the program found a new token it did this:
Traceback (most recent call last):
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 157, in
asyncio.run(main(yolo_mode=args.yolo, match_string=args.match, bro_address=args.bro, marry_mode=args.marry))
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 140, in main
await trade(websocket, match_string, bro_address, marry_mode, yolo_mode)
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 52, in trade
await _trade(websocket, match_string, bro_address, marry_mode, yolo_mode)
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 90, in _trade
curve_state = await get_pump_curve_state(client, bonding_curve)
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\buy.py", line 48, in get_pump_curve_state
if not response.value or not response.value.data:
AttributeError: 'dict' object has no attribute 'value'. Did you mean: 'values'?
Can someone please help me?
The text was updated successfully, but these errors were encountered:
In my knowledge ive set up everything but after the program found a new token it did this:
Traceback (most recent call last):
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 157, in
asyncio.run(main(yolo_mode=args.yolo, match_string=args.match, bro_address=args.bro, marry_mode=args.marry))
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 140, in main
await trade(websocket, match_string, bro_address, marry_mode, yolo_mode)
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 52, in trade
await _trade(websocket, match_string, bro_address, marry_mode, yolo_mode)
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\trade.py", line 90, in _trade
curve_state = await get_pump_curve_state(client, bonding_curve)
File "c:\Users\admin\Downloads\pump-fun-bot-main\pump-fun-bot-main\buy.py", line 48, in get_pump_curve_state
if not response.value or not response.value.data:
AttributeError: 'dict' object has no attribute 'value'. Did you mean: 'values'?
Can someone please help me?
The text was updated successfully, but these errors were encountered: