-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as duplicate of#8109
Copy link
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Description
App Version
v3.24.0
🔁 Steps to Reproduce
OS:macOS 15.5 (24F74)
extension version:v3.24.0
Exact actions:
let roo code to read the file i upload
The Roo Code extension becomes unresponsive when it attempts to process a specific Markdown file. This action consistently triggers a RangeError and causes the extension to stop all subsequent operations.
temp.md
- **时间戳 (Timestamp)**: 2025-07-26 15:41
- **任务/目标 (Task/Goal)**: 实现问卷的前端核心交互逻辑。
- **关键决策/操作 (Key Decision/Action)**:
1. 在 `questionnaire-server/public/index.html` 中添加了 `<div id="questionnaire-container"></div>` 作为动态内容的挂载点。
2. 在 `questionnaire-server/public/style.css` 中添加了完整的基础样式,确保界面干净、可用,并对问卷的各个部分(欢迎页、问题页、选项)进行了样式设置。
💥 Outcome Summary
The expectation was to send a request to the API with the retrieved content, but the result was that the request was not sent, and the plugin could not continue with subsequent operations, such as sending a new request or initiating a conversation.
📄 Relevant Logs or Errors (Optional)
Error Log
、、、
2025-07-26 17:51:55.800 [error] RangeError: Invalid array length
at omt.next (/Users/obelisksephylon/.vscode/extensions/node_modules/.pnpm/[email protected]/node_modules/isbinaryfile/lib/index.js:36:16)
at readProtoMessage (/Users/obelisksephylon/.vscode/extensions/node_modules/.pnpm/[email protected]/node_modules/isbinaryfile/lib/index.js:68:20)
at isBinaryProto (/Users/obelisksephylon/.vscode/extensions/node_modules/.pnpm/[email protected]/node_modules/isbinaryfile/lib/index.js:82:14)
at isBinaryCheck (/Users/obelisksephylon/.vscode/extensions/node_modules/.pnpm/[email protected]/node_modules/isbinaryfile/lib/index.js:228:32)
at /Users/obelisksephylon/.vscode/extensions/node_modules/.pnpm/[email protected]/node_modules/isbinaryfile/lib/index.js:108:29
at FSReqCallback.wrapper [as oncomplete] (node:fs:673:5)
、、、Metadata
Metadata
Assignees
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done