We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为我拉完代码执行后会出问题并且报错是跟代理相关例如以下 #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 在两天后的凌晨把代理删掉后好了😢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
因为我拉完代码执行后会出问题并且报错是跟代理相关例如以下
#405
我当时并没有找到原因,就以为是没有填写代理导致(本来不用,机器在海外)
我强行填上(填不对,程序跑在虚拟环境代理地址不存在)
然后就发现了httpx版本的问题,我降回去后程序能跑了,以为就好了,那串不正确的代理就那么放在那了
程序启动也不会报错,但是所有接口全部返回不了数据
无法找到原因的我无限的重启项目,重新获取token
在两天后的凌晨把代理删掉后好了😢
The text was updated successfully, but these errors were encountered: