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

Rate limiting #44

Open
buwahX opened this issue Jan 23, 2025 · 2 comments
Open

Rate limiting #44

buwahX opened this issue Jan 23, 2025 · 2 comments
Assignees

Comments

@buwahX
Copy link

buwahX commented Jan 23, 2025

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 ?

@chainstacklabs chainstacklabs deleted a comment from ondex326 Jan 24, 2025
@chainstacklabs chainstacklabs deleted a comment from ondex326 Jan 24, 2025
@akegaviar
Copy link
Member

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.

@ondex326
Copy link

Have you resolve the issue?

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

3 participants