winturn

Results 5 issues of winturn

先标记一下,谁有时间谁做。 我如果这几天有时间我也会做

因为原文章已经被51cto给删除了,现在找了另外一个转发那篇文章的链接。

**Describe the bug** 系统邮箱设置,仅支持SSL。 **To Reproduce** 系统邮箱设置页面,默认端口号改为465或其他端口,别是25就行。 因为代码中仅支持SSL端口号。 例如163邮箱,SMTP协议非SSL才是25,容易让用户误会。 端口号依据 ``` https://help.mail.163.com/faqDetail.do?code=d7a5dc8471cd0c0e8b4b8f4f8e49998b374173cfe9171305fa1ce630d7f67ac2a5feb28b66796d3b ```

bug

解决该问题参考的链接是 `https://stackoverflow.com/questions/76158987/scrapy-xpath-error-selector-object-has-no-attribute-default-type` #134

### 目标网站地址 ### css selector / xpath 内容 ``` from scrapy.selector import Selector # 示例代码段 html = "Hello World" selector = Selector(text=html) print(selector.xpath("//p/text()").get()) ``` ### 实际发生了什么? ``` 2024-06-07 22:57:22,720 [ThreadPoolExecutor-0_0:140009119401728]...

help wanted
question
抓取出错