We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running scrapyd and ScrapyKeeper. Spiders are set for periodic jobs. Each time they run, I've got this error.
I've inspected my envvars and there isn't any SCRAPY_ variable there.
envvars
SCRAPY_
Any ideas who is setting this SCRAPY_JOB variable?
SCRAPY_JOB
INFO: Scrapy 2.1.0 started (bot: mybot) CRITICAL: Unhandled error in Deferred: CRITICAL: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks result = g.send(result) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scrapy/crawler.py", line 86, in crawl self.spider = self._create_spider(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scrapy/crawler.py", line 98, in _create_spider return self.spidercls.from_crawler(self, *args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/scrapy/spiders/__init__.py", line 49, in from_crawler spider = cls(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument '_job'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running scrapyd and ScrapyKeeper. Spiders are set for periodic jobs. Each time they run, I've got this error.
I've inspected my
envvars
and there isn't anySCRAPY_
variable there.Any ideas who is setting this
SCRAPY_JOB
variable?The text was updated successfully, but these errors were encountered: