claude-code-router icon indicating copy to clipboard operation
claude-code-router copied to clipboard

ccr service failed to start

Open Wbxxx opened this issue 4 months ago • 5 comments

Image

Wbxxx avatar Aug 21 '25 06:08 Wbxxx

I have the same problem.

ccr -v claude-code-router version: 1.0.43

config.json { "LOG": false, "OPENAI_API_KEY": "sk-xx", "OPENAI_BASE_URL": "https://api.deepseek.com", "OPENAI_MODEL": "deepseek-chat", "Providers": [ { "name": "deepseek", "api_base_url": "https://api.deepseek.com", "api_key": "sk-xx", "models": ["deepseek-chat", "deepseek-reasoner"] } ], "Router": { "background": "deepseek-reasoner,deepseek-chat", "think": "deepseek-reasoner,deepseek-chat", "longContext": "deepseek-reasoner,deepseek-chat" } }

C:\Users\Dio>ccr start undefined Loaded JSON config from: C:\Users\Dio.claude-code-router\config.json Received SIGINT, cleaning up...

chasinghope avatar Aug 21 '25 09:08 chasinghope

Also same issue.

rcalv002 avatar Aug 21 '25 21:08 rcalv002

same issue . After loading the JSON config it breaks down: "undefined Loaded JSON config from: /home/polygreen/.claude-code-router/config.json "

misterdojo777 avatar Aug 23 '25 11:08 misterdojo777

接口被使用了。

Image

换个接口,比如 "PORT": 3460 就好了。

Wanli-Go avatar Aug 29 '25 03:08 Wanli-Go

接口被使用了。

Image 换个接口,比如 "PORT": 3460 就好了。

我更换了接口以后,发现可以启动,非常感谢

touboli avatar Nov 20 '25 14:11 touboli