百合会签到失效
本地挂代理测试发现这个问题:https://www.dismall.com/thread-12232-1-1.html
估计和 cloudflare 有关,难顶
Python3 requests not properly encoding spaces
Python's requests triggers Cloudflare's security while urllib does not
https://checkforcloudflare.selesti.com/?q=https://bbs.yamibo.com/forum.php
https://github.com/jckling/Daily-Bonus/actions/runs/6095448475
我的这两天也出现了签到不了的情况,推送显示的是未知错误,操作显示的是成功 这是操作日志 https://github.com/jckling/Daily-Bonus/actions/runs/6216468108/job/16870350154
@MoTingFeng 恩,因为 github action 是在美国 IP 运行的,看着是被 cloudflare 拦住了,本地运行没问题的。
github action 实在打印不了 response
明天试试 send file
请求头中注释掉 Accept-Encoding 即可
注册本地 runner 运行可完成签到