Exception: Page.goto: Target page, context or browser has been closed #3179
jharris0221
started this conversation in
General
Replies: 1 comment
-
I experience this too, a lot. The URLs I am trying to read don't even need any browser steps, so very simple stuff. I load the pages once a night, so not overusing or overloading the websites. Yet every morning I always see some errors in the changedetection overview page.. It's completely random which page that is failing in this way. My system is a 128GB memory and the docker instance has plenty available, if needed, so it's not a memory resource issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Exception: Page.goto: Target page, context or browser has been closed Call log: navigating to "https://anrweb.vt.gov/FWD/FW/FishStockingSearch.aspx", waiting until "load"
I have this setup polling via the Playwright method. I am using the following Browser Steps:
GoTo Site
Execute JS: document.getElementById("ctl00_body_ddlCounty").selectedIndex = 17
Execute JS: document.getElementById("ctl00_body_ddlSchedule").selectedIndex = 1
Click Element: INPUT[name="ctl00$body$btnSearch"]
The weird thing is, about 25% of the time I get no error.
Appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions