Replies: 3 comments 5 replies
-
Hmm the config looks OK, and if your 'recheck' them all, does it work again? |
Beta Was this translation helpful? Give feedback.
-
With the latest update, it's happening a lot. Besides that error, I'm also getting Exception: Page.content: Target page, context or browser has been closed |
Beta Was this translation helpful? Give feedback.
-
Just thought I would chime in herewith my experience of this issue as it turned out to be simple fix for myself when I was running into this same issue when using the new For Context I use docker compose on my Synology DS220+ Nas, and I think by default the synology firewall was blocking connectivity between containers by default (or possibly only the Having recently upgraded the I could have dug a little deeper for the exact cause and also havent tested whether or not hostnames work now instead of specific container ips for TLDR: |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
When i reboot my host system, and then my docker compose for changedetection starts up, some checks are stuck in a specific error:
"Exception: BrowserType.connect_over_cdp: Timeout 60000ms exceeded. Call log: ws://playwright-chrome:3000/ "
If i have lets say 10 Checks, it is a random amount always after reboot. It can be 3, 5 or even 9 out of 10 being in the error above
Version
v0.47.06
How did you install?
docker compose:
To Reproduce
I dont think this is the case for everybody, it may be something with my host system. But like i said, if i reboot my host, and then the docker container start, it is in the error. If i manully restart the docker containers AFTER they were running already after reboot, then the error dont come back anymore.
Expected behavior
Checks should not run into error, even if i reboot my host. Im doing this same procedure for months where i reboot the host weekly and i had never the issue.
Desktop (please complete the following information):
Additional context
I can provide any logs if told wherre to get them.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions