hi,
    whenever i call search method i receive "tweepy.error.TweepError:
Twitter error response: status code = 400" error. I have checked the
details with tweepy.debug() and i got the following,

connect: (search.twitter.com, 80)
send: 'GET /search.json?q=ipod&rpp=100&show_user=True HTTP/1.1\r
\nAccept-Encoding: identity\r\nHost: search.twitter.com\r\n\r\n'
reply: 'HTTP/1.1 400 Bad Request\r\n'
header: Date: Mon, 18 Oct 2010 07:11:43 GMT
header: Server: Apache
header: Vary: Accept-Encoding
header: Content-Length: 226
header: Connection: close
header: Content-Type: text/html; charset=iso-8859-1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<stdin>", line 3, in twee
  File "build/bdist.linux-x86_64/egg/tweepy/binder.py", line 178, in
_call
  File "build/bdist.linux-x86_64/egg/tweepy/binder.py", line 161, in
execute
tweepy.error.TweepError: Twitter error response: status code = 400

I read http error response 400 docs. It was mentioned "rate limit"
factor does this. but rate_limit_status returned the following,

header: Connection: close
{'reset_time_in_seconds': 1287390651, 'remaining_hits': 150,
'hourly_limit': 150, 'reset_time': 'Mon Oct 18 08:30:51 +0000 2010'}

I dont know why it is happening....pls help me!!

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to