-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Before you start...
- Have you checked if similar issue have already been reported?
What windows are you seeing the problem on?
Windows 11
What OS/App version/architecture are you seeing the problem on?
OS: Windows 11
App version: 0.4.0 Beta
Architecture: x64
Description
The Plug-ins wont install
I am getting errors for all the plug-ins
Steps To Reproduce
- Install
- Configure IPFS (I changed both the ports because it wouldn't work otherwise)
- Try to install plugins
Expected behavior
All the plug-ins should have installed successfully
Relevant Assets
Error installing FluentStore.Sources.Chocolatey:
System.UnauthorizedAccessException: Access to the path 'C:\ProgramData\FluentStoreBeta\Plugins\status.tsv' is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.File.AsyncStreamWriter(String path, Encoding encoding, Boolean append)
at System.IO.File.WriteAllLinesAsync(String path, IEnumerable`1 contents, Encoding encoding, CancellationToken cancellationToken)
at FluentStore.SDK.Plugins.NuGet.FluentStoreNuGetProject.FlushAsync(CancellationToken token)
at FluentStore.SDK.Plugins.NuGet.FluentStoreNuGetProject.InstallPackageAsync(PackageIdentity packageIdentity, DownloadResourceResult downloadResourceResult, INuGetProjectContext nuGetProjectContext, CancellationToken token)
at FluentStore.SDK.Plugins.PluginLoader.InstallPlugin(DownloadResourceResult downloadItem, Boolean overwrite, Boolean dispose, CancellationToken token)