Replies: 2 comments 2 replies
-
@dgtlmoon why was this converted to the discussion? Assuming the set up is correct, this might be a specific hardware-related error/bug/compatibility issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you ever resolved this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Describe the bug: I'm trying to detect changes in a website that uses JS to render pages. But I'm getting an error every time I check for changes.
Version: v0.45.14
To Reproduce
I'm not sure if this is a hardware-specific problem (again, I'm using Raspberry Pi 5) or not. Anyways, I'm going to describe what I did so far.
docker compose up -d
http://raspberrypi.local:5000/
, added the new page for tracking changes, set Fetch Method to WebDriver Chrome/Javascript.Running containers (
docker ps -a
):Selenium logs (
docker logs changedetection-browser-chrome-1
):Expected behavior: Ability to track the page without an error.
Server machine
Beta Was this translation helpful? Give feedback.
All reactions