[BUG][NOWEB] -get group error /api/session/groups/[email protected]
/api/session/groups/[email protected] { "statusCode": 500, "timestamp": "2024-07-30T09:56:20.647Z", "exception": { "stack": "Error: rate-overlimit\n at assertNodeErrorFree (/app/node_modules/@adiwajshing/baileys/lib/WABinary/generic-utils.js:56:15)\n at query (/app/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:145:48)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Object.groupFetchAllParticipating (/app/node_modules/@adiwajshing/baileys/lib/Socket/groups.js:26:24)\n at async WhatsappSessionNoWebPlus.getGroup (/app/dist/core/engines/noweb/session.noweb.core.js:521:24)", "message": "rate-overlimit", "data": 429, "isBoom": true, "isServer": true, "output": {}, "name": "Error" }, "request": { "path": "/api/TCN013/groups/120363298657503778%40g.us", "method": "GET", "body": {}, "query": {} }, "version": { "version": "2024.7.6", "engine": "NOWEB", "tier": "PLUS", "browser": "/usr/bin/chromium" } }
Just delete the session and recreate it But this affects the use because you need to re-scan the QRcode after deletion.
Hi, actually my requests are not frequent. This error will also appear when I test the interface directly in swagger.
Im facing the same issue aswell. Basically, what i do is just keep requesting the groups and added the channel to the group that other account's who created it. But my case is when i trigger it directly in swagger, its ok no error. But when i use my application to hit the api, it give me 500
+1
+1
Hi! Fixed in 2024.12.3
Remember to Enable NOWEB Store for the optimization!
Added dedicated POST /api/{session}/groups/refresh to force refresh group list from the server if you see any inconsistency in groups or participants