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

Remote Extension host failed (multiple times) #40

Open
jmlemercier opened this issue Aug 15, 2022 · 7 comments
Open

Remote Extension host failed (multiple times) #40

jmlemercier opened this issue Aug 15, 2022 · 7 comments

Comments

@jmlemercier
Copy link

Hi,

Since last month, I cannot open .wav files in a stable way (using VSCode through SSH tunneling). Either the files do not open, or load indefinitely, or throw an error window "XXXX can't be opened". Additionally, the VS Code editor warns that "Remote Extension host failed x times in the last 5 minute" and offers to restart it, but that does not solve the problem.

When using Bisect extension to try and solve the problem, Bisect naturally disables this extension, which indicates that the problem is indeed caused by this audio-preview extension.

Thanks for the help!

@sukumo28
Copy link
Owner

Could you open dev-tool and copy-past error messages?
(F12 or Ctrl shift I)

And which one are you using, VS Code or VS Code for the web?

@jmlemercier
Copy link
Author

Hi! Can't use dev-tool sadly, I 'm using VSCode desktop version, and this only happens when I'm in a SSH session to one of my remote computers

This is what I usually get:
image

It can also happen that I get some "Permission denied" when trying to open the files directly in the shell via "code xxx.wav" , or some windows poping up saying "Unable to open xxx.wav"

Thanks for the help

@sukumo28
Copy link
Owner

sukumo28 commented Aug 23, 2022

Thank you!
But you can use Dev-tool on VS Code Desktop.
Help > Toggle Developer Tools on top menu. (shortcut doesn't work. sorry)

@sukumo28
Copy link
Owner

It can also happen that I get some "Permission denied" when trying to open the files directly in the shell via "code xxx.wav" , or some windows poping up saying "Unable to open xxx.wav"

Hmm, I have no idea, but this extension use vscode.workspace.fs to open wav file.
So, maybe, you should permit vscode to open wav file.

@jmlemercier
Copy link
Author

Oh thank

Thank you! But you can use Dev-tool on VS Code Desktop. Help > Toggle Developer Tools on top menu. (shortcut doesn't work. sorry)

Oh thank you! Here is the output:
image

Hmm, I have no idea, but this extension use vscode.workspace.fs to open wav file. So, maybe, you should permit vscode to open wav file.
vscode is normally enabled to open them, this only happens quite randomly. (but very often, which is uncomfortable)

@desperado1999
Copy link

Same problem

@quancs
Copy link

quancs commented May 29, 2023

Hello, will this be fixed? I met the same problem, it is so annoying...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants