I've removed the 15s wait for stabilization in manual_buy.py as I want to immediately buy a new token upon creation, but conn.get_account_info(curve_address) doesn't return anything.
APIs like pumpportal let me buy in at the same second sometimes and I'm using a trader node, so I'm not exactly sure why I can't do the same. I've tried using this repository's log-/blockSubscribe mechanism another repository's buy mechanism, but it comes down to the same error and same function where it fails.