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

Client not running on Remote VSCode #97

Open
NicolasAG opened this issue Oct 19, 2023 · 8 comments
Open

Client not running on Remote VSCode #97

NicolasAG opened this issue Oct 19, 2023 · 8 comments
Labels

Comments

@NicolasAG
Copy link

When launching VSCode I see "Client is not Running" and "write EPIPE" errors popping up in the lower right corner of my screen.

This is a screenshot of the errors I am able to get:

Screenshot 2023-10-18 at 10 42 59 AM

These are my extension settings:

{
  "llm.attributionEndpoint": "https://stack.dataportraits.org/overlap",
  "llm.attributionWindowSize": 250,
  "llm.configTemplate": "bigcode/starcoder",
  "llm.contextWindow": 8192,
  "llm.documentFilter": {
    "pattern": "**"
  },
  "llm.enableAutoSuggest": true,
  "llm.fillInTheMiddle.enabled": true,
  "llm.fillInTheMiddle.middle": "<fim_middle>",
  "llm.fillInTheMiddle.prefix": "<fim_prefix>",
  "llm.fillInTheMiddle.suffix": "<fim_suffix>",
  "llm.lsp.binaryPath": null,
  "llm.lsp.logLevel": "warn",
  "llm.maxNewTokens": 60,
  "llm.modelIdOrEndpoint": "bigcode/starcoder",
  "llm.temperature": 0.2,
  "llm.tlsSkipVerifyInsecure": false,
  "llm.tokenizer": null,
  "llm.tokensToClear": [
    "<|endoftext|>"
  ]
}

This is my setup: I have an interactive job mounting my code running an infinite loop. I ssh into that job directly in vscode to write code directly in servers and launch quick debug scripts.

my remote env is this: Linux 15f74b68-a0f7-4d9d-9be0-3258f1dda2de 6.2.0-32-generic #32~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 18 10:40:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

@mbuet2ner
Copy link

Maybe try to downgrade the plugin's version like described in another issue here? I am also running VSCode and the SSH Remote Developing extension and the temporary solution mentioned in #80 did help 🎉!

Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Nov 27, 2023
@NicolasAG
Copy link
Author

NicolasAG commented Nov 27, 2023

Additional details:

  • on local env: v0.1.3 works but v0.1.4 and up do not work
  • on remote env: v0.0.38 works but v1.0.0 and up do not work

@github-actions github-actions bot removed the stale label Nov 28, 2023
Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 29, 2023
@ankushu
Copy link

ankushu commented Jan 11, 2024

Is there any fix planned for this?

I tried to downgrade the extension to the reported working version and now I am getting the following error

data did not match any variant of untagged enum TokenizerConfig

image

@github-actions github-actions bot removed the stale label Jan 12, 2024
Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 12, 2024
@zhangwenhao666
Copy link

Is there any fix planned for this?

I tried to downgrade the extension to the reported working version and now I am getting the following error

data did not match any variant of untagged enum TokenizerConfig

image

I get the same error

@github-actions github-actions bot removed the stale label Mar 6, 2024
Copy link
Contributor

github-actions bot commented Apr 5, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants