opentui: fatal: The "path" property must be of type string, got number #9215

Closed
opened 2026-02-16 18:11:55 -05:00 by yindo · 2 comments
Owner

Originally created by @abolmasov on GitHub (Feb 12, 2026).

Originally assigned to: @kommander on GitHub.

Description

TypeError: The "path" property must be of type string, got number
    at isAbsolute (unknown)
    at normalizePath3 (src/cli/cmd/tui/routes/session/index.tsx:2995:12)
    at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22)
    at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3)
    at readSignal (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:660:67)
    at normalizeIncomingArray (../../node_modules/.bun/@opentui+solid@0.1.77+eb3cc3a936ac23ec/node_modules/@opentui/solid/index.js:234:20)
    at insertExpression (../../node_modules/.bun/@opentui+solid@0.1.77+eb3cc3a936ac23ec/node_modules/@opentui/solid/index.js:187:11)
    at <anonymous> (../../node_modules/.bun/@opentui+solid@0.1.77+eb3cc3a936ac23ec/node_modules/@opentui/solid/index.js:188:44)
    at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22)
    at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3)...

Plugins

No response

OpenCode version

1.1.53

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @abolmasov on GitHub (Feb 12, 2026). Originally assigned to: @kommander on GitHub. ### Description ``` TypeError: The "path" property must be of type string, got number at isAbsolute (unknown) at normalizePath3 (src/cli/cmd/tui/routes/session/index.tsx:2995:12) at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3) at readSignal (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:660:67) at normalizeIncomingArray (../../node_modules/.bun/@opentui+solid@0.1.77+eb3cc3a936ac23ec/node_modules/@opentui/solid/index.js:234:20) at insertExpression (../../node_modules/.bun/@opentui+solid@0.1.77+eb3cc3a936ac23ec/node_modules/@opentui/solid/index.js:187:11) at <anonymous> (../../node_modules/.bun/@opentui+solid@0.1.77+eb3cc3a936ac23ec/node_modules/@opentui/solid/index.js:188:44) at runComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/solid-js@1.9.10/node_modules/solid-js/dist/dev.js:724:3)... ``` ### Plugins _No response_ ### OpenCode version 1.1.53 ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the opentuibugneeds:compliance labels 2026-02-16 18:11:55 -05:00
yindo closed this issue 2026-02-16 18:11:55 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 12, 2026):

This issue doesn't fully meet our contributing guidelines.

What needs to be fixed:

  • Steps to reproduce must be completed - This is essential for debugging the error. Please provide clear steps that trigger this issue (e.g., what command did you run, what were you doing in the TUI when this error occurred?)
  • Operating System must be specified - This helps determine if the issue is platform-specific
  • Terminal must be specified - The terminal environment can affect TUI behavior

The error trace indicates it occurs in normalizePath3 at src/cli/cmd/tui/routes/session/index.tsx:2995, but without reproduction steps, it's difficult for maintainers to investigate. Please provide context about what actions led to this error.

Please edit this issue to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions[bot] commented on GitHub (Feb 12, 2026): <!-- issue-compliance --> This issue doesn't fully meet our [contributing guidelines](../blob/dev/CONTRIBUTING.md). **What needs to be fixed:** - **Steps to reproduce** must be completed - This is essential for debugging the error. Please provide clear steps that trigger this issue (e.g., what command did you run, what were you doing in the TUI when this error occurred?) - **Operating System** must be specified - This helps determine if the issue is platform-specific - **Terminal** must be specified - The terminal environment can affect TUI behavior The error trace indicates it occurs in `normalizePath3` at `src/cli/cmd/tui/routes/session/index.tsx:2995`, but without reproduction steps, it's difficult for maintainers to investigate. Please provide context about what actions led to this error. Please edit this issue to address the above within **2 hours**, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 12, 2026):

This issue has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new issue that follows our issue templates.

@github-actions[bot] commented on GitHub (Feb 12, 2026): This issue has been automatically closed because it was not updated to meet our [contributing guidelines](../blob/dev/CONTRIBUTING.md) within the 2-hour window. Feel free to open a new issue that follows our issue templates.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9215