You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the website has bot protection in place. This also ends up in a timeout:
curl -v -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" --http1.1 https://www.kruidvat.be/nl/fotoservice/fotoboeken.html
We can't do much in such a case. Closing as a won't fix.
Version
1.51
Steps to reproduce
Example steps (replace with your own):
linux/amd64
:docker buildx build --platform linux/amd64 --tag playwright-timeout-errors .
docker run --rm playwright-timeout-errors
Expected behavior
I expect Playwright to visit all the pages, take the screenshot and succeed without timing out after 30s
Actual behavior
It scrapes a few pages but then times out after 30s of taking a screenshot:
Additional context
Weirdly enough, the issue only happens when running in a Docker context.
Environment
The text was updated successfully, but these errors were encountered: