"twisted.internet.defer._DefGen_Return" ОШИБКА означает? - PullRequest
0 голосов
/ 14 февраля 2019
[scrapy.pipelines.files] ERROR: File (unknown-error): Error processing file from <GET https://ae01.alicdn.com/kf/HTB1dAcDgL2H8KJjy0Fcq6yDlFXaA.jpg> referred in <https://smartstore.naver.com/buyingirl/products/4199440248>
Traceback (most recent call last):
  File "/home/ec2-user/miniconda3/envs/scrapy/lib/python3.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
    result = g.send(result)
  File "/home/ec2-user/miniconda3/envs/scrapy/lib/python3.7/site-packages/scrapy/core/downloader/middleware.py", line 43, in process_request
    defer.returnValue((yield download_func(request=request,spider=spider)))
  File "/home/ec2-user/miniconda3/envs/scrapy/lib/python3.7/site-packages/twisted/internet/defer.py", line 1362, in returnValue
    raise _DefGen_Return(val)
twisted.internet.defer._DefGen_Return: <200 https://ae01.alicdn.com/kf/HTB1dAcDgL2H8KJjy0Fcq6yDlFXaA.jpg>

Я не знаю, что ОШИБКА означает .. В моих изображениях.и URL, который я вычистил, казалось, ничего не значит.

INFO: Versions: lxml 4.2.5.0, libxml2 2.9.8, cssselect 1.0.3, parsel 1.5.0, w3lib 1.19.0, Twisted 18.9.0, Python 3.7.0 (default, Oct  9 2018, 10:31:47) - [GCC 7.3.0], pyOpenSSL 18.0.0 (OpenSSL 1.0.2p  14 Aug 2018), cryptography 2.3.1, Platform Linux-4.14.97-90.72.amzn2.x86_64-x86_64-with-glibc2.9
...