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

I think i did something wrong #47

Open
asdasder12 opened this issue Jan 29, 2025 · 0 comments
Open

I think i did something wrong #47

asdasder12 opened this issue Jan 29, 2025 · 0 comments
Assignees

Comments

@asdasder12
Copy link

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?

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

2 participants