This repository was archived by the owner on Nov 2, 2024. It is now read-only.
changedetection - Playwright-content-fetcher not working #3638
Unanswered
kossidts
asked this question in
Help Needed
Replies: 1 comment
-
Same issue here, no idea how to make it work with Browserless v2 so I downgraded existing installation to Browserless v1 using #2262 (comment) and reverted changes to changedetection.service made in 72dfc20 , then it seems to be fine. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I encountered an issue with the Playwright-content-fetcher not working, and upon investigation, it seems related to the browserless service failing to start.
Running
systemctl status browserless
returned:The
/etc/systemd/system/browserless.service
has this configuration:But the structure of
/opt/browserless
looks like:the
start.sh
file is located underscripts
, so updated the service file accordinglyExecStart=/opt/browserless/scripts/start.sh
This results in
Has anyone else encountered this issue, or does anyone have suggestions on resolving it?
Beta Was this translation helpful? Give feedback.
All reactions