spotify-web-api-kotlin icon indicating copy to clipboard operation
spotify-web-api-kotlin copied to clipboard

Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a sp...

Results 12 spotify-web-api-kotlin issues
Sort by recently updated
recently updated
newest added

Hello, Perhaps I'm missing something but I was trying to debug an issue while implementing the PKCE authentication from the library and, while logging the scopes of the API, I...

bug
enhancement

**Describe the bug** when I call `api.albums.getAlbumTracks()` for a lot of albums (e.g. 40 or 80), I get `Received Status Code 400. Error cause: malformed request sent` for some requests...

This is not a library problem, as the console is also affected. See: https://developer.spotify.com/console/delete-following/?type=artist&ids=7eCmccnRwPmRnWPw61x6jM Related tests are to be temporarily disabled

bug
wontfix

**Issue**: API instantiation on android is still too confusing and DIY. spotify-web-api-kotlin has gradually expanded its targets, but its JVM beginnings are still evident in the lack of documentation around...

enhancement

**Describe the bug** When trying to call getCurrentlyPlayingRestAction().complete() an "com.adamratzman.spotify.SpotifyException$ParseException" exception is thrown. Stack trace says: (Illegal Spotify ID/URI: 'spotify:user:XXXXXXXXX:collection' isn't convertible to 'playlist' or 'album' or 'artist' or 'show'...

**Describe the bug** I had been using 4.0.1, but the album image size type in the response JSON from Spotify in TrackApi's getTrack had changed from integer to number, which...

**Describe the bug** Here is the stack trace: ``` 21/02/2024 12:06:38 com.adamratzman.spotify.SpotifyException$ParseException: Unable to parse {"collaborative":false,"description":"","external_urls":{"spotify":"https://open.spotify.com/playlist/0b6zN2PUiMnjLsJ2DYiScj"},"followers":{"href":null,"total":0},"href":"https://api.spotify.com/v1/playlists/0b6zN2PUiMnjLsJ2DYiScj","id":"0b6zN2PUiMnjLsJ2DYiScj","images":null,"name":"Vas3k.Music, February 2024","owner":{"display_name":"Yaroslav","external_urls":{"spotify":"https://open.spotify.com/user/0vyvjxn41lxn5tcbemyq2fbd2"},"href":"https://api.spotify.com/v1/users/0vyvjxn41lxn5tcbemyq2fbd2","id":"0vyvjxn41lxn5tcbemyq2fbd2","type":"user","uri":"spotify:user:0vyvjxn41lxn5tcbemyq2fbd2"},"primary_color":null,"public":true,"snapshot_id":"MSw4OTdlNzVmZDFhOTQ0NGJmZGJiZjdjYjQ1M2FjM2RkODM2MjIwODM5","tracks":{"href":"https://api.spotify.com/v1/playlists/0b6zN2PUiMnjLsJ2DYiScj/tracks?offset=0&limit=0","items":[],"limit":0,"next":null,"offset":0,"previous":null,"total":0},"type":"playlist","uri":"spotify:playlist:0b6zN2PUiMnjLsJ2DYiScj"} (Unexpected JSON token at offset 270: Expected start of the array '[',...

- Audiobooks APIs (public and private) - Chapter APIs (public)

enhancement