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
$ python -V Python 3.9.0
[scrapy.core.scraper] ERROR: Error downloading <GET Traceback (most recent call last): File "/python/lib/python3.9/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks result = current_context.run(gen.send, result) File "/python/lib/python3.9/site-packages/scrapy/core/downloader/middleware.py", line 41, in process_request response = yield deferred_from_coro(method(request=request, spider=spider)) File "/python/mySpider/mySpider/middlewares.py", line 33, in process_request request.meta['splash']['args']['proxy'] = "http://" + self.proxy KeyError: 'splash'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ python -V
Python 3.9.0
[scrapy.core.scraper] ERROR: Error downloading <GET
Traceback (most recent call last):
File "/python/lib/python3.9/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/python/lib/python3.9/site-packages/scrapy/core/downloader/middleware.py", line 41, in process_request
response = yield deferred_from_coro(method(request=request, spider=spider))
File "/python/mySpider/mySpider/middlewares.py", line 33, in process_request
request.meta['splash']['args']['proxy'] = "http://" + self.proxy
KeyError: 'splash'
The text was updated successfully, but these errors were encountered: