Closed justquick closed 2 years ago
Hey Justin,
This is not a problem with scrapy-request pakcage, this is a problem with the way you called render function.
See this issue:
https://github.com/psf/requests-html/issues/330
You need to replace render
function with arender
I realize the README might be a bit misleading, I will update it accordingly.
Thanks.
Using the default config from the readme Im getting an asyncio error.
Python 3.9.10 Scrapy 2.5.1 scrapy-requests 0.2.0
I tried adding
nest_asyncio
and get a somewhat better(?) outcome