Closed
Description
Description
Since the release of Twisted 23.8.0 recently, I've had problems running Scrapy. I had to fix to the previous version, Twisted==22.10.0
Steps to Reproduce
- Install Scrapy in a new environment
- Run .start() from an CrawlerProcess object
Expected behavior: Scrapy to crawl
Reproduces how often: Always in the new version
Versions
Scrapy>=2.9.0
Additional context
I've seen this fix on stackoverflow