Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

Lightweight full-featured WhatsApp Web + Multi-Device API

Results 97 Baileys issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Some messages fail to send due to timeout.`await sock.sendMessage(waId, params)` does **NOT** throw. So cannot handle these cases (e.g: retry on a background job to guarantee that...

bug

I am sending a pdf file but the preview is not generated. ![image](https://user-images.githubusercontent.com/10979090/188732941-2bfde06d-8d2e-4499-be57-43248c488d81.png) How should I proceed to generate this view?

I've tried with code like this `(type == 'viewOnceMessage') && msg.message.viewOnceMessage.text ? msg.message.viewOnceMessage.text` but the message content is not read

bug

Is there a fetch all saved and unsaved contacts?

**Before adding this issue, make sure you do the following to make sure this is not a duplicate:** 1. Search through the repo's previous issues 2. Read through the readme...

Hey, @adiwajshing You don't know how many times this library has helped me in my personal life. I organize an NGO and have you made my life so much easier...

node:internal/modules/cjs/loader:408 throw err; ^ Error: Cannot find module 'C:\Users\user\Arisu-MD\node_modules\@adiwajshing\keyed-db\lib\KeyedDB.js'. Please verify that the package.json has a valid "main" entry code: 'MODULE_NOT_FOUND', path: 'C:\\Users\\user\\Arisu-MD\\node_modules\\@adiwajshing\\keyed-db\\package.json', requestPath: '@adiwajshing/keyed-db' i use Node.js v18.12.1, how...

bug

![IMG_20221219_201801_220](https://user-images.githubusercontent.com/117030285/208453133-1c8533c1-d22f-427d-89fe-c24474f89212.jpg) It freezes here and never reconnects again, how to fix it? error: Error: Stream Errored (unknown) at WebSocket. (/storage/emulated/0/abot/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:415:13) at WebSocket.emit (node:events:527:28) at /storage/emulated/0/abot/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:221:35 at Object.decodeFrame (/storage/emulated/0/abot/node_modules/@adiwajshing/baileys/lib/Utils/noise-handler.js:131:17) at WebSocket.onMessageRecieved...

bug
Stale

I have error to generate url with link preview Return of logger pino: "msg":"url generation failed" FetchError: uri requested responds with a redirect, redirect mode is set to error

bug
Stale

please fix bug sending messages with quoted and remoteJid: " " (null) ```js const quoted = { key: { id, participant, remoteJid: " " } } sock.sendMessage(msg.key.remoteJid, { text: "Hello...

bug
Stale