scrapy框架请求问题

 [<twisted.python.failure.Failure twisted.web._newclient.ParseError: ('wrong number of parts', b'\x15\x03\x01\x00\x02\x02')>]

这个错误怎么搞,用scrapy框架发送get请求后,就会报这个错误,但是用requests发送就没问题。

代码:

yield Request(url=link,
              callback=self.parse_items, meta={"createdAt": time_publish, "crawl_once": True},
              dont_filter=True)
不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 以帮助更多的人 ^-^