Replies: 3 comments 6 replies
-
I have the same issue. |
Beta Was this translation helpful? Give feedback.
-
Hello, i had the same problem.
Now its making a screenshot of the site. Greetings. |
Beta Was this translation helpful? Give feedback.
-
Apologies for commenting on this old ticket but I found it via Google and it seemed relevant. I just installed changedetection on an Alpine Linux 3.19 VM and realised there were no OpenRC service scripts, I was also having the problem with an environment variable not being inherited when the script ran. As I wanted to run this headless, I cobbled together two init scripts (one for changedetection and one for chromedriver). I added the environment variable to the Below are my (very jank) init scripts for reference; put them into As an aside, on Alpine Linux, once you're running a modern version of Python 3, Because my Alpine install was previously so old, changedetection wouldn't compile (missing wheels, old dependencies which refused to update due to conflicts, it was horrible). I first had to manually unfudge the ancient Python 2.7 install, remove some ancient packages still referred to in Init scripts:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
So, I'm running Debian 11 on a 3GB VPS, I've managed to install and run successfully changedetection.io, however I need to use it with the WebDriver.
I did manage to install ChromeDriver but it seems that listening is on port 9515 while changedetection wants 4444
I have checked https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver but this only covers docker and windows, there's no native use case.
Tried to patch something together from those notes but I can't seem to get it working.
I'd appreciate any guidance like I'm a 5 year old.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions