jschnurr / scrapyscript

Run a Scrapy spider programmatically from a script or a Celery task - no project required.
MIT License
121 stars 26 forks source link

process not complete after spider close #6

Closed chiragkanhasoft closed 5 years ago

chiragkanhasoft commented 5 years ago

in my case process never reach to the last line.

data = processor.run([githubJob])

print(json.dumps(data, indent=4))

it never reach to print line ,so i am not able to start new process because process is not complete and task is also not display as success task

DanielMenke commented 5 years ago

relates to https://github.com/jschnurr/scrapyscript/issues/3.