Ju4tCode
Ju4tCode
After doing some tests on this, i find that we still can not pass the positional arguments directly after the request method. Because of the `map_func`, we still need to...
if use `functools.partial` to wrap the request method, it will be hard to detect sync/async and perform validation. Maybe using keyword args is the best way.
`functools._unwrap_partial` is not a public api for extracting the original func from partial. So, I don't think handling partial specially is a good approach.
插件依赖的 nonebot2 版本过低,请修改为 2.3.0+。插件依赖了 requests,请使用 httpx 或者 aiohttp 异步请求替代。
插件依赖里不应该携带 nonebot2 驱动器,请删除,如果需要使用请直接依赖。
@LeiSureLyYrsc 是否有更新?
你的插件内使用了session插件但是你的插件依赖内并未添加和require
你的插件依赖内没有添加
/update
I also encountered this issue when using proxy in company's network. We use proxy to visit outside networks and automatically set `no_proxy` with both ipv4/ipv6 masking to prevent proxying specific...