question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sulla do not detect already authenticated and hang

See original GitHub issue

Using the example script:

On first start or after deleting β€˜session’ the example programm detects and show QR code. After scanning QR code sending and recieving new messages is working

node dealwaecho.js
βœ” Initializing whatsapp
β„Ή Authenticate to continue
β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„β–„
β–ˆ β–„β–„β–„β–„β–„ β–ˆβ–„β–ˆβ–€β–€β–€β–ˆβ–€β–ˆβ–ˆβ–ˆβ–„β–ˆ β–„β–ˆ  β–€ β–ˆβ–€β–€ β–ˆ β–ˆ β–„β–„β–„β–„β–„ β–ˆ
β–ˆ β–ˆ   β–ˆ β–ˆ β–„β–ˆ β–„ β–„β–ˆβ–„β–ˆβ–„ β–€β–€β–€ β–ˆβ–„β–€β–ˆ β–ˆβ–„β–ˆ β–ˆ β–ˆ   β–ˆ β–ˆ
β–ˆ β–ˆβ–„β–„β–„β–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–€β–ˆ β–„β–ˆβ–€β–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–„β–ˆβ–„ β–€β–€β–ˆβ–ˆ β–ˆβ–„β–„β–„β–ˆ β–ˆ
β–ˆβ–„β–„β–„β–„β–„β–„β–„β–ˆβ–„β–ˆβ–„β–ˆ β–ˆ β–€β–„β–€ β–ˆ β–ˆ β–ˆ β–ˆβ–„β–ˆβ–„β–€β–„β–ˆβ–„β–ˆβ–„β–„β–„β–„β–„β–„β–„β–ˆ
β–ˆ  β–„β–„β–€β–€β–„β–€ β–€β–„β–„β–€β–€β–„β–ˆβ–ˆ β–ˆβ–€β–€β–€β–€ β–€β–„β–„ β–€β–€  β–„β–„β–€β–ˆ β–„ β–€ β–ˆ
...
β–ˆβ–ˆβ–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–€β–„β–ˆβ–€β–„β–ˆβ–„β–„ β–€ β–ˆβ–€ β–ˆβ–„β–ˆβ–„ β–€β–€β–€β–„β–„ β–„β–„β–„ β–ˆ β–€ β–ˆ
β–ˆ β–„β–„β–„β–„β–„ β–ˆβ–ˆβ–„β–„  β–€ β–€β–ˆβ–ˆβ–€β–€β–„β–ˆβ–„ β–„β–€β–ˆβ–€β–€β–ˆβ–ˆβ–„ β–ˆβ–„β–ˆ β–„β–„β–„β–€β–ˆ
β–ˆ β–ˆ   β–ˆ β–ˆβ–€β–„β–€β–€ β–€β–ˆβ–€β–€β–€β–ˆβ–€β–„β–€β–„β–€ β–€β–„β–€ β–€β–€β–€  β–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–ˆ
β–ˆ β–ˆβ–„β–„β–„β–ˆ β–ˆ β–„β–€ β–ˆβ–„β–€β–€β–€β–„β–€ β–ˆ  β–€ β–ˆβ–ˆβ–€β–ˆβ–„β–€β–ˆ β–ˆβ–ˆ β–ˆβ–„β–ˆβ–€β–ˆβ–ˆ
β–ˆβ–„β–„β–„β–„β–„β–„β–„β–ˆβ–„β–ˆβ–„β–ˆβ–„β–ˆβ–ˆβ–„β–ˆβ–„β–„β–„β–ˆβ–ˆβ–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–ˆβ–„β–„β–„β–ˆβ–ˆβ–„β–ˆβ–„β–ˆβ–„β–ˆβ–ˆ

βœ” Authenticating
βœ” Whatsapp is ready

On second start sulla hangs while detecing auth:

node dealwaecho.js
βœ” Initializing whatsapp
β„Ή Authenticate to continue

OS: Linux, OpenSuse 15.3 node: v10.16.3

Any Ideas whats going wrong?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
danielcardeenascommented, Apr 9, 2020

First of all, looks like @egorky 's problem is not being able to save the session. This is a common problem in puppeteer when it gets interrupted without closing it correctly. Read this part of the README to know how to handle it

Also, I’m adding right now update scripts to avoid @robertsLando and @apriady issue

1reaction
danielcardeenascommented, Feb 1, 2020

Fixed on next release

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Abdication of Sulla | Approaching the Roman Revolution
Caesar's words can testify as well as Caesar's actionsβ€”'the res publica was only a name, it lacked shape or substance; Sulla, by resigning...
Read more >
Remote Development Tips and Tricks - Visual Studio Code
Visual Studio Code Remote Development troubleshooting tips and tricks for SSH, Containers, and the Windows Subsystem for Linux (WSL)
Read more >
Windows 11, version 22H2 known issues and notifications
In this article. Known issues; Issue details. Find information on known issues and the status of the rollout for Windows 11, version 22H2....
Read more >
Security 101: Protecting Wi-Fi Networks Against Hacking and ...
Footage check of security feeds would not help as the activity would look like normal browsing or the device could be hidden in...
Read more >
Note sulla versione - Elenco delle modifiche - 11601 - Acronis
Acronis True Image Home console may hang if Nero Scout utility (part of Nero 7) ... Now the software detects which users need...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found