MrLoick / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Backend errors when getting commentThreads #377

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call API with GET 
https://www.googleapis.com/youtube/v3/commentThreads?part=snippet%2Creplies&allT
hreadsRelatedToChannelId=UC6KoljqctrFWQZFvgiPwzfQ&maxResults=100&key={YOUR_API_K
EY} (taken from apis explorer)
2. API responds with 500 API error

What is the expected output? What do you see instead?

Expected is 200 response, with correct threads.

API responds correctly with lower 'maxResults' setting. But the max number 
differs by allThreadsRelatedToChannelId setting - for each channel is 
different. It also works sometimes. I suspect that this is related to number of 
videos / comments in channel.

I'm attaching a screenshot from APIS explorer, in case it worked when you test 
it. I called the API on 2015-08-20 17:01:17+2000 

Original issue reported on code.google.com by t.strucz...@gmail.com on 20 Aug 2015 at 3:02

Attachments: