qd-today / qd

QD [v20240210] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server
https://qd-today.github.io/qd/
MIT License
4.46k stars 577 forks source link

[Bug] 通知没有走代理 #464

Closed wen-long closed 1 year ago

wen-long commented 1 year ago

Verify steps

QD Version

20230821

Bug on OS

Linux

Bug on Platform

Docker/Linux 64位

To Reproduce

将国外的一个实例放到国内运行,发现代理程序没有 telegram 相关日志 同时 qd 日志提示 telegram 连接失败

Describe the Bug

通知也是用 http 发送出去的,应当遵循一般的代理设置,但实际并没有

QD config

No response

QD log

QD.Http.Funcs funcs:205] Sent to Telegram error: Cannot connect to host api.telegram.org:443 ssl:False [Connect call failed ('31.13.69.245', 443)]

Expected behavior

希望通知能够遵循代理设置

Screenshots

No response

a76yyyy commented 1 year ago

https://qd-today.github.io/qd/zh_CN/toolbox/pusher.html#telegram-bot-%E6%8E%A8%E9%80%81 参考这里设置telegram代理

wen-long commented 1 year ago

https://qd-today.github.io/qd/zh_CN/toolbox/pusher.html#telegram-bot-%E6%8E%A8%E9%80%81 参考这里设置telegram代理

十分感谢,测试可用 我只看了文档提到 PROXIES 是全局代理域名列表,没有仔细看通知的文档