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
2024-12-13 15:19:33.838 [info] aider-chat: File "/home/dubious/micromamba/lib/python3.12/site-packages/httpx/_transports/default.py", line 297, in init 2024-12-13 15:19:33.838 [info] aider-chat: ssl_context = create_ssl_context(verify=verify, cert=cert, trust_env=trust_env) 2024-12-13 15:19:33.838 [info] aider-chat: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-13 15:19:33.838 [info] aider-chat: File "/home/dubious/micromamba/lib/python3.12/site-packages/httpx/_config.py", line 54, in create_ssl_context 2024-12-13 15:19:33.838 [info] aider-chat: return ssl.create_default_context(cafile=verify) 2024-12-13 15:19:33.838 [info] aider-chat: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-13 15:19:33.838 [info] aider-chat: File "/home/dubious/micromamba/lib/python3.12/ssl.py", line 707, in create_default_context 2024-12-13 15:19:33.838 [info] aider-chat: context.load_verify_locations(cafile, capath, cadata) 2024-12-13 15:19:33.838 [info] aider-chat: FileNotFoundError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
what provider do you use? the endpoint's https has a problem? currently there is no solutions in aider.
Sorry, something went wrong.
No branches or pull requests
2024-12-13 15:19:33.838 [info] aider-chat: File "/home/dubious/micromamba/lib/python3.12/site-packages/httpx/_transports/default.py", line 297, in init
2024-12-13 15:19:33.838 [info] aider-chat: ssl_context = create_ssl_context(verify=verify, cert=cert, trust_env=trust_env)
2024-12-13 15:19:33.838 [info] aider-chat: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-13 15:19:33.838 [info] aider-chat: File "/home/dubious/micromamba/lib/python3.12/site-packages/httpx/_config.py", line 54, in create_ssl_context
2024-12-13 15:19:33.838 [info] aider-chat: return ssl.create_default_context(cafile=verify)
2024-12-13 15:19:33.838 [info] aider-chat: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-13 15:19:33.838 [info] aider-chat: File "/home/dubious/micromamba/lib/python3.12/ssl.py", line 707, in create_default_context
2024-12-13 15:19:33.838 [info] aider-chat: context.load_verify_locations(cafile, capath, cadata)
2024-12-13 15:19:33.838 [info] aider-chat: FileNotFoundError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: