Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
I run a request
That is, in the response I should get a list of playlists.
But one of the elements in the response is a channel, not a playlist ("kind": "youtube#channel").
This element should not be in the response.
- API request with parameters used (DO NOT include your credential)
- Result (copy and paste a JSON response you received)
Element that should not be in the response:
{
"kind": "youtube#searchListResponse",
"etag": "CTrWPcvgc4Gamg-1IZ5XpvsvuXQ",
"nextPageToken": "CDIQAA",
"regionCode": "RU",
"pageInfo": {
"totalResults": 105207,
"resultsPerPage": 50
},
"items": [
...
{
"kind": "youtube#searchResult",
"etag": "oFnt8yOR5LZL2VYHiMAD9evgR7w",
"id": {
"kind": "youtube#channel",
"channelId": "UCEgdi0XIXXZ-qJOFPf4JSKw"
},
"snippet": {
"publishedAt": "2013-12-15T20:39:04Z",
"channelId": "UCEgdi0XIXXZ-qJOFPf4JSKw",
"title": "Sports",
"description": "",
"thumbnails": {
"default": {
"url": "
},
"medium": {
"url": "
},
"high": {
"url": "
}
},
"channelTitle": "Sports",
"liveBroadcastContent": "none",
"publishTime": "2013-12-15T20:39:04Z"
}
},
...
]
}
Full response: see attached file search_response.json
- Expected result
Only playlists should be in response.
- Is it 100% reproducible?
No, sometimes I get correct responses.
- Reproducible API explorer link