QwenLM / QwenLM/qwen-code

Parameter "todos" must be an array.

Open
#528 7 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status/need-information type/bug
Dominant language
TypeScript
Stars
28k
Forks
3.1k
Avg merge
1d 2h
Merged PRs (30d)
714

Description

What happened?

qwen-code以openai的形式,连接本地部署的Qwen3-coder-flash,运行的时候会报错这个,是模型的问题嘛?

Image

模型是用vllm启动的
docker run --gpus all
--restart=unless-stopped
-p 8000:8000
-v /home/model/:/models
-e TZ=Asia/Shanghai
vllm/vllm-openai:latest
--model /models/Qwen3-Coder-30B-A3B-Instruct
--max_model_len 194512
--served-model-name nsd-qwen3-coder
--api-key sk-ninestar
--gpu_memory_utilization 0.95
--dtype auto
--enable-auto-tool-choice
--tool-call-parser qwen3_coder
--trust-remote-code

What did you expect to happen?

fix bugs

Client information
$ qwen /about
# paste output here
Login information

No response

Anything else we need to know?

No response

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.

Research direction

Start by reproducing the todos parameter error with the supplied qwen /about context and vLLM Docker command. No source file or test is identified, so trace the CLI's request handling to determine whether the invalid parameter comes from qwen-code or the model server; done means a confirmed cause and a reproducible regression check.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.