continue
continue copied to clipboard
StackOverflow query returns invalid JSON
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: MacOS M2
- Continue: Latest
- IDE: VSCode
Description
When trying to use /so command.
To reproduce
- Go to the chat
- Type "/so"
- Hit enter
- Wait :)
Log output
Continue error: Unexpected token '<', " <html><hea"... is not valid JSON
console.ts:137 [Extension Host] Error handling webview message: {
"msg": {
"messageId": "8de66310-6e5c-400a-8d39-61e12af81c51",
"messageType": "command/run",
"data": {
"input": "/so ",
"history": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "/so "
}
]
}
],
"modelTitle": "Code LLAMA",
"slashCommandName": "so",
"contextItems": [],
"historyIndex": 0,
"selectedCode": []
}
}
}