Replies: 4 comments 4 replies
-
hmm interesting converting to discussion for now |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm currently using v0.45.8.1 with Docker, and this error still persist. |
Beta Was this translation helpful? Give feedback.
-
Understood. |
Beta Was this translation helpful? Give feedback.
-
I removed all the individual watches time for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Javascript execution before change detection generate an exception during page reload (login form): https://github.com/dgtlmoon/changedetection.io/wiki/Run-JavaScript-before-change-detection#login-to-some-portal-with-username-and-password
It' ok with 0.39.17.1 version.
Version
v0.39.19.1
To Reproduce
Steps to reproduce the behavior:
(with bcrowserless ip/port)
document.querySelector("#content > div.in > div > div:nth-child(98) > form > p:nth-child(1) > input[type=radio]:nth-child(3)").click();
document.querySelector("#content > div.in > div > div:nth-child(98) > form > p:nth-child(2) > input[type=text]").value="login";
document.querySelector("#content > div.in > div > div:nth-child(98) > form > p:nth-child(3) > input[type=text]").value="password";
document.querySelector("#content > div.in > div > div:nth-child(98) > form > p:nth-child(8) > input[type=submit]:nth-child(1)").click();
Expected behavior

With 0.39.17.1, result page is ok :
With v0.39.19.1, error :

Unable to retrieve content because the page is navigating and changing the content.
changedetection log :
ERROR:changedetectionio:Exception reached processing watch UUID: 2fee228a-fe04-4d8c-9355-10914a7e6f42 - Unable to retrieve content because the page is navigating and changing the content.
browserless log:
mRJOB3S2BCN4UIZU47NYWTFLP0G42PIIZ: Recording failed stat, cleaning up: "undefined"
at addChunk (node:internal/streams/readable:315:12)
at Socket.emit (node:events:513:28)
at Socket.ondata (node:internal/streams/readable:754:22)
at Socket.Writable.write (node:internal/streams/writable:336:10)
at _write (node:internal/streams/writable:332:10)
at writeOrBuffer (node:internal/streams/writable:391:12)
at Socket._write (node:net:886:8)
at Socket._writeGeneric (node:net:874:11)
at writeGeneric (node:internal/stream_base_commons:151:3)
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
Error: write EPIPE
Error with inbound socket Error: write EPIPE
Screenshots

Desktop
PLAYWRIGHT_DRIVER_URL : ws://BROWSERLESS_IP:BROWSERLESS_PORT/?stealth=1&--disable-web-security=true
WEBDRIVER_URL : http://SELENIUM_IP:SELENIUM_PORT/wd/hub/
Beta Was this translation helpful? Give feedback.
All reactions