Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: Chrome freezes on windows when opened with WWW::Mechanize::Chrome

by bakiperl (Beadle)
on Oct 15, 2021 at 12:34 UTC ( [id://11137576]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Chrome freezes on windows when opened with WWW::Mechanize::Chrome
in thread Chrome freezes on windows when opened with WWW::Mechanize::Chrome

Stevieb,
Chrome version 94.0.4606.81 (64-bit) is the one that is causing the problem. I had to downgrade to version 91.0.4472.123 to resolve the problem, but I am sure that version 93 have worked for me before.
  • Comment on Re^4: Chrome freezes on windows when opened with WWW::Mechanize::Chrome

Replies are listed 'Best First'.
Re^5: Chrome freezes on windows when opened with WWW::Mechanize::Chrome
by Corion (Patriarch) on Oct 15, 2021 at 12:59 UTC

    This is weird. On my Windows PC I also have 94.0.4606.81 and there the test suite passes without problems and your program as well.

    So it must be some other configuration component that causes the trouble, but if downgrading works for you maybe you can find out the exact difference...

      I will do more checks and let you know if I find the source of the problem.
      Thank you Corion.
        Corion,
        Just in case this can help tracking the issue that is causing chrome/chromium version 94. and 95. to freeze, I added the launch_arg option and the result is shown below:
        my $mech = WWW::Mechanize::Chrome->new( headless => 0, launch_arg => [ " --enable-logging", "--v=1" ] );
        chrome_bebug.log file
        [10576:11820:1029/142219.260:ERROR:chrome_browser_main_extra_parts_met +rics.cc(230)] crbug.com/1216328: Checking Bluetooth availability star +ted. Please report if there is no report that this ends. [10576:11820:1029/142219.260:ERROR:chrome_browser_main_extra_parts_met +rics.cc(233)] crbug.com/1216328: Checking Bluetooth availability ende +d.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137576]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-25 00:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found