-
Notifications
You must be signed in to change notification settings - Fork 103
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
[pythd] mainnet: error=failed to handshake websocket: Too Many Requests #71
Comments
Hello @tnedev, are you trying to publish data to the pyth network or wanting to use it as a source of data? Generally speaking, you need to use a dedicated solana rpc node for or get an api key from the rpcpool folks to run pythd effectively. |
Thanks for the quick response.
Just getting data, not publishing.
…On Fri, Oct 1, 2021, 17:21 Jeff Schroeder ***@***.***> wrote:
Hello @tnedev <https://github.com/tnedev>, are you trying to publish data
to the pyth network or wanting to use it as a source of data?
Generally speaking, you need to use a dedicated solana rpc node for or get
an api key from the rpcpool folks to run pythd effectively.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA3C5TJAS5U4PJHMSVJEEDUEW7VRANCNFSM5FEKO4TQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@SEJeff Is there a chance that this error is due to pythd sending add_product requests too fast? |
as @SEJeff was alluding to, public Solana rpc nodes have rate limiting behavior to prevent any one user from overloading them pyth client implemention does not currently have logic to handle / deal with rate limiting and works best on dedicated or private Solana rpc nodes |
I've tried to use a shared node from https://runnode.com |
Hi,
I'm trying to use pythd with mainnet-beta, but I can't connect. It runs fine using devnet, but mainet-beta fails.
The text was updated successfully, but these errors were encountered: