What steps will reproduce the problem?
1.Try to receive info about one playlist
2.GET
https://www.googleapis.com/youtube/v3/search?part=snippet&q=PL8i09dj_8lqK29yqahg
D5CBJwL5tPMiwr&key={YOUR_API_KEY}
3.Response with an item, but empty.
200 OK
- Show headers -
{
"kind": "youtube#searchListResponse",
"etag": "\"IHLB7Mi__JPvvG2zLQWAg8l36UU/qiWE0NOZ8Q8Px-nScyC93z_Zges\"",
"pageInfo": {
"totalResults": 1,
"resultsPerPage": 5
},
"items": [
]
}
What is the expected output?
Well, the system says there is an item, but in items there is nothing at all.
What do you see instead?
The information about that playlist.
What version of the product are you using?
Youtube api v3
On what operating system?
Linux Mint 16 Petra.
Please provide any additional information below.
Original issue reported on code.google.com by manuel.s...@gmail.com on 19 Apr 2015 at 8:34
Original issue reported on code.google.com by
manuel.s...@gmail.com
on 19 Apr 2015 at 8:34