Browser Steps not working at all (timeout) #1428
fourofspades
started this conversation in
General
Replies: 2 comments
-
Same problem here: Raspberry Pi 4 4GB (64bit OS) w/ docker-compose, version v0.41. Everything works, but the Browser Steps throws an error every time "Browser session ran out of time :( Please reload this page." services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetection
hostname: changedetection
volumes:
- changedetection-data:/datastore
environment:
- PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/?stealth=1&--disable-web-security=true--allow-file-access-from-files
ports:
- 5000:5000
restart: unless-stopped
browser-chrome:
hostname: browser-chrome
image: seleniarm/standalone-chromium:4.0.0-20211213
volumes:
- /dev/shm:/dev/shm
restart: unless-stopped
playwright-chrome:
hostname: playwright-chrome
image: browserless/chrome
restart: unless-stopped
volumes:
changedetection-data: |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
-
Never managed to get Browser Steps to work at all. I have no other problems with the playwright driver, pages fetch fine, changes are detected.
Error is communicating with server.
Running in docker on Synology with a link to playwright (browserless/chome:latest) via ws://browserless-chrome1:3000
Beta Was this translation helpful? Give feedback.
All reactions