nonebot-bison icon indicating copy to clipboard operation
nonebot-bison copied to clipboard

[建议]能否添加功能通过代理访问订阅

Open sherlockHlb opened this issue 1 year ago • 6 comments

建议. nonebot_bison | network connection error: <class 'httpx.PoolTimeout'>, url: https://www.youtube.com/feeds/videos.xml?channel_id=UCYjB6uufPeHSwuHs8wovLjg 无法访问RSS

sherlockHlb avatar Apr 22 '23 08:04 sherlockHlb

04-22 17:35:12 [WARNING] nonebot_bison | network connection error: <class 'httpx.ReadTimeout'>, url: https://m.weibo.cn/api/container/getIndex?containerid=1076036190405002 甚至有时候连微博都看不了

sherlockHlb avatar Apr 22 '23 10:04 sherlockHlb

https://github.com/felinae98/nonebot-bison/pull/71 文档: BISON_PROXY

AzideCupric avatar Apr 23 '23 04:04 AzideCupric

network connection error: <class 'httpx.ConnectTimeout'>, url: https://rsshubzzz.vercel.app/t66y/15 添加了代理依然不行.

#BISON BISON_PROXY=http://127.0.0.1:1090

sherlockHlb avatar Apr 26 '23 00:04 sherlockHlb

04-26 09:16:14 [WARNING] nonebot_bison | network connection error: <class 'httpx.ReadTimeout'>, url: https://m.weibo.cn/api/container/getIndex?containerid=1076036064800364 添加代理了仍然是出现这个错误 image

sherlockHlb avatar Apr 26 '23 01:04 sherlockHlb

而且不断提醒

04-30 02:43:46 [WARNING] logging | Run time of job "Scheduler.exec_fetch (trigger: interval[0:00:03], next run at: 2023-04-30 02:43:47 CST)" was missed by 0:00:01.969608 04-30 02:43:46 [WARNING] logging | Run time of job "Scheduler.exec_fetch (trigger: interval[0:00:10], next run at: 2023-04-30 02:43:49 CST)" was missed by 0:00:06.157668

sherlockHlb avatar Apr 29 '23 18:04 sherlockHlb

network connection error: <class 'httpx.ConnectTimeout'>, url: https://rsshubzzz.vercel.app/t66y/15 添加了代理依然不行.

#BISON BISON_PROXY=http://127.0.0.1:1090

将参数加上引号如何?我是这样写的(能正常工作):

BISON_PROXY: 'http://localhost:port'

我是用docker管理的,所以以上是compose里的写法。

Nelocompne avatar Jun 10 '23 07:06 Nelocompne