client crash without error after sending 2nd text message
See original GitHub issueHi
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:
- Created a year ago
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
See this pull request from [felipeescher] #1791, is a palliative solution, it work for me.