<?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 Searching shows does not work in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Searching-shows-does-not-work/m-p/5982611#M13323</link>
    <description>&lt;P&gt;I'm trying to send a simple request to search for a show, but for some reason all the results come back as null. This only happens for shows, and when I try the same request on the test page on the website, it works perfectly fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show search request: all results null&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="showRequest.png" style="width: 999px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/171316iD58A0BB2A7868D93/image-size/large?v=v2&amp;amp;px=999" role="button" title="showRequest.png" alt="showRequest.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Track search request: works fine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trackRequest.png" style="width: 999px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/171317iB3A3822E0E354270/image-size/large?v=v2&amp;amp;px=999" role="button" title="trackRequest.png" alt="trackRequest.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show search request on website: works fine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="websiteShowRequest.png" style="width: 619px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/171318i83BFABA1FE34C22E/image-size/large?v=v2&amp;amp;px=999" role="button" title="websiteShowRequest.png" alt="websiteShowRequest.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 16:20:54 GMT</pubDate>
    <dc:creator>aslad</dc:creator>
    <dc:date>2024-04-02T16:20:54Z</dc:date>
    <item>
      <title>Searching shows does not work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Searching-shows-does-not-work/m-p/5982611#M13323</link>
      <description>&lt;P&gt;I'm trying to send a simple request to search for a show, but for some reason all the results come back as null. This only happens for shows, and when I try the same request on the test page on the website, it works perfectly fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show search request: all results null&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="showRequest.png" style="width: 999px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/171316iD58A0BB2A7868D93/image-size/large?v=v2&amp;amp;px=999" role="button" title="showRequest.png" alt="showRequest.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Track search request: works fine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trackRequest.png" style="width: 999px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/171317iB3A3822E0E354270/image-size/large?v=v2&amp;amp;px=999" role="button" title="trackRequest.png" alt="trackRequest.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show search request on website: works fine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="websiteShowRequest.png" style="width: 619px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/171318i83BFABA1FE34C22E/image-size/large?v=v2&amp;amp;px=999" role="button" title="websiteShowRequest.png" alt="websiteShowRequest.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:20:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Searching-shows-does-not-work/m-p/5982611#M13323</guid>
      <dc:creator>aslad</dc:creator>
      <dc:date>2024-04-02T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Searching shows does not work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Searching-shows-does-not-work/m-p/6006592#M13501</link>
      <description>&lt;P&gt;As discussed in other topics in this forum (&lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Searching-for-podcasts-not-returning-results/m-p/4973209" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Search-for-shows-returns-an-array-of-null/m-p/4953378" target="_blank" rel="noopener"&gt;here&lt;/A&gt;), that seems to be an unsolved issue. For now a trick that works is adding market as query parameter. For example:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;curl --location 'https://api.spotify.com/v1/search?q=cyclast&amp;amp;type=show&amp;amp;market=co' \
--header 'Authorization: Bearer your-token'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 19:09:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Searching-shows-does-not-work/m-p/6006592#M13501</guid>
      <dc:creator>SantiagoBalcero</dc:creator>
      <dc:date>2024-04-14T19:09:12Z</dc:date>
    </item>
  </channel>
</rss>

