Changedtection.io , playwright and its config. #38
Unanswered
sohojmanush
asked this question in
Container Support
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I spun up an image of changedetection.io from linuxserver. It was stated that "Please note that as of version 0.45.16 this image contains the Playwright content fetcher". But the issue is that in the example section
- BASE_URL= #optional - PLAYWRIGHT_DRIVER_URL= #optional
both this are optional. But in the container url only "Basic fast Plaintext/HTTP Client && WebDriver Chrome/Javascript" is present. and logs shows "changedetectionio.content_fetchers::62 - Falling back to selenium as fetcher. then I added "- PLAYWRIGHT_DRIVER_URL=127.0.0.1:3000". Though its change the ui from "WebDriver Chrome/Javascript to"Playwright Chromium/Javascript via '127.0.0.1:3000'". But I still get this. "Exception: BrowserType.connect_over_cdp: Invalid URL Call log: - retrieving websocket url from 127.0.0.1:3000". And as mentioned by the doc- /path/to/changedetection/config:/config
an exemplary .conf file would be nice. couldnt even find a clue about whether its lua/yaml.Beta Was this translation helpful? Give feedback.
All reactions