"Navigation failed because page was closed!" "navigating to URL "waiting until "load" #1929
-
I'm trying changedetection for the first time. I'm running the docker on my own local computer. |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 50 replies
-
Just wanted to share that I am experiencing this same issue. I run both ChangeDetection (0.45.5) and Playwright via Docker Compose/Docker Desktop as per the official instructions on an x86_64 Windows install. If just checking for plain text changes, everything is OK, but using Playwright it has consistent issues across different sites. I have tried to change the visual filter browser steps and increasing/decreasing the timeout but to no effect. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Beta Was this translation helpful? Give feedback.
-
i think the bug might be that the 'wait seconds' is greater than the number of seconds browserless wants to wait for, hence "navigation failed because page was closed"..... try setting jitter to 0 and all 'waits' to 3 seconds... letme know if its more reliable |
Beta Was this translation helpful? Give feedback.
-
also be sure to use |
Beta Was this translation helpful? Give feedback.
-
Using Docker in Unraid . changedetection and browserless Both latest version |
Beta Was this translation helpful? Give feedback.
-
Also moved to 1-chrome-stable + 0s jitter + 3s wait example to check : URL: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@masterwishx when you try to report an issue or discussion, the software version is probably one of the most critical and obvious things to write, please, what version are you on? |
Beta Was this translation helpful? Give feedback.
-
@masterwishx and what exactly are you doing on "google hangouts" ? this seems like a really weird page to expect the browser to be able to load, because that page never actually loads, its always feeding some video etc |
Beta Was this translation helpful? Give feedback.
-
@masterwishx pause all watches, restart your chrome container, and then request just the amazon page, does it work? |
Beta Was this translation helpful? Give feedback.
-
you cant, sorry, that's how ads work, they affect the content. |
Beta Was this translation helpful? Give feedback.
Yes , set
DEFAULT_BLOCK_ADS=false
Fixed the issue