vinitkumar / googlecl

GoogleCL rewrite in __progress__
Other
324 stars 48 forks source link

'Max-results value is too high. Only up to 50 results can be returned per query.' in "youtube list" task #211

Closed vinitkumar closed 10 years ago

vinitkumar commented 10 years ago

From spv60582 on July 02, 2010 13:50:03

What steps will reproduce the problem? google youtube list # What is the expected output? What do you see instead? Output error:

"Failed to get entries: {'status': 400, 'body': 'Max-results value is too high. Only up to 50 results can be returned per query.', 'reason': 'Bad Request'}" What version of the product are you using? On what operating system? What version of gdata-python-client (aka python-gdata)? googlecl 0.9.8 python 2.6 gdata 2.0.10

installed on Cygwin Please provide any additional information below. This works on prev 0.9.7 version

Original issue: http://code.google.com/p/googlecl/issues/detail?id=203

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 03, 2010 11:53:11

For the time being, you can add this line to your config file under the YouTube section:

max_results = 50 cap_results = True

(If there's no section for it, add [YOUTUBE] to your config file to create the section)

Status: Accepted

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 08, 2010 08:19:11

r330 fixes this, and here's a patch for 0.9.8

Status: Fixed
Owner: tom.h.miller

Attachment: yt_results.patch

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 12, 2010 12:07:57

Issue 222 has been merged into this issue.

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on September 01, 2010 06:04:20

Issue 271 has been merged into this issue.