salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by spv60582 on 2 Jul 2010 at 8:20

GoogleCodeExporter commented 9 years ago
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)

Original comment by tom.h.mi...@gmail.com on 3 Jul 2010 at 6:53

GoogleCodeExporter commented 9 years ago
r330 fixes this, and here's a patch for 0.9.8

Original comment by tom.h.mi...@gmail.com on 8 Jul 2010 at 3:19

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 222 has been merged into this issue.

Original comment by tom.h.mi...@gmail.com on 12 Jul 2010 at 7:07

GoogleCodeExporter commented 9 years ago
Issue 271 has been merged into this issue.

Original comment by tom.h.mi...@gmail.com on 1 Sep 2010 at 1:04