[BUG]

Open
#899 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
typescript
Domain
api, backend

Research direction

Start by reproducing the 503 with cc-switch and the supplied Claude/Qwen3Coder environment settings, then trace where the provider connectivity response reports “未配置供应商.” Done means the configured provider is recognized and the connectivity check no longer returns HTTP 503.

Written by the indexing model from the issue text.

Description

bug

{
"providerId": "85f5deca-0279-4802-9206-10c5c0cc68b2",
"httpStatus": 503,
"connectivity": {
"success": false,
"latencyMs": 3,
"error": "未配置供应商",
"modelUsed": "Qwen3Coder",
"httpStatus": 503
}
} 使用了cc-switch claude可以通,但是报以上错误settings如下:{
"env": {
"ANTHROPIC_API_KEY": "PROXY_MANAGED",
"ANTHROPIC_BASE_URL": "http://127.0.0.1:15721",
"ANTHROPIC_DEFAULT_FABLE_MODEL": "Qwen3Coder",
"ANTHROPIC_DEFAULT_FABLE_MODEL_NAME": "Qwen3Coder",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-haiku-4-5",
"ANTHROPIC_DEFAULT_HAIKU_MODEL_NAME": "Qwen3Coder",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8",
"ANTHROPIC_DEFAULT_OPUS_MODEL_NAME": "Qwen3Coder",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",
"ANTHROPIC_DEFAULT_SONNET_MODEL_NAME": "Qwen3Coder"
}
}

Dominant language
TypeScript
Stars
14.6k
Forks
8.6k
Avg merge
2d 8h
Merged PRs (30d)
8

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NanmiCoder/cc-haha

All issues in NanmiCoder/cc-haha

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.