-
Notifications
You must be signed in to change notification settings - Fork 609
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
all those apis with pagination parameters return 429? only on Osmosis. #1425
Comments
Hi @liangping It seems to be related to new config values. Please update the following in
These values are in bytes. Please feel free to adjust them according to your needs. Let me know if the problem persists |
Thank. Let me try it |
@p0mvn tried in [rpc] and [api] , but not works
|
Tried that as well and tried to increase bytes as well, won't fix it. |
Are folks having issues on all |
@liangping @ChihuahuaChain Just FYI, I had several folks who were having this problem getting it fixed by updating these configs. Please double-check that the configs are picked up correctly. Let me know how it goes. I will do some testing on my side today as well |
I started seeing reports since |
Checked config, values are in, service restarted and still have these problems, I started having issues only after updating to 7.3.0, no problems prior. |
I see, thanks. I'm setting up a node right now to investigate on my side. Let me get back to you. If anyone finds a way to resolve this in the meantime, please let me know |
Okay I fixed adding these lines exactly on the [grpc] section, it worked. |
Right, thanks for the update @ChihuahuaChain @liangping please try under |
So whats happening if these configs aren't sent? Is the default assumed to be 0 at the moment, or something more reasonable? Can we make a PR that makes an unset value the recommended default instead? EDIT: This is fixed by Bez PR here: https://github.com/osmosis-labs/cosmos-sdk/pull/220/files |
The default is set to the following: That default is only used to create the config. If someone had an old config, 0 would be assumed, and yes Bez guarded against that case here: osmosis-labs/cosmos-sdk#220 |
works now. @p0mvn |
On both 7.2.1 and 7.3.0 |
We don't have access limit
https://osmo.api.ping.pub/cosmos/slashing/v1beta1/signing_infos?pagination.limit=5
https://lcd-osmosis.blockapsis.com/cosmos/gov/v1beta1/proposals?pagination.limit=5&pagination.reverse=true&pagination.key=
Both return this error.
The text was updated successfully, but these errors were encountered: