You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: