Leandro Matilla
Leandro Matilla
Me gustaría poder darte una mano. Te dejo mi correo por si te interesa. [email protected]
@jamesdaniels any update about this? Maybe some release date. I'm exiting to go Zoneless with Firebase 🔥
The latests stable version where it works is `3.726.1` Starts failing starting release [3.729.0](https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.729.0) I thinks could be on this commit https://github.com/aws/aws-sdk-js-v3/commit/b6204f8b03f81157efd5b6d7ee746c578dec4160 Code example putting an object to the bucket:...
The arguments provided by @correamarques helped me reduce RAM usage a bit. This is my server consumption after initialize and authenticate my client with `RemoteAuth` and `AwsS3Store` on a Production...
[MobCode100](https://github.com/MobCode100) Could you please update your reposirory with last commit? 👉 https://github.com/MobCode100/whatsapp-web.js Im using it in my `package.json` and need the commit [723b211](https://github.com/pedroslopez/whatsapp-web.js/pull/3180/commits/723b211b9d25de2be823e9e83f2c400463cca9ce).
Facing the same issue using Baileys `7.0.0-rc.3` with +5 connections running on Nodejs 24 with MySQL 8.4 and Nginx as proxy. ``` ERROR (1): failed to decrypt message svc: "baileys"...
> Let's not keep on jumping back and forth in dependencies. > > Is there a fundamental issue with lru-cache itself? Why node-cache? I think `lru-cache` is the best option....
Same here ``` Decrypted message with closed session. Closing stale open session for new outgoing prekey bundle Closing session: SessionEntry { _chains: { 'BTJ1/QD2vNndzI9/gK15tvVNnWe/UdFcOXl3z1rdDlJS': { chainKey: [Object], chainType: 2, messageKeys:...
The error `"ProtocolError: Protocol error (Runtime.callFunctionOn): Execution context was destroyed."` is throw if: - Cannot find context with specified id. - Inspected target navigated or closed. I am facing this...