Errors
Common Erros
0x1: Insufficient Funds -> One or more of your wallets does not have enough SOL to execute the given task
0x66 / 102: The program could not deserialize the given instruction -> Image is too big, compress it max size is 4.3MB
0xc / 12: Symbol too long -> Your symbol (ticker) is too long, max is 10 characters
0x1772 / 6002: slippage: Too much SOL required to buy the given amount of tokens -> Slippage Issue
0x1773 / 6003: slippage: Too little SOL received to sell the given amount of tokens -> Slippage Issue
0x1771 / 101 / 6001: AlreadyInitialized -> Token Address already exists as a PF token. Re-Gen Vanity or delete any .JSON files from /token folder
Bad Secret Key Size -> A private key is malformed, they need to be BASE58 format (phantom export format)
Invalid Public Key -> Multiple causes, most common is inputted the wrong token or wallet address or you have not made a Lookup Table
Non Base58 Error -> The usual cause of this is due to a private key issue in your .ENV file please ensure that you enter these correctly.
Account Not Found -> RPC Issue Blockhash Not Found = RPC Issue Fetch Failed = RPC Issue
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status -
429 Rate Limited -> RPC Issue stop using shitty free RPCs -
500 Internal Server Error -> PumpFun / Captcha Error: Either keep retrying or change proxies if using them. -
BLOCKHASH NOT FOUND -> RPC Issue, Retry or change RPCs (make sure your IP is whitelisted if your providers requires it, and / or the RPC is not down for any reason)
TypeError: Endpoint URL must start with http or https -> config file is not filled out or saved.
Last updated