-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Playwright Connection Error #19
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I'm wondering if although Playwright is installed in the container now, if I still need to add a separate container for the browser itself and point to it in the environment variables? |
Yes, you do. Shipping a browser with the image would add the best part of a gig to its size and people would just complain it wasn't the browser they wanted. |
As mentioned in the readme, it has the playwrite content fetcher: https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher |
Thanks, sorry about that. I was thinking that Playwright contained the browser as well. All makes sense now though. Thanks again. I added a post on the forum here: https://discourse.linuxserver.io/t/changedetection-io-playwright-configuration-with-docker-compose/8866 |
Is there an existing issue for this?
Current Behavior
Exception: HTTPConnectionPool(host='browser-chrome', port=4444): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x761ea384da90>: Failed to establish a new connection: [Errno -3] Try again'))
Expected Behavior
No response
Steps To Reproduce
Fresh install (docker compose)
I changed to use WebDriver Chrome/Javascript in Settings.
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: