<?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 Search endpoint bug in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5362216#M4312</link>
    <description>&lt;P&gt;I was trying to use search endpoint("&lt;A href="https://api.spotify.com/v1/search&amp;quot;)," target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/search"),&lt;/A&gt; but response return empty items. As ex. of response(changed link-title, because system doesn't allow):&lt;/P&gt;&lt;PRE&gt;"tracks": {
    "": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cru-RU%3Bq%3D0.8%2Cru%3Bq%3D0.5%2Cen%3Bq%3D0.3&amp;amp;offset=5&amp;amp;limit=10",
    "items": [],
    "limit": 10,
    "next": null,
    "offset": 5,
    "previous": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cru-RU%3Bq%3D0.8%2Cru%3Bq%3D0.5%2Cen%3Bq%3D0.3&amp;amp;offset=0&amp;amp;limit=10",
    "total": 0
  }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Request has been filled with sample data. Problems started from 9:00 PM(UTC +2).&lt;/P&gt;&lt;P&gt;Maybe there some restrictions? But the other requests passed and response is correct.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 09:06:15 GMT</pubDate>
    <dc:creator>chinzanoDev</dc:creator>
    <dc:date>2022-04-04T09:06:15Z</dc:date>
    <item>
      <title>Search endpoint bug</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5362216#M4312</link>
      <description>&lt;P&gt;I was trying to use search endpoint("&lt;A href="https://api.spotify.com/v1/search&amp;quot;)," target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/search"),&lt;/A&gt; but response return empty items. As ex. of response(changed link-title, because system doesn't allow):&lt;/P&gt;&lt;PRE&gt;"tracks": {
    "": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cru-RU%3Bq%3D0.8%2Cru%3Bq%3D0.5%2Cen%3Bq%3D0.3&amp;amp;offset=5&amp;amp;limit=10",
    "items": [],
    "limit": 10,
    "next": null,
    "offset": 5,
    "previous": "https://api.spotify.com/v1/search?query=remaster%2520track%3ADoxy%2Bartist%3AMiles%2520Davis&amp;amp;type=track&amp;amp;market=ES&amp;amp;locale=en-US%2Cru-RU%3Bq%3D0.8%2Cru%3Bq%3D0.5%2Cen%3Bq%3D0.3&amp;amp;offset=0&amp;amp;limit=10",
    "total": 0
  }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Request has been filled with sample data. Problems started from 9:00 PM(UTC +2).&lt;/P&gt;&lt;P&gt;Maybe there some restrictions? But the other requests passed and response is correct.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 09:06:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5362216#M4312</guid>
      <dc:creator>chinzanoDev</dc:creator>
      <dc:date>2022-04-04T09:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search endpoint bug</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5383956#M4627</link>
      <description>&lt;P&gt;are you using client credentials or OAuth token?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I find that when I use client credentials, I often get the same result you're getting but when I'm using OAuth it seems to work just fine. This isn't&amp;nbsp;fix. It's still problem if your trying to run server side automation.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 14:06:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5383956#M4627</guid>
      <dc:creator>RyanNewQuest</dc:creator>
      <dc:date>2022-05-19T14:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search endpoint bug</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5386153#M4668</link>
      <description>&lt;P&gt;I came searching over a similar problem, different query, and believe I have the solution. I noticed you're likely double url-encoding your query(you have a %2520 which happens when you double encode a space, first to %20, then to %2520. I double checked my query and I had the opposite problem, I had left out a space. Fixing that, it works. I tested your query out as well. It fails as given but replacing the %2520 with %20, works.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 08:37:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5386153#M4668</guid>
      <dc:creator>plwww</dc:creator>
      <dc:date>2022-05-25T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search endpoint bug</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5386311#M4675</link>
      <description>&lt;P&gt;Yeah, u was right! I dunno why, but there's a mistake at "fill sample data" button. Thx to u!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:29:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Search-endpoint-bug/m-p/5386311#M4675</guid>
      <dc:creator>chinzanoDev</dc:creator>
      <dc:date>2022-05-25T14:29:21Z</dc:date>
    </item>
  </channel>
</rss>

