2023-05-16 161628 scrapyutilslog INFO Scrapy 250 started bot heima_video2023-05-16 161628 scrapyutilslog INFO Versions lxml 4920 libxml2 2912 cssselect 120 parsel 181 w3lib 211 Twisted 22100 Python 38
The log file shows an error related to a missing attribute 'SSLv3_METHOD' in the 'OpenSSL.SSL' module. This error occurs when trying to load the HTTP and HTTPS download handlers, as well as the S3 download handler. The error message suggests that the version of OpenSSL being used does not support SSLv3, which is used by these handlers. To fix this error, one possible solution is to upgrade OpenSSL to a version that supports SSLv3 or to switch to a different version of SSL that is supported by the handlers. Another possible solution is to disable SSLv3 in the handlers' settings
原文地址: https://www.cveoy.top/t/topic/fe6W 著作权归作者所有。请勿转载和采集!