Nur Muhammad

Results 111 comments of Nur Muhammad

Can you please attach your code for sending the media message? And in postman how you attach the file?

The current code handle for file from an URL, so you must fill the `file` field and give it value for the file URL. And here we use axios to...

Silahkan update library-nya, gunakan whatsapp-web.js versi terbaru.

Sudah jalankan `npm update` setelah mengubah versinya?

Pastikan sudah menggunakan versi whatsapp-web.js terbaru dan Node.js v14 atau yang lebih baru.

Try to add catch for initialize, see example below: ```js const { Client } = require("whatsapp-web.js"); const client = new Client(); // ..... // your another code // ..... client.initialize().catch(_...

That is a different issue, please read the error message for detail. You need to install another library to make Puppeteer running on Ubuntu.

Bisa disertakan informasi yang lebih detail, bisa berupa screenshot browser dan kode yang digunakan.

Coba lihat pada Console browser, biasanya disana akan muncul errornya.

@ccmks Silakan jalankan `npm update whatsapp-web.js` untuk memperbarui library ke versi terbaru.