earthstar-project / earthstar-cli

A complete Earthstar toolbox in the console.
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Earthstar "shares" command not working on Windows 10 #17

Open johanbove opened 2 years ago

johanbove commented 2 years ago

Tested running the Earthstar cli on a Windows Powershell and command prompt. It all installs well, but there seems to be a functional issue with the "shares" command where it never returns the control back to the user.

Environment:

Windows 10 Pro Version 21H1 (OS Build 19043.1645)
PowerShell 7.2.2
Copyright (c) Microsoft Corporation.

https://aka.ms/powershell
Type 'help' to get help.

PS C:\Users\johan> earthstar --version
v8.3.3
PS C:\Users\johan> deno --version
deno 1.21.0 (release, x86_64-pc-windows-msvc)
v8 10.0.139.17
typescript 4.6.2

Creating an identity and setting up a share worked in the C:\Users\johan\Shares folder. The sharename.sqlite and sharename.sqlite-journal files are created.

However the command which are related to "shares" never seem to finish or return back the prompt to the user.

The command earthstar shares list does not end; unclear why. Tried using elevated command prompt without success.

The command earthstar identities list works fine.

The command earthstar upgrade works fine.

The command earthstar servers list works fine.

Tried adding the "deno.exe" executable to the "allowed apps" list, but it does not seem to make a difference.