venom icon indicating copy to clipboard operation
venom copied to clipboard

Session Checking Logged

Open fadilbjm opened this issue 2 years ago • 6 comments

Description

i have similiar issue with #1672 but when i am trying to trace what happen with this issue in Checking is logged.... i found something interesting they redirecting to web.facebook.com not web.whatsapp.com with these steps

  • first attempt or create it is redirecting to web.whatsapp.com and we scan the qr code then everything looks normal
  • when we stop the service/venom bot and we re-run it again you will get stuck in Checking is logged.... if you want to know, you can add print URL in create() function like this:
// BrowserInstance
    (browser, waPage) => {
        console.log('Browser PID:', browser.process().pid);
        console.log(waPage.url());
        waPage.screenshot({ path: 'screenshot'+ Date.now() +'.png' });
    }

with using that code we can see in screenshot that capture screenshot of facebook page not whatsapp page, maybe someone can help us

fadilbjm avatar Sep 08 '22 13:09 fadilbjm

Thank you for joining our community, happy. We are currently fixing this bug, our new version will be released soon.

Working with Love!

github-actions[bot] avatar Sep 08 '22 13:09 github-actions[bot]

Screenshots

image image

fadilbjm avatar Sep 08 '22 13:09 fadilbjm

use git https://github.com/orkestral/venom.git then in /venom folder run npm run build then copy dist and replace the one in your project

dialogbot avatar Sep 08 '22 21:09 dialogbot

use git https://github.com/orkestral/venom.git then in /venom folder run npm run build then copy dist and replace the one in your project

first run i got some error Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'isWidlike') and it stop. and then i run it again i got ProtocolError: Protocol error (Runtime.callFunctionOn): Target closed.

how to solve it?

fadilbjm avatar Sep 09 '22 00:09 fadilbjm

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 19 '22 04:09 github-actions[bot]

same here

FelipeVeiga avatar Sep 20 '22 23:09 FelipeVeiga

I am facing the same issue with the Linux 20.04 server keeping the headless option true, any updates?

Infinity8sailor avatar Sep 23 '22 11:09 Infinity8sailor

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 04 '22 03:10 github-actions[bot]

use git https://github.com/orkestral/venom.git then in /venom folder run npm run build then copy dist and replace the one in your project

first run i got some error Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'isWidlike') and it stop. and then i run it again i got ProtocolError: Protocol error (Runtime.callFunctionOn): Target closed.

how to solve it?

same here too

marcelovieirahonorio avatar Oct 13 '22 04:10 marcelovieirahonorio

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 24 '22 04:10 github-actions[bot]

use git https://github.com/orkestral/venom.git then in /venom folder run npm run build then copy dist and replace the one in your project

first run i got some error Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'isWidlike') and it stop. and then i run it again i got ProtocolError: Protocol error (Runtime.callFunctionOn): Target closed.

how to solve it?

same here too

rodrigooliver avatar Oct 28 '22 20:10 rodrigooliver

solved #54d5a7b new version 3.4.1 for update

npm i venom-bot@latest

orkestral avatar Nov 07 '22 22:11 orkestral

Cannot read properties of undefined (reading 'isWidlike') Version: 4.3.7 Date: 2023-03-30

rafaelsnnoleto avatar Mar 30 '23 17:03 rafaelsnnoleto