Results 2 issues of UKM

Platform : macOS 应该是个在macOS上常见的问题(如果没接触过爬虫的话)。之前在macOS上是用取消证书验证来通过的 ``` python3 import ssl ssl._create_default_https_context = ssl._create_unverified_context ``` 新版本用了新的库之后上面的代码不管用了,还是需要更新一下证书 Install certificates to solve the problem: [https://stackoverflow.com/questions/50236117/scraping-ssl-certificate-verify-failed-error-for-http-en-wikipedia-org](url) > If you're using macOS go to Macintosh HD >...

## 环境 - nonebot-bison 版本:0.7.3 - nonebot 版本:2.0.0 - 安装方式 4. 克隆或下载项目直接使用 - 操作系统:macOS ## 问题 前端添加订阅时特殊字符被转义导致无法正常获取到数据 复现:后台添加RSS订阅https://rsshub.app/twitter/user/+44196397 报告服务器错误 报错原因是发送的请求网址变成了https://rsshub.app/twitter/user/%2044196397 导致获取数据失败 ## 日志 以下为RSSHub的日志 ``` nfo: /twitter/user/%2044196397, user IP: ::ffff:198.18.7.3...