scornful-crimsonS
Apify & Crawlee3y ago
4 replies
scornful-crimson

Scrapy reactor bug

Hello, so I did a script in vsc locally (apify run) and it worked fine. Then, I pushed it and tried to run it from the apify platform and it returns this error I downloaded the reactor like the template asked to install the reactor which I did
install_reactor('twisted.internet.asyncioreactor.AsyncioSelectorReactor')
and defined it aswell
settings = get_project_settings()
        settings['TWISTED_REACTOR'] = 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'
Was this page helpful?