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
Hi elacuesta,
I am new to playwright and scrapy. And I met a problem that after I set the configuration (Download Handler and Twisted reactor), the main code is just the 'Basic usage' you showed in Readme.md. And after I run the code in windows, It shows that "TypeError: ProactorEventLoop is not supported, got: ", I think it is about the Twisted part but I dont know what exactly happened. Did I make any mistakes? Thanks!
Regards,
Ethan
The text was updated successfully, but these errors were encountered:
Hey Ethan, indeed it's not currently possible to use this package directly on Windows (#7). I haven't tested it myself, but according to this comment it works well under WSL2 (Windows Subsystem for Linux). I will update the readme with a note about this, thanks for bringing it up.
Hi elacuesta,
I am new to playwright and scrapy. And I met a problem that after I set the configuration (Download Handler and Twisted reactor), the main code is just the 'Basic usage' you showed in Readme.md. And after I run the code in windows, It shows that "TypeError: ProactorEventLoop is not supported, got: ", I think it is about the Twisted part but I dont know what exactly happened. Did I make any mistakes? Thanks!
Regards,
Ethan
The text was updated successfully, but these errors were encountered: