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

error: 8 RESOURCE_EXHAUSTED: Received message larger than max (3466379226 vs 314572800) #442

Open
siyangyuandegit opened this issue Oct 22, 2024 · 4 comments

Comments

@siyangyuandegit
Copy link

I've tried everything, replaced the bun/swc etc. frameworks to run the ts file, and after I subscribe to the rpc, it keeps reporting error: 8 RESOURCE_EXUSTED: Received message larger than max (3466379226 vs 314572800)
This is my subscription message
const request = {
slots: {},
accounts: {},
transactionsStatus: {},
transactions: {
transactionsSubKey: {
accountInclude: ['6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P'],
accountExclude: [],
accountRequired: []
}
},
blocks: {},
blocksMeta: {},
accountsDataSlice: [],
entry: {},
Commitment 0, }
}.
I want to subscribe to pumpfun's txs

@f1sst36
Copy link

f1sst36 commented Oct 24, 2024

I have the same error. Were you able to find a solution?

@skyf0cker
Copy link

met the same problem. It looks like it happens depending on the accountInclude parameter, i change to pumpfun program id from raydium program id, it works. But just can not work with the raydium.

@cloakd
Copy link

cloakd commented Nov 30, 2024

This usually happens when the grpc client is trying to parse a message that is not defined (ping messages etc) as they cause overflow

@fanatid
Copy link
Collaborator

fanatid commented Nov 30, 2024

@cloakd not defined messages should be ignored, that's why oneof/message defined as Option in Rust

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

5 participants