Closed BarryCarlyon closed 1 year ago
109bd24a-40d0-402d-9f52-bc46e19c9543
is a stationID, not a playlist ASIN (e.g. B08NFD9GVR
)
@iProdigy correct but the problem here is:
No data in the response it is inconsistent with other Helix endpoints
Not that I passed an invalid ASIN. The "invalid ASIN" is included in the "reproduction steps" to indicate how to get the error of an empty data array which is inconsistent with other Helix endpoints when helix errors
The response should be
{
"error": "Bad Request",
"message": "invalid ASIN",
"status": 400
}
Not
{
"data": [],
"error": "Bad Request",
"message": "invalid ASIN",
"status": 400
}
I believe you have misread what the purpose of this GitHub bug report is for
No
data
in the response it is inconsistent with other Helix endpoints
Thanks for the clarification - I see what you mean now
Soundtrack product and API has been deprecated: https://discuss.dev.twitch.tv/t/withdrawal-of-twitch-api-endpoints-for-soundtrack/46021
Brief description
Get Soundtrack by playlist ID has incosnsitent behaviour with the rest of helix when the ASIN/PlaylistID is invalid
How to reproduce
Expected behavior
No
data
in the response it is inconsistent with other Helix endpoints