I am trying to interact with my smart contracts deployed on the TRON Nile Testnet, but I keep encountering the following error:
Error: AggregateError at Contract.at
(/home/achiever/TRON/backend/node_modules/tronweb/lib/commonjs/lib/contract/index.js:
117:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at
async getTokenContract (/home/achiever/TRON/backend/core/contracts.js:9:27) at async
/home/achiever/TRON/backend/routes/user.js:16:23
Details:
- This error occurs about 8 out of 10 times when I attempt to interact with the contract.
- I have tried various ways to troubleshoot but haven’t found relevant resources.
- I suspect that this might be due to rate limiting on TronGrid.
Questions:
- Can someone confirm if this issue is related to TronGrid’s rate limits?
- If so, how can I mitigate or resolve this issue?
- Are there alternative methods or providers to interact with the TRON blockchain to avoid this problem?
Any help or suggestions would be appreciated!