mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #73] Spotify installation not found. Run Install.ps1 and try again. #69
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#69
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 @Bookie28 on GitHub (Mar 23, 2023).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/73
i clearly installed spotify, no errors, denied ad blocker cause i have premium, and it says "Spotify installation not found. Run Install.ps1 and try again.". Why is it doing this?
@jimboJanglesDangles commented on GitHub (Apr 9, 2023):
uninstall spotify
then run install using "powershell -ExecutionPolicy Bypass -File Install.ps1"
then send N to not install BlockTheSpot
then you can run injector.exe
something about how it can't find the installation, but installing from scratch solves this, dont know why
@Mifo001 commented on GitHub (Oct 8, 2023):
Try the following, I had the exact same issue with it not finding spotify
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
@Mifo001 commented on GitHub (Oct 8, 2023):
Don't forget to Reset your Execution Policy (optional but recommended for security):
After you've run the script, it's a good practice to reset the PowerShell execution policy to its default setting for security reasons:
Just type the following into PowerShell
Set-ExecutionPolicy Restricted