While trying to do a simple twitter search using Twython
twitter = Twython('..', '..','..', '..')
tweets = twitter.search(q="mangalore",count=100)
I am getting this error:
twython.exceptions.TwythonError: Twitter API returned a 500 (Internal Server Error), Internal error.
What might be the issue here?