-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue version: 1.0.24
- IDE version: VSCode 1.103.1
- Model: Qwen/Qwen3-Coder-30B-A3B-Instruct (Locally running on vllm)
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Qwen3-Coder-30B-A3B-Instruct
provider: openai
model: Qwen/Qwen3-Coder-30B-A3B-Instruct
roles:
- autocomplete
apiBase: http://localhost:8000/v1
apiKey: EMPTY
Description
When using the OpenAI provider for autocomplete functionality, moving the cursor during active streaming causes incomplete JSON responses to be processed, resulting in Malformed JSON sent from server
errors.
To reproduce
- Configure Continue extension with an OpenAI provider model (e.g., Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8)
- Enable autocomplete functionality in VSCode
- Trigger code completion and move cursor while streaming is in progress
- Observe the following error:
Continue Autocomplete Error: Malformed JSON sent from server: {"id":"chatcmpl-...","object":"text_completion",...,"usage":{"completion_tokens":0,"prompt_token
Log output
nejch and mrf345
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo