Replies: 7 comments 2 replies
-
|
vscode插件也不行
|
Beta Was this translation helpful? Give feedback.
-
|
尝试把ipv6关了或者把一些代理关了 Try turning off ipv6 or turning off some proxies |
Beta Was this translation helpful? Give feedback.
-
|
any update? |
Beta Was this translation helpful? Give feedback.
-
|
Same error with us |
Beta Was this translation helpful? Give feedback.
-
|
For me, it happens only on my Ubuntu 22.04 box. On a very old macbook, the kimi-cli works as normal! I just submit an issue |
Beta Was this translation helpful? Give feedback.
-
|
Ok i have submitted new PR for the fix and it worked for me locally. No more issue of LLM provider error . Thanks @realalien |
Beta Was this translation helpful? Give feedback.
-
|
You can manually patch the OAuth module in your installation. edit this file: Edit the oauth.py file in your uv tools installationnano /home/USERFOLDER/.local/share/uv/tools/kimi-cli/lib/python3.13/site-packages/kimi_cli/auth/oauth.py Before (broken):"X-Msh-Os-Version": platform.version(), After (fixed):"X-Msh-Os-Version": platform.version().replace("#", "").strip(), |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Kimi Code CLI is running?
1.6
Which open platform/subscription were you using?
/login
Which model were you using?
kimi-for-coding
What platform is your computer?
x64
What issue are you seeing?
如图所示,一直报这个错,能ping通的,也配置了ipv4优先
如何排查?
What steps can reproduce the bug?
不知道重现步骤,可能和我电脑的环境或网络有关
What is the expected behavior?
No response
Additional information
No response
What version of Kimi Code CLI is running?
1.6
Which open platform/subscription were you using?
/login
Which model were you using?
kimi-for-coding
What platform is your computer?
x64
What issue are you seeing?
As shown in the picture, this error is reported all the time. If the ping is successful, ipv4 priority is also configured.
How to troubleshoot?
What steps can reproduce the bug?
I don’t know the steps to reproduce. It may be related to my computer environment or network.
What is the expected behavior?
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions