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
�[2Khibiapi | │ ╭─────────────────────────────── locals ───────────────────────────────╮ │ �[2Khibiapi | │ │ cookies = None │ │ �[2Khibiapi | │ │ headers = { │ │ �[2Khibiapi | │ │ │ 'API-Key': b'C69BAF41DA5ABD1FFEDC6D2FEA56B', │ │ �[2Khibiapi | │ │ │ 'App-Channel': '2', │ │ �[2Khibiapi | │ │ │ 'App-Version': '2.2.1.2.3.3', │ │ �[2Khibiapi | │ │ │ 'App-Build-Version': '44', │ │ �[2Khibiapi | │ │ │ 'App-UUID': 'defaultUuid', │ │ �[2Khibiapi | │ │ │ 'Accept': 'application/vnd.picacomic.com.v1+json', │ │ �[2Khibiapi | │ │ │ 'App-Platform': 'android', │ │ �[2Khibiapi | │ │ │ 'User-Agent': 'okhttp/3.8.1', │ │ �[2Khibiapi | │ │ │ 'Content-Type': 'application/json; charset=UTF-8' │ │ �[2Khibiapi | │ │ } │ │ �[2Khibiapi | │ │ proxies = {'all://': '[http://127.0.0.1'}](http://127.0.0.1}) │ │ �[2Khibiapi | │ │ self = <hibiapi.api.bika.net.NetRequest object at 0x7fc70727b520> │ │ �[2Khibiapi | │ ╰──────────────────────────────────────────────────────────────────────╯ │ �[2Khibiapi | │ │ �[2Khibiapi | │ /app/hibiapi/utils/net.py:83 in create_client │ �[2Khibiapi | │ │ �[2Khibiapi | │ 80 │ │ self.create_client() │ �[2Khibiapi | │ 81 │ │ �[2Khibiapi | │ 82 │ def create_client(self): │ �[2Khibiapi | │ ❱ 83 │ │ self.client = self.client_class( │ �[2Khibiapi | │ 84 │ │ │ headers=self.headers, │ �[2Khibiapi | │ 85 │ │ │ proxies=self.proxies, │ �[2Khibiapi | │ 86 │ │ │ cookies=self.cookies, │ �[2Khibiapi | │ │ �[2Khibiapi | │ ╭───────────────────────────── locals ──────────────────────────────╮ │ �[2Khibiapi | │ │ self = <hibiapi.api.bika.net.NetRequest object at 0x7fc70727b520> │ │ �[2Khibiapi | │ ╰───────────────────────────────────────────────────────────────────╯ │ �[2Khibiapi | ╰──────────────────────────────────────────────────────────────────────────────╯ �[2Khibiapi | TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxies'
The text was updated successfully, but these errors were encountered:
先锁旧版 httpx 吧,这个问题我这两天就修
Sorry, something went wrong.
我在考虑直接把 Proxy 这个配置踢了,因为 httpx 本身是会吃 HTTP_PROXY 这一系列的环境变量的,所以我觉得大概不要也没问题?
mnixry
No branches or pull requests
The text was updated successfully, but these errors were encountered: