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.

client crash without error after sending 2nd text message

See original GitHub issue

Hi I’m struggling with client.sendText for a week and I couldn’t find any solution. My problem is when I send first message everything is fine but when I send second message process goes lost without any exception or terminating program! and this does not happen just for send message. all client methods die after calling them (I tried all of them). finally, I reached Line 120 in file sender.layer.js: const result = await this.page.evaluate(({ to, content }) => { return WAPI.sendMessage(to, content); }, { to, content }); All my breakpoint hit before this line but after calling this function nothing happens! and my server can’t return response to client. please help me Thanks

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10

github_iconTop GitHub Comments

3reactions
renandecarlocommented, Jul 12, 2022

@renenucci @ViniciusFH it seems latest-version became an ESM module, which was updated in a recent venom commit. You can use my repo for installation for now, I’ve downgraded it: https://github.com/renandecarlo/venom

1reaction
luiz-limbercommented, Jul 11, 2022

See this pull request from [felipeescher] #1791, is a palliative solution, it work for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Diagnosing issues using crash reports and device logs
Retrieve a crash report for an issue. See Acquiring crash reports and diagnostic logs for the different ways you can retrieve crash reports....
Read more >
Stop error or blue screen error troubleshooting - Windows Client
Learn advanced options for troubleshooting stop errors, also known as blue screen errors or bug check errors.
Read more >
Detect and diagnose crashes - Android Developers
There are many situations that can cause a crash in your app. Some reasons are obvious, like checking for a null value or...
Read more >
Issues - Help center
If LINE is unable to start or closes suddenly (crashes), please try the following. 1. Update the app. Issues may occur on older...
Read more >
Fix "Aw, Snap!" page crashes and other page loading errors
Try reloading the tab with the error. Step 2: Clear your cache. Chrome might have information stored that's stopping the page from loading....
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