Open techwebsolucao opened 2 weeks ago
This sounds like it could be related the fix that was just merged. Please try and install from master branch here
github:orkestral/venom#master
Please confirm that installing the latest version from here
npm install github:orkestral/venom#master
is not working. A fix has been made for this in the repo but we are unable to push it to npmjs.com at this time
@tls-jil @techwebsolucao
i have done with this
npm install github:orkestral/venom#master
but still get same issue
It only loads in the Ubuntu 2022 terminal and does not generate qrcode sometimes it generates for one but the rest do not
const venom = require('venom-bot');
venom .create({session: 'teste'}) .then((client) => start(client)) .catch((error) => { console.log(error); });
venom .create({session: 'teste2'}) .then((client) => start(client)) .catch((error) => { console.log(error); });
venom .create({session: 'teste3'}) .then((client) => start(client)) .catch((error) => { console.log(error); });
venom .create({session: 'teste4'}) .then((client) => start(client)) .catch((error) => { console.log(error); });