[GH-ISSUE #73] Spotify installation not found. Run Install.ps1 and try again. #69

Open
opened 2026-02-27 15:48:08 +03:00 by kerem · 3 comments
Owner

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?

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?
Author
Owner

@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

<!-- gh-comment-id:1501235529 --> @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
Author
Owner

@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

<!-- gh-comment-id:1752098255 --> @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
Author
Owner

@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

<!-- gh-comment-id:1752106618 --> @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
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#69
No description provided.