You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Creating an identity and setting up a share worked in the
C:\Users\johan\Shares
folder. Thesharename.sqlite
andsharename.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.
The text was updated successfully, but these errors were encountered: