<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get User Queue Doesn't Return Full Queue in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5458527#M7052</link>
    <description>&lt;P&gt;This issue is still not fixed, hopefully it's still on Spotify team's radar&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 10:10:18 GMT</pubDate>
    <dc:creator>wiiwiiw</dc:creator>
    <dc:date>2022-11-16T10:10:18Z</dc:date>
    <item>
      <title>Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5435038#M6542</link>
      <description>&lt;P&gt;Working on developing an application, and I have to use this endpoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.spotify.com/documentation/web-api/reference/#/operations/get-queue" target="_blank" rel="noopener"&gt;https://developer.spotify.com/documentation/web-api/reference/#/operations/get-queue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to obtain the full user queue, but what this endpoint returns is only the first 20 songs queued (despite 20+ songs queued). I've tested in Postman too with the same problem, so it's not an app-specific issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an intentional limit? Is there some parameter not documented I can pass in to set a limit or offset?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2022 19:28:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5435038#M6542</guid>
      <dc:creator>zack_johnston</dc:creator>
      <dc:date>2022-09-24T19:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5435046#M6544</link>
      <description>&lt;P&gt;Additionally, this endpoint returns an empty list if a device isn't currently playing (even if there are many songs queued).&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2022 19:56:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5435046#M6544</guid>
      <dc:creator>zack_johnston</dc:creator>
      <dc:date>2022-09-24T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5435047#M6545</link>
      <description>&lt;P&gt;I have the same issue, but only 2 songs returned&lt;/P&gt;</description>
      <pubDate>Sat, 24 Sep 2022 20:00:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5435047#M6545</guid>
      <dc:creator>mfatica</dc:creator>
      <dc:date>2022-09-24T20:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5436698#M6588</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/21223674"&gt;@zack_johnston&lt;/a&gt;,&amp;nbsp;welcome to the developer board.&amp;nbsp;This endpoint doesn't support fetching additional pages of queue items right now. It would be great to hear more about the app you are building — can you tell us more about the use case?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 21:57:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5436698#M6588</guid>
      <dc:creator>spotifyjosh</dc:creator>
      <dc:date>2022-09-28T21:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5437265#M6596</link>
      <description>&lt;P&gt;Hi @spotifyjosh !&lt;BR /&gt;&lt;BR /&gt;That's too bad the queue endpoint doesn't support pagination! So I've tested this endpoint even more, and it behaves even more strangely than I first outlined. Sometimes it returns only 2 songs (despite a full queue) like @mfatica observed. Sometimes it returns 14 songs (despite queue # &amp;gt; 14) for no rhyme or reason. Sometimes it will return a list of 20 songs, alternating in repetition (e.g. [Superstition, Sir Duke, Superstition, Sir Duke,&amp;nbsp;Superstition, Sir Duke, Superstition, Sir Duke,&amp;nbsp;Superstition, Sir Duke, Superstition, Sir Duke]). Sometimes it even returns 20 songs when&amp;nbsp;&lt;EM&gt;less&amp;nbsp;&lt;/EM&gt;than 20 songs have been queued (the remainder of songs in the returned queue alternate [as I outlined above] until it hits 20).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting other strange behaviours than what I outlined above, with no clue how to reproduce it. Each time, I'm receiving a 200 status code--and I test in Postman to confirm the results in my app, so it's not an app-specific problem. To test, I've queued varying numbers of songs--I've tried different combinations of mobile queueing and desktop queueing. Sorry I can't give you a better idea about specific use cases! I'm having a hard time myself trying to reproduce these problems consistently to isolate causes.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 00:24:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5437265#M6596</guid>
      <dc:creator>zack_johnston</dc:creator>
      <dc:date>2022-09-30T00:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5440530#M6664</link>
      <description>&lt;P&gt;I have the same issue. @zack_johnston described the situation perfectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there a fix/workaround?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 14:42:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5440530#M6664</guid>
      <dc:creator>Muck92</dc:creator>
      <dc:date>2022-10-06T14:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5447008#M6778</link>
      <description>&lt;P&gt;The issue still persists, most of the time it only returns the next 2 tracks. I was excited the endpoint got finally added after several years of everyone here begging for it only to be completely broken and inconsistent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 07:42:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5447008#M6778</guid>
      <dc:creator>Christina77</dc:creator>
      <dc:date>2022-10-20T07:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5454278#M6974</link>
      <description>&lt;P&gt;Same issue... how is this not fixed yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This route is practically useless in its current state.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 20:07:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5454278#M6974</guid>
      <dc:creator>vildzi</dc:creator>
      <dc:date>2022-11-06T20:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5454740#M6982</link>
      <description>&lt;P&gt;Thanks for elaborating here, Zack - we are looking into the issue you described involving the length of the response array. I'll update this thread as soon as I know more.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 06:24:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5454740#M6982</guid>
      <dc:creator>spotifyjosh</dc:creator>
      <dc:date>2022-11-08T06:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5455804#M7002</link>
      <description>&lt;P&gt;Please prioritize this fix.&lt;/P&gt;&lt;P&gt;API returns only 2 songs when player is not shuffling, if shuffle is enabled then 20 songs are always returned even if there are &lt;STRONG&gt;actually less songs in the queue&lt;/STRONG&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I described it in more detail and with examples in other thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Inconsistent-behaviour-of-me-player-queue-endpoint/m-p/5450923#M6864" target="_blank"&gt;https://community.spotify.com/t5/Spotify-for-Developers/Inconsistent-behaviour-of-me-player-queue-endpoint/m-p/5450923#M6864&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 10:47:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5455804#M7002</guid>
      <dc:creator>wiiwiiw</dc:creator>
      <dc:date>2022-11-10T10:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5458527#M7052</link>
      <description>&lt;P&gt;This issue is still not fixed, hopefully it's still on Spotify team's radar&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 10:10:18 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5458527#M7052</guid>
      <dc:creator>wiiwiiw</dc:creator>
      <dc:date>2022-11-16T10:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5569028#M8958</link>
      <description>&lt;P&gt;Any idea when this is going to be fixed? Currently working on a Java application to allow my vintage Reel to Reel and Cassette tape decks to control the playback of the Spotify client, and not having this endpoint fully functional is really making things a bit harder coding wise. Now I rely on manual selecting and loading of playlist and albums.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 23:01:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5569028#M8958</guid>
      <dc:creator>nate250</dc:creator>
      <dc:date>2023-04-24T23:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5582971#M9263</link>
      <description>&lt;P&gt;Still NOT fixed. Some of my users are affected by this, and it's rather annoying the bug has been around forever, especially since there's no other way to grab the queue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 07:44:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5582971#M9263</guid>
      <dc:creator>Christina77</dc:creator>
      <dc:date>2023-05-18T07:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5607026#M9935</link>
      <description>&lt;P&gt;Still not fixed! Only getting 20 songs total.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 11:50:03 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5607026#M9935</guid>
      <dc:creator>Nightfold</dc:creator>
      <dc:date>2023-07-09T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5620661#M10253</link>
      <description>&lt;P&gt;Still not fixed...please Spotify!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 07:57:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5620661#M10253</guid>
      <dc:creator>wiiwiiw</dc:creator>
      <dc:date>2023-08-09T07:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5620662#M10254</link>
      <description>&lt;P&gt;This issue is still not fixed, can you please forward it to the team?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:03:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5620662#M10254</guid>
      <dc:creator>wiiwiiw</dc:creator>
      <dc:date>2023-08-09T08:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5661268#M11352</link>
      <description>&lt;P&gt;I have a similar issue with queue : queue is juste... false. When my current album/playlist reaches the last track, the queue is displaying nothing. But when the current track is now out of the album/playlist (automatically added by Spotify's recommendations), the queue given by this endpoint is false. On my app I have for example : "Good Riddance Time of your life" as first element, and the endpoint is returning as first element "&lt;SPAN&gt;It Ain't Over 'Til It's Over". It seems that when Spotify is playing recommendations without user's interaction, the app isn't showing you the user's queue anymore but the "recommendations's queue".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And it seems there's no way to know that Spotify is in "recommendations mode".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any idea about that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at the screenshots below showing the queue being returned by the API endpoint, and the queue of Spotify App running on MacOS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 07:22:18 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5661268#M11352</guid>
      <dc:creator>upgrader-dev</dc:creator>
      <dc:date>2023-11-03T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5778203#M11996</link>
      <description>&lt;P&gt;Im facing the same problem @&lt;SPAN class=""&gt;&lt;A class="" href="https://community.spotify.com/t5/user/viewprofilepage/user-id/25591610" target="_self"&gt;upgrader-dev&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Try to change your Spotify preferences: disable Autoplay&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The queue should be synchronized with the /player/queue endpoint now&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a satisfying solution, but hopefully a fix is coming ??&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 18:16:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5778203#M11996</guid>
      <dc:creator>bakhaw</dc:creator>
      <dc:date>2023-12-27T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5974512#M13298</link>
      <description>&lt;P&gt;still not fixed...&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 11:06:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5974512#M13298</guid>
      <dc:creator>Resutrox</dc:creator>
      <dc:date>2024-03-29T11:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get User Queue Doesn't Return Full Queue</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5994119#M13377</link>
      <description>&lt;P&gt;I confirm this solution is not satisfying for me as I need auto play but thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 17:12:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-User-Queue-Doesn-t-Return-Full-Queue/m-p/5994119#M13377</guid>
      <dc:creator>upgrader-dev</dc:creator>
      <dc:date>2024-04-08T17:12:23Z</dc:date>
    </item>
  </channel>
</rss>

