Ups, you’re right although I think I had already uncommented it without success, in a couple of hours I’ll let you know if that solves it.
Comment on I need help enabling Playwright content fetcher in changedetection.io
just_another_person@lemmy.world 4 months ago
The chrome instance is commented out…
Xirup@yiffit.net 4 months ago
Xirup@yiffit.net 4 months ago
I tried to uncomment it and now I get this message when I try to start the service:
service “changedetection” refers to undefined volume WEBDRIVER_URL=http: invalid compose project
Hansie211@lemmy.world 4 months ago
Did you ever find a solution? I’m on mobile, and the Pastebin formatting is a bit off, so I can’t read the compose file very well. However, I suspect the error is related to this line:
Since a colon (‘:’) is used to indicate a volume, it makes sense that the error is about a missing volume. Try wrapping the line in double quotes like this:
to see if that fixes the error.
just_another_person@lemmy.world 4 months ago
Bud, you don’t know how to read and understand your own logs, I can’t step through this entire thing with you. It’s literally telling you exactly what is wrong.
Xirup@yiffit.net 4 months ago
Sorry, I just started selfhosting and even reading that I don’t understand.
just_another_person@lemmy.world 4 months ago
Search for the word “change detection” in your compose file, then find out why it thinks you have a volume named WEB_DRIVER
I’d assume your formatting is off.