Commit #1712 breaks my scripts with 'UnhandledPromiseRejectionWarning'
See original GitHub issueCurrently I’m running my scripts on the latest master. Since https://github.com/GoogleChrome/puppeteer/pull/1712 was merged I get an “Unhandled Promise Rejection Warning” in my terminal and my scripts stop at this point. If i use the sha just before this commit all is well.
I’m a bit of novice when it comes to some things so forgive me if I’m missing something here.
(node:78444) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Protocol error (Runtime.callFunctionOn): Object couldn't be returned by value undefined
(node:78444) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Commit #1712 breaks my scripts with ... - GitHub
Currently I'm running my scripts on the latest master. Since #1712 was merged I get an "Unhandled Promise Rejection Warning" in my terminal ......
Read more >@google-cloud/firestore | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Renovate Bot Package Diff
- - The CLI is now an ES module and requires at least Node.js v12.20. Fixed previous releases by using Rollup instead of...
Read more >Update puppeteer to the latest version (!1051) · 合并请求· wechaty ...
... Commit #1712 breaks my scripts with 'UnhandledPromiseRejectionWarning' ... waitFor* calls (#1712) ... Commits. The new version differs by 90 commits.
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
@aslushnikov @JoelEinbinder That did the trick. Thanks a ton!!
Interesting. I imagine https://github.com/GoogleChrome/puppeteer/pull/1712/files#diff-16f3b9739b97830927de83812ac92d78R718 is throwing. I’ll need to rethink how to implement that. Thanks for the report.