We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, my bot is working up until it is purchasing the coin. Then I get an error
"line 829, in raise_for_status raise HTTPStatusError(message, request=request, response=self) httpx.HTTPStatusError: Client error '429 Too Many Requests' for url 'https://solana-mainnet.core.chainstack.com/a1f3c248171bbe5e322b9d22566b4705' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429"
Followed by exception
"line 62, in argument_decorator raise internal_exception_cls(exc, func, *args, **kwargs) from exc".
I've looked into both error logs and understand both are related to the RPC rate limits available to my free chainstack account.
Must I purchase a subscription to overcome this issue ?
The text was updated successfully, but these errors were encountered:
Deleted scam comments
hey @buwahX the free plan for Solana has very low RPS, so you are correct in that. See Limits.
You can check the Pricing page to see the paid plan RPS limits and whether they fit you.
Sorry, something went wrong.
Have you resolve the issue?
akegaviar
No branches or pull requests
Hello, my bot is working up until it is purchasing the coin. Then I get an error
"line 829, in raise_for_status raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '429 Too Many Requests' for url 'https://solana-mainnet.core.chainstack.com/a1f3c248171bbe5e322b9d22566b4705'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429"
Followed by exception
"line 62, in argument_decorator raise internal_exception_cls(exc, func, *args, **kwargs) from exc".
I've looked into both error logs and understand both are related to the RPC rate limits available to my free chainstack account.
Must I purchase a subscription to overcome this issue ?
The text was updated successfully, but these errors were encountered: