Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- #9747

Closed
webbseo opened this issue Feb 26, 2023 · 5 comments
Closed

- #9747

webbseo opened this issue Feb 26, 2023 · 5 comments

Comments

@webbseo
Copy link

webbseo commented Feb 26, 2023

@webbseo webbseo added the bug label Feb 26, 2023
@webbseo webbseo changed the title [Bug]: [Bug]: puppeteer hangs agter goto Feb 26, 2023
@webbseo webbseo changed the title [Bug]: puppeteer hangs agter goto [Bug]: puppeteer hangs after goto Feb 26, 2023
@github-actions
Copy link

github-actions bot commented Feb 26, 2023

This issue was not reproducible. Please check that your example runs locally and the following:

  • Ensure the script does not rely on dependencies outside of puppeteer and puppeteer-core.
  • Ensure the error string is just the error message.
    • Bad:

      Error: something went wrong
        at Object.<anonymous> (/Users/username/repository/script.js:2:1)
        at Module._compile (node:internal/modules/cjs/loader:1159:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
        at Module.load (node:internal/modules/cjs/loader:1037:32)
        at Module._load (node:internal/modules/cjs/loader:878:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:23:47
    • Good: Error: something went wrong.

  • Ensure your configuration file (if applicable) is valid.
  • If the issue is flaky (does not reproduce all the time), make sure 'Flaky' is checked.
  • If the issue is not expected to error, make sure to write 'no error'.

Once the above checks are satisfied, please edit your issue with the changes and we will
try to reproduce the bug again.


Analyzer run

@webbseo
Copy link
Author

webbseo commented Feb 26, 2023

It worked before but now it doesn't even after downgrading both puppeteer and firefox.

@webbseo
Copy link
Author

webbseo commented Feb 27, 2023

tried switching frames and debugging . WaitForSelector doesn't work neither.
Seems its overall puppeteer page recognition and not specific to page.goto.

@Lightning00Blade
Copy link
Collaborator

Hello @webbseo this seems to be a Firefox issue, something is preventing the browser from proceeding.
I can see this is only happening for Google Search only. Trying it with example.com works as expected

cc @whimboo I can see a banner showing for Searching got simpler, maybe that is the problem?

@whimboo
Copy link
Collaborator

whimboo commented Feb 28, 2023

No, this is a dupe of issue #6940.

@whimboo whimboo closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2023
@webbseo webbseo changed the title [Bug]: puppeteer hangs after goto - Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants