<?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: Spotify API Add To Queue Endpoint response faulty in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6183902#M14415</link>
    <description>&lt;P&gt;Same problem here.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 01:40:38 GMT</pubDate>
    <dc:creator>Astronis</dc:creator>
    <dc:date>2024-07-10T01:40:38Z</dc:date>
    <item>
      <title>Spotify API Add To Queue Endpoint response faulty</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6182612#M14408</link>
      <description>&lt;P&gt;The response from the Add To Queue endpoint doesn't return as expected. This is again a problem for strongly typed applications.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I test it using the API Reference the website even states "something went wrong"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Inzanity_0-1720520255106.png" style="width: 400px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/175530i2ACC70ACBAD83252/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Inzanity_0-1720520255106.png" alt="Inzanity_0-1720520255106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Making a POST request to the endpoint using postman returns a jambled string which I don't know what it's supposed to be. This string is also different for each request, even if the same request has been sent.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Inzanity_1-1720520321028.png" style="width: 400px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/175531iD54911775F9F0BD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Inzanity_1-1720520321028.png" alt="Inzanity_1-1720520321028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 10:28:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6182612#M14408</guid>
      <dc:creator>Inzanity</dc:creator>
      <dc:date>2024-07-09T10:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify API Add To Queue Endpoint response faulty</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6182922#M14411</link>
      <description>&lt;P&gt;Same issue here.&lt;BR /&gt;The request isn't supposed to answer anything actually.&lt;BR /&gt;Also it's supposed to answer with a 204, not a 200.&lt;BR /&gt;This breaks any integration that is complying with the documentation&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 15:27:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6182922#M14411</guid>
      <dc:creator>durss</dc:creator>
      <dc:date>2024-07-09T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify API Add To Queue Endpoint response faulty</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6183303#M14413</link>
      <description>&lt;P&gt;Confirming same. I'm getting response error messages like "Unexpected character encountered while parsing number: G. Path '', line 1, position 2." and random variations thereof. However, the call still DOES add the song to my queue every time, so it's working but returning an error status and error message.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 18:15:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6183303#M14413</guid>
      <dc:creator>jsfuller77</dc:creator>
      <dc:date>2024-07-09T18:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify API Add To Queue Endpoint response faulty</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6183902#M14415</link>
      <description>&lt;P&gt;Same problem here.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 01:40:38 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6183902#M14415</guid>
      <dc:creator>Astronis</dc:creator>
      <dc:date>2024-07-10T01:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify API Add To Queue Endpoint response faulty</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6683036#M16772</link>
      <description>&lt;P&gt;As stated it's returning 200 instead of 204, a string in the body, and (arguably) more important:&amp;nbsp; for me at least it's not adding the song to the queue.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 11:22:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-API-Add-To-Queue-Endpoint-response-faulty/m-p/6683036#M16772</guid>
      <dc:creator>rortilope</dc:creator>
      <dc:date>2025-01-30T11:22:46Z</dc:date>
    </item>
  </channel>
</rss>

