Giter Site home page Giter Site logo

Comments (7)

TheRandomLabs avatar TheRandomLabs commented on May 27, 2024 1

Spotify's CDN for your location is most likely lagging behind. It'll probably fix itself soon, but you can skip the hash check with --skip or -s. There's nothing much I can do about this apart from maybe hosting the installer in this repo.

from scoop-spotify.

github-actions avatar github-actions commented on May 27, 2024

Cannot reproduce

Are you sure your scoop is up to date?
Please run scoop update; scoop uninstall spotify-latest; scoop install spotify-latest

Hash mismatch could be caused by these factors:

  • Network error
  • Antivirus configuration
  • Site is blocked (Great Firewall of China, Corporate restrictions, ...)

from scoop-spotify.

TheRandomLabs avatar TheRandomLabs commented on May 27, 2024

Can you download https://download.scdn.co/SpotifyFullSetup.exe and tell me what the version is in the executable properties?

from scoop-spotify.

ohmree avatar ohmree commented on May 27, 2024

Is this what you were referring to?

image

from scoop-spotify.

TheRandomLabs avatar TheRandomLabs commented on May 27, 2024

Yeah, looks like you're getting a slightly older version of Spotify for some reason.

from scoop-spotify.

TheRandomLabs avatar TheRandomLabs commented on May 27, 2024

What happens if you try this link? http://download.spotify.com/SpotifyFullSetup.exe

from scoop-spotify.

ohmree avatar ohmree commented on May 27, 2024

image

And the files seem to be the same:

PS> $scdn = ls '.\SpotifyFullSetup.exe'
PS> $spotify = ls '.\SpotifyFullSetup(1).exe'
PS> $scdn,$spotify


    Directory: C:\Users\User\Downloads


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----         6/27/2020  12:25 PM       78353520 SpotifyFullSetup.exe
-a----         6/27/2020  12:25 PM       78353520 SpotifyFullSetup(1).exe

PS> (Get-FileHash $scdn).Hash -eq (Get-FileHash $spotify).Hash
True
PS> $scdn,$spotify | %{ "$($_.BaseName):`t$((Get-FileHash $_).Hash)" }
SpotifyFullSetup:       35CE7176234B5A050472F00E102FC50AB64AD8E96D53EFF66F30F2217938723D
SpotifyFullSetup(1):    35CE7176234B5A050472F00E102FC50AB64AD8E96D53EFF66F30F2217938723D

from scoop-spotify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.