SpotifyExplode icon indicating copy to clipboard operation
SpotifyExplode copied to clipboard

Spotify downloader and metadata parser

Results 6 SpotifyExplode issues
Sort by recently updated
recently updated
newest added

It was due to user ids not being alphanumeric ie: kasper.spotify, jloðbrók ... That last one is just great. The parsing fails on trying to parse the user id from...

In the SpotifyHttp class, when the call is made to obtain the access token (line 31), the result is a 400 error (pasted below). Consequently, the other calls fail. {"error":{"code":400,"message":"Unauthorized...

bug

Total is now inside "tracks" fixes #9

There is no longer a "total" property, it seems is inside "tracks" now, I don't know when it happened. "tracks": { "limit": 100, "next": "https://api.spotify.com/v1/playlists/.../tracks?offset=100&limit=100", "offset": 0, "previous": null, "href":...

Erro: Response status code does not indicate success: 403 (Forbidden). Request: Method: GET, RequestUri: 'https://open.spotify.com/get_access_token?reason=transport&productType=web_player', Version: 1.1, Content: , Headers: { User-Agent: Other } I've trying download song, but this...