balh55y

Results 4 issues of balh55y

![image](https://user-images.githubusercontent.com/85926883/216758550-cd150a8e-1ff6-4652-926c-0dd8a80a322d.png) ![image](https://user-images.githubusercontent.com/85926883/216758583-d030822c-5700-44d5-a4ce-7340ac8b90d9.png)

``` hibiapi | │ ╭─────────────────────────────── locals ───────────────────────────────╮ │ hibiapi | │ │ cookies = None │ │ hibiapi | │ │ headers = { │ │ hibiapi | │ │...

bug

因为我拉完代码执行后会出问题并且报错是跟代理相关例如以下 https://github.com/mixmoe/HibiAPI/issues/405 我当时并没有找到原因,就以为是没有填写代理导致(本来不用,机器在海外) 我强行填上(填不对,程序跑在虚拟环境代理地址不存在) 然后就发现了httpx版本的问题,我降回去后程序能跑了,以为就好了,那串不正确的代理就那么放在那了 程序启动也不会报错,但是所有接口全部返回不了数据 ``` { "url": "http://******/api/pixiv/favorite?id=114514", "time": "2024-12-06T19:09:26.188661", "code": 502, "detail": "Upstram API request failed", "headers": {} } ``` 无法找到原因的我无限的重启项目,重新获取token 在两天后的凌晨把代理删掉后好了😢