Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat window fails to open when running tabby-agent in VSCodium with remote codium-server over Open Remote - SSH plugin connection #3465

Open
adjenks opened this issue Nov 25, 2024 · 4 comments

Comments

@adjenks
Copy link

adjenks commented Nov 25, 2024

Describe the bug
Problem loading chat window in VSCodium.

Information about your version
1.14.0

Information about your GPU
n/a

Additional context

ReferenceError: ReadableStream is not defined
    at /ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:263:14468
    at /ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:46:587
    at /ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:263:27607
    at /ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:46:587
    at /ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:264:6059
    at /ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:46:587
    at Object.<anonymous> (/ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/tabby-agent/node/index.js:476:3704)
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:32)

2024-11-25 22:03:57.242 [info] [Error - 10:03:57 PM] Server process exited with code 1.
2024-11-25 22:03:57.247 [info] [Error - 10:03:57 PM] Server initialization failed.
2024-11-25 22:03:57.247 [info]   Message: Pending response rejected since connection got disposed
  Code: -32097 
2024-11-25 22:03:57.247 [info] [Info  - 10:03:57 PM] Connection to server got closed. Server will restart.
2024-11-25 22:03:57.247 [info] true
2024-11-25 22:03:57.250 [info] [Error - 10:03:57 PM] Handling connection close failed
2024-11-25 22:03:57.250 [info] Error: Method not implemented.
	at fu.clear (/ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/node/extension.js:71:4250)
	at Sh.cleanUp (/ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/node/extension.js:61:9458)
	at Sh.handleConnectionClosed (/ommitted/.vscodium-server/extensions/tabbyml.vscode-tabby-1.14.0-universal/dist/node/extension.js:61:13424)
2024-11-25 22:03:57.250 [info] [Error - 10:03:57 PM] Tabby client: couldn't create connection to server.
2024-11-25 22:03:57.250 [info]   Message: Pending response rejected since connection got disposed
  Code: -32097 
@icycodes
Copy link
Member

Hi @adjenks,

Could you please check your VSCodium version? The error in logs seems to be a Node.js version compatibility issue. The Tabby extension requires VSCodium version > 1.82.0 (with Node.js > 18).

@adjenks
Copy link
Author

adjenks commented Nov 26, 2024

@icycodes
Version: 1.93.0
Electron: 30.4.0
ElectronBuildId: undefined
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0

@icycodes
Copy link
Member

Hi @adjenks,

Thanks for providing the detailed version info.

I noticed that you might be using a remote development container, as the log shows that the Tabby extension is installed in /.vscodium-server. In this case, the extension is running in the dev container.

Could you please try the following:

  1. Check if the Tabby extension can be initialized in a local workspace.
  2. Check the VSCodium server version in the dev container.

@adjenks
Copy link
Author

adjenks commented Nov 27, 2024

@icycodes No problem. Thank you for helping out here.

Yes it was running remotely. I use another extension "Open Remote - SSH installed" to do this.

Oh, It does seem to work fine if I open a new, non-remote window. I would like it to work on my remote projects though.
I'll add this to the title of this ticket since that is another important factor.

./codium-server --version

1.93.0
44560ce62f89cd33130676a7c21c22b476173a94
x64

@adjenks adjenks changed the title Chat window fails to open when running tabby-agent in VSCodium Chat window fails to open when running tabby-agent in VSCodium with remote codium-server over Open Remote - SSH plugin connection Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants