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
Playwright Version: [what Playwright version do you use?]
Operating System: [WSL 2]
Node.js version: [v17.5.0]
Browser: [All, Chromium, Firefox, WebKit]
I've been trying to use to for scrapy following this guide https://www.youtube.com/watch?v=0wO7K-SoUHM
When I try and run my spider I get this
2022-02-15 10:56:50 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
If I remove playwright I can scrape items just fine.
Missing X server or $DISPLAY suggests that you are trying to run headed on linux without display, is that right? If so, just run headless instead - that is the default behavior of Playwright.
uggests that you are trying to run headed on linux without display, is that right? If so, just run headless instead - that is the default behavior of P
I honestly dont know I just followed the guides for WSL 2 and Ubuntu setup to use scrapy as I needed on my windows instead of my mac. I'm not sure how to switch between headless and headed.
Context:
I've been trying to use to for scrapy following this guide https://www.youtube.com/watch?v=0wO7K-SoUHM
When I try and run my spider I get this
2022-02-15 10:56:50 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
If I remove playwright I can scrape items just fine.
The text was updated successfully, but these errors were encountered: