Open tmancini opened 3 years ago
It seems that _item_scraped
is not triggered, so dispatcher
in Processor.__init__()
doesn't work. (???)
The temporary solution is moving dispatcher.disconnect(self._item_scraped, signals.item_scraped)
from __init__
to crawl
in Processor
class. Then comment p.terminate()
line in run
due to some billiard
library (win32) issues.
In general, it seems to be something wrong with this library on windows :(
Hey all, this is exactly what I was looking for, but running into a few problems trying to test it out on Windows. Using the following I get the error above:
When I move the Spider into a separate file and import that in, it seems to run without an error, but the results print as an empty array.