Help Wizard

Step 1

NEXT STEP

Searching shows does not work

Solved!

Searching shows does not work

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. 

 

Show search request: all results null

showRequest.png

 

Track search request: works fine

trackRequest.png

 

Show search request on website: works fine

websiteShowRequest.png

Reply

Accepted Solutions
Marked as solution

As discussed in other topics in this forum (here and here), that seems to be an unsolved issue. For now a trick that works is adding market as query parameter. For example:

curl --location 'https://api.spotify.com/v1/search?q=cyclast&type=show&market=co' \
--header 'Authorization: Bearer your-token'

 

View solution in original post

1 Reply
Marked as solution

As discussed in other topics in this forum (here and here), that seems to be an unsolved issue. For now a trick that works is adding market as query parameter. For example:

curl --location 'https://api.spotify.com/v1/search?q=cyclast&type=show&market=co' \
--header 'Authorization: Bearer your-token'

 

Suggested posts