ccr service failed to start
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...
Also same issue.
same issue . After loading the JSON config it breaks down: "undefined Loaded JSON config from: /home/polygreen/.claude-code-router/config.json "
接口被使用了。
换个接口,比如 "PORT": 3460 就好了。
接口被使用了。
换个接口,比如 "PORT": 3460 就好了。
我更换了接口以后,发现可以启动,非常感谢
换个接口,比如 "PORT": 3460 就好了。