TheRandomLabs / Scoop-Bucket

My personal Scoop bucket.
The Unlicense
28 stars 0 forks source link

Unable to Launch Spotify #2

Closed GamerClassN7 closed 4 years ago

GamerClassN7 commented 4 years ago

Hi, every time i try to install spotify-lastes

i am stuck in update after first run.

image

Did anyone have same problem ?

TheRandomLabs commented 4 years ago

Have you made sure to uninstall Spotify first?

GamerClassN7 commented 4 years ago

Yes

GamerClassN7 commented 4 years ago

i have another info, when i install original Spotify and uninstall it via bulcrapUninstaller and then install it from scoop i run but only once when i close it and reopen i am stuck on same error. Updating Spotify

TheRandomLabs commented 4 years ago

If you download the installer manually and run SpotifyFullSetup /extract [dir], what happens?

GamerClassN7 commented 4 years ago

spotify is extracted to specified folder, and is fully working :)

TheRandomLabs commented 4 years ago

Interesting, that means something's wrong with the manifest...

GamerClassN7 commented 4 years ago

if i modify manifest like this it seems to work "New-Item \"$env:APPDATA\\Spotify\" -ItemType \"directory\" | Out-Null", "New-Item \"$env:APPDATA\\Spotify\\Update\" -ItemType \"directory\"", "icacls \"$env:APPDATA\\Spotify\\Update\" \"/deny\" \"$($env:UserName):D\"", "icacls \"$env:APPDATA)\\Spotify\\Update\" \"/deny\" \"$($env:UserName):R\""

TheRandomLabs commented 4 years ago

That would prevent updates from occurring, but that doesn't explain why updates aren't working in the first place.

GamerClassN7 commented 4 years ago

@TheRandomLabs yes, but i guess it is ok because i update app thru scoop

AlJohri commented 4 years ago

I'm running into the same issue with the updates not working.

@GamerClassN7 if you update Spotify through scoop, does it log you out every time you update?

TheRandomLabs commented 4 years ago

You're not meant to update spotify-latest through Scoop; it's meant to auto-update itself. I'll take a look at the manifest again when I get a chance.

GamerClassN7 commented 4 years ago

I'm running into the same issue with the updates not working.

@GamerClassN7 if you update Spotify through scoop, does it log you out every time you update?

No i autoupdate all app from scoop :)

TheRandomLabs commented 4 years ago

With the recent introduction of the checkver.script property, spotify-latest no longer has to be nightly. Since spotify-latest can now be updated through Scoop, I've been able to make several improvements, and this issue is now resolved. :)

TheRandomLabs commented 4 years ago

I would recommend reinstalling spotify-latest by running scoop update -f spotify-latest.