-
Which package is this bug report for? If unsure which one to select, leave blank@crawlee/playwright (PlaywrightCrawler) Issue descriptionAfter I build a dockerfile with template Dockerfile, and I start project by It works well by runing
Code sampleNo response Package version3.11.2 Node.js versionv20.10.0 Operating systemNo response Apify platform
I have tested this on the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The request to https://www.ali213.net/news/new times out, try to use some proxies or a browser based crawler. Hard to help without seeing more details, but this is not a bug in the library, its a problem with your setup (and the target site). Could be as well caused by different fingerprints used locally and inside the docker if you use a browser based crawler already. |
Beta Was this translation helpful? Give feedback.
if you use playwright, then the entrypoint shouldnt be just
node
, you need to start the x server first.https://github.com/apify/apify-actor-docker/blob/master/node-playwright-chrome/Dockerfile#L114
either way, if you need more help, you need to provide a complete reproduction