[Bug] My software stucks on browser.close with plugin-stealth 2.7.x version
See original GitHub issueMy software stucks on browser.close with last version (puppeteer-extra-plugin-stealth)
I’m using more than 1 browser open at the same time, and when I’m trying to close 1 my software stucks. this has never happened with version 2.6.7 or before
my code:
var pages = await this.browser.pages()
for (let i = 0; i < pages.length; i++) {
await pages[i].close();
}
await this.browser.close();
Tested with 2.7.x version
if i downgrade to 2.6.7 everything works fine
Issue Analytics
- State:
- Created 3 years ago
- Comments:56 (23 by maintainers)
Top Results From Across the Web
Fix Chrome update problems & failed updates - Google Support
Reboot your computer The update might not have completed on your computer. Try rebooting your computer and updating Chrome again.
Read more >PySimpleGUI
The Python 2.7 version is PySimpleGUI27 . ... If the user clicked the X button to close the window, then the button value...
Read more >MacPorts Guide
MacPorts is an easy to use system for compiling, installing, and managing open source software. MacPorts may be conceptually divided into two main...
Read more >What's New Change Log - FL Studio
Plugin added from Add > Channel goes to Mixer instead of Channel Rack; Polyphony bug with realtime stretching; Problem moving FL Studio window...
Read more >Release Notes for Cisco DNA Center, Release 2.1.2.x
Added the open bug CSCvy30606. Open Bugs. 2021-07-14. Updated the following packages for 2.1.2.7: Cloud ...
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
This should be fixed now through #530 (thanks @dev-hyperweb 👍 )
cc @LinkTree3 @Dam998
This happens for me as well with the default run settings listed in the documentation.
browser.close
locks up my terminal process. If I remove thepuppeteer-extra
requirement, and just go with the the vanillapuppeteer
, everything is fine. There’s definitely a core issue with this package.Literally just running the quickstart settings doesn’t work: