-
Hi!
When I restart it I get a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I did manage to fix it, no errors but I still get the Edit: It was a problem on my end, with the firewall and hosting provider |
Beta Was this translation helpful? Give feedback.
-
I went through this. Seemed that the problem was that the changedetection docker container was unable to resolve the given URL in PLAYWRIGHT_DRIVER_URL=ws://127.0.0.1:3000/ I found two ways to resolve it. I could substitute 127.0.0.1 for the actual IP address of the playwright-chrome container. eg 172.17.0.1. However IP addresses can change, so what I did after that was to create a network and join both containers to it. Having done that, it was possible to use the container hostname playwright-chrome, instead of 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
I did manage to fix it, no errors but I still get the
Sorry, this functionality only works with Playwright/Chrome enabled watches
Edit: It was a problem on my end, with the firewall and hosting provider