-
Notifications
You must be signed in to change notification settings - Fork 254
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
Live share failing to activate #3297
Comments
Thanks for reporting this! This seems like an issue with the Live Share extension not activating properly. Could you open up the VS Code dev tools and see if there are any errors related to Live Share in the console? |
Sure can If I clear console then try to open this trace happens nothing else. Error: command 'liveshare.start' not found |
From a fresh restart then attempting to open vsshare 2console.ts:137 [Extension Host] (node:10264) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. The .NET Core runtime can be found at:
The .NET Core runtime can be found at:
The .NET Core runtime can be found at:
The .NET Core runtime can be found at:
|
Was this issue ever resolved? My co-worker is having a similar issue, I believe. [2020-09-08 10:55:16.130] [renderer1] [error] ENOENT: no such file or directory, unlink '/Users/insertusername/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.2740/cascade.json': Error: ENOENT: no such file or directory, unlink '/Users/insertusername/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.2740/cascade.json' He has tried uninstalling and reinstalling to no avail. |
Also having this issue, and I suspect it's potentially an issue with the corporate proxy |
That doesn't seem to be our problem as he isn't using the company proxy or VPN |
I'm having the identical issue, "Agent terminated with exit code: 0 and signal null: A fatal error occurred. The required library libhostfxr.dylib could not be found." in the LiveShare logs, on High Sierra 10.13.6 (which I believe is in the supported category.) Does anyone have leads on why this may be happening? I believe it's an incorrect version of .net problem: dotnet/runtime#2958, might be relevant here. |
...ok so I had everything working perfectly then for having used the wrong github account I revoked liveshare oauth app and now it does this |
|
The following steps worked for me, after upgrading from an x86 build of vscode-insiders to Darwin arm64 (version 1.53.0-insider) I got the error described above.
I think the issue may stem from the fact that certain architecture-specific definitions or other files are not removed during an uninstall/reinstall process. Removing this folder clears them. |
It seems that even I am facing this issue, while today I was testing out the extension before starting a collaborative session with my mate on clicking the live Share button I see an alert popping up saying that "Command 'Live Share: Start Collaboration Session (Share)' resulted in an error (command 'liveshare.start' not found)" Please resolve this issue as soon as possible so that we can use this extension. |
I am having the same issue... Please resolve it asap. |
Getting the same error (Ubuntu 20.04). The Developer Tools showed an error for live share, something like that it can't find Asp.Net 3.1.14, while 3.1.16 is installed:
I was able to get things working again by uninstalling the LiveShare extension and installing it again. |
I removed the folder |
I had the same problem. |
Also having similar issues with being unable to start or join a live share.
Error: (parallel error for
VSCode Console Errors:
|
Thank you @kiso-kiso! Your solution fixed this issue for me. |
Thank you @kiso-kiso! |
|
repairing also did not work for me |
I ended up uninstalling/reinstalling VS Code as described in these instructions from Stack Overflow. It was very annoying to have to re-install my plugins, but the benefit outweighed the cost. |
Installing Rosetta 2 fixed this for me. |
I tried to repair installation but didn't works. |
For me the problem persists even after the repair... (command 'liveshare.join' not found) I'm using PopOS 22.04 LTS |
Can confirm icu69-bin fixes it on Arch Linux, this has to be fixed asap |
Thanks a lot, I use Manjaro and the Arch fix with installing icu69-bin from AUR helped! |
same |
1 - Install libssl 1 https://ubuntu.pkgs.org/20.04/ubuntu-main-amd64/libssl1.1_1.1.1f-1ubuntu2_amd64.deb.html have prerequisites for use this extension |
Same here |
i solved with this
|
on Gentoo, we have to disable internationalization to use live share. icu69 isn't available. please fix this. |
Same as @bghira Here are the logs:
On gentoo we have libicu 71.1-r1
icu69 was droped in february. https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-libs/icu?id=f9e554b249cde1ae33d6e09a9fb0b22bcc9aa9c0 |
For info I saw this problem on Fedora 36 and fixed it with: |
Hi, I'm using Linux Ubuntu 22.04.1. My Live Share is not working. I'm getting the "command liveshare.start not found". I tried some of the solutions given above but none works. Would love some help. |
Try and install libssl1.1 - see #4646 (comment) |
What seems to have worked for me was to set a specific dotnet variable:
Alternatively, on my debian system installing the |
Hello, i am using openSUSE Tumbleweed, using latest stable version of all packages i am getting liveshare.start not found. Thanks to @ludoo, this made it work, but is bothersome to exec the IDE from terminal each time, waiting a permanent solution.
|
@jadequin how did you find out it's icu69 ? ;) |
@frederictobiasc I checked the dependencies for this package 😄 |
We’ve made improvements in this area since this issue was filed (i.e. the vsls-agent process and associated .NET/Linux dependencies have been removed). We believe this may have improved your experience and are closing this issue. If this issue still persists for you, please comment on the issue and let us know. Thank you. |
Issue Type: Bug
Try to open live share session and get error message
command 'liveshare.start' not found
This has only started happening in the last couple of weeks as I'm a regular long term user of liveshare with all of my team
VS Code version: Code 1.43.1 (fe22a9645b44368865c0ba92e2fb881ff1afce94, 2020-03-18T07:01:41.240Z)
OS version: Darwin x64 19.3.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Extensions (27)
(3 theme extensions excluded)
The text was updated successfully, but these errors were encountered: