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

v0.3.709 is broken #1030

Closed
mellis481 opened this issue Sep 25, 2018 · 9 comments
Closed

v0.3.709 is broken #1030

mellis481 opened this issue Sep 25, 2018 · 9 comments

Comments

@mellis481
Copy link

I had not used VS Live Share in a while, but attempted to use it today only to learn that it does not work. In the VS Code "Live Share" tab, if I select any of the three "Join collaboration session...", "Start collaboration session...", or "Start read-only collaboration session..." links, nothing happens. If I click on the "Start Collaboration Session (Share)" icon at the top of the tab, I see an error notification pop up in the bottom right saying: command 'liveshare.startFromActivityBar' not found

When I close and open VS Code, I see a "Downloading dependencies...: Finishing VS Live Share installation..." message in the toolbar, but it takes forever to finish. When it finally does, I don't see the "Share" link/icon in the toolbar.

I tried VS Live Share on a mac and it works w/o issue.

@daytonellwanger
Copy link
Collaborator

Hey @mellis481 , it seems like your Live Share installation isn't completing successfully. Live Share isn't usable until its dependencies are downloaded and installed, and based on your description, it sounds like that process is failing.

Could you attach your logs to this issue (there's a command accessible via the command palette called Live Share: Export Logs)? That would help us see where dependency acquisition is failing. Alternatively, you can enable diagnostic logging (in your VS Code settings, set liveshare.diagnosticLogging to true) and check the output in the "Visual Studio Live Share" output pane after restarting VS Code.

@mellis481
Copy link
Author

It miraculously works today.

@daytonellwanger
Copy link
Collaborator

Amazing! Nothing discernible has changed about your setup?

@A1K2S3
Copy link

A1K2S3 commented Feb 21, 2019

i am facing the same problem "command 'liveshare.startFromActivityBar' not found"
currently I'm on Windows 7 and installed VS Live Share Extension Pack for the first time.
Here's my log
sqawsq.zip

@A1K2S3
Copy link

A1K2S3 commented Feb 21, 2019

I also see this error message every time i reload the vs code
Failed to install support for joining sessions using a browser link. You can still join sessions manually.
And when trying to sign in
Agent terminated with exit code: 0 and signal null: Failed to load the dll from [C:\Users\AJ.vscode\extensions\ms-vsliveshare.vsliveshare-0.3.1225\dotnet_modules\hostfxr.dll], HRESULT: 0x80070057 The library hostfxr.dll was found, but loading it from C:\Users\AJ.vscode\extensions\ms-vsliveshare.vsliveshare-0.3.1225\dotnet_modules\hostfxr.dllfailed - Installing .NET Core prerequisitesmight help resolve this problem.http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
error message pops up

@GeSnowBoy
Copy link

@A1K2S3 How did you solve it?

@Llf0703
Copy link

Llf0703 commented Apr 24, 2019

@GeSnowBoy I've faced the same problem and I've solved it through running the command in https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/linux

wget -O ~/vsls-reqs https://aka.ms/vsls-linux-prereq-script && chmod +x ~/vsls-reqs && ~/vsls-reqs

@A1K2S3
Copy link

A1K2S3 commented Apr 27, 2019 via email

@ray-vazquez
Copy link

I had the same issue Windows 10. Restarting vscode worked for me.

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

7 participants