[GH-ISSUE #44] Error during installation #40

Closed
opened 2026-02-27 15:48:02 +03:00 by kerem · 2 comments
Owner

Originally created by @blueJack92 on GitHub (Aug 11, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/44

I get the following error when I try to run install.ps1.

Rename-Item : Das Argument kann nicht an den Parameter "Path" gebunden werden, da es NULL ist.
In C:\Users\XXX\Desktop\Soggfy-2.3.0\Install.ps1:17 Zeichen:23
+     Rename-Item -Path $spotifyFolder.FullName -NewName "Spotify"
+                       ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Rename-Item], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.RenameItemC
   ommand
Originally created by @blueJack92 on GitHub (Aug 11, 2022). Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/44 I get the following error when I try to run install.ps1. ``` Rename-Item : Das Argument kann nicht an den Parameter "Path" gebunden werden, da es NULL ist. In C:\Users\XXX\Desktop\Soggfy-2.3.0\Install.ps1:17 Zeichen:23 + Rename-Item -Path $spotifyFolder.FullName -NewName "Spotify" + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Rename-Item], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.RenameItemC ommand ```
kerem closed this issue 2026-02-27 15:48:02 +03:00
Author
Owner

@Rafiuth commented on GitHub (Aug 11, 2022):

I'm not sure what's happening here, looks like the installer isn't extracting spotify in the correct folder. You might wanna try manual installation in this case.

<!-- gh-comment-id:1212524639 --> @Rafiuth commented on GitHub (Aug 11, 2022): I'm not sure what's happening here, looks like the installer isn't extracting spotify in the correct folder. You might wanna try [manual installation](https://github.com/Rafiuth/Soggfy#manual-install) in this case.
Author
Owner

@Mifo001 commented on GitHub (Oct 8, 2023):

Ensure Execution Policy is Set to RemoteSigned:
Before you can run the script, you need to ensure your PowerShell execution policy allows scripts to run. Search for Powershell in a similar way to the "Command Prompt" Open PowerShell as an administrator and run: Type the followling:

Set-ExecutionPolicy RemoteSigned

Then press enter, then select Y for yes, then just trying installing Soggfy again.

Hope it helps

<!-- gh-comment-id:1752108056 --> @Mifo001 commented on GitHub (Oct 8, 2023): Ensure Execution Policy is Set to RemoteSigned: Before you can run the script, you need to ensure your PowerShell execution policy allows scripts to run. Search for Powershell in a similar way to the "Command Prompt" Open PowerShell as an administrator and run: Type the followling: Set-ExecutionPolicy RemoteSigned Then press enter, then select Y for yes, then just trying installing Soggfy again. Hope it helps
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Soggfy#40
No description provided.