gmlmaino

Results 7 comments of gmlmaino

I have the same error, it is a new installation, in another that I have, in the same vps provider, but in another account, it works perfectly.

I have the same error, it is a new installation, in another that I have, in the same vps provider, but in another account, it works perfectly.

Ini bukan versi simpul, itu membuat kesalahan yang sama dijelaskan dan versi simpul adalah root @ nodejs-ubuntu-s--1gb-AMD-sfo3-01: ~ # node -v v14.17.6 It is not the node version, it makes...

TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md at onClose (/opt/whatsapp-api/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:197:20) at Interface. (/opt/whatsapp-api/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:187:68) at Interface.emit (events.js:412:35) at Interface.close (readline.js:451:8) at Socket.onend (readline.js:224:10) at Socket.emit (events.js:412:35) at endReadableNT (internal/streams/readable.js:1317:12) at processTicksAndRejections (internal/process/task_queues.js:82:21) (Use `node --trace-warnings ...`...

![Captura de pantalla](https://user-images.githubusercontent.com/51772711/131613070-cf1a2315-0e11-4ee0-a8e6-fb426ed69a44.png)

const { Client } = require('whatsapp-web.js'); const client = new Client(); client.on('qr', (qr) => { // Generate and scan this code with your phone console.log('QR RECEIVED', qr); }); client.on('ready', ()...