-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[BUG] #995
Comments
just updated the library using npm update, and it fixed the issue. |
hmmm |
I'll try to update and give feedback then,thanks. |
happens to me either, im using 6.7.7 |
me to 6.7.7 |
im on 6.7.7, i noticed im getting it only for messages in length of 40 chars and above (below that it works fine) |
6.7.5 with 2.3000.1015901307 same issue |
downgrade node from 22.7.0. im use 20-alpine and proplem resolved |
Thanks bro brothers,it is now fixed. the node version was declared in package.json to use 22.* and higher if available ,I specified to use the Version 20 and I changed baileys version to 6.6.0,also changed baileys version to 6.6.0 in my bot project package file. |
RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds
Pairing with baileys gave this error,it has always been working until few hours ago,I rechecked my code but see nothing wrong with it before I decided to create an issue.
The text was updated successfully, but these errors were encountered: