mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #44] Error during installation #40
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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