orkestral / venom

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp.
https://orkestral.io
Apache License 2.0
6.14k stars 1.21k forks source link

Multiple connections not working #2823

Open techwebsolucao opened 2 weeks ago

techwebsolucao commented 2 weeks ago

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); });

ghayman commented 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

tls-jil commented 1 week ago

i have same issue

https://github.com/orkestral/venom/issues/2825

not get the QR code

ghayman commented 1 week ago

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

tls-jil commented 2 days ago

i have done with this

npm install github:orkestral/venom#master

but still get same issue