Search code examples
twittertwythontwitter-search

Twython : Twitter API returned 500(Internal Server Error)


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?


Solution

  • Apparently Twitter was having some issues. Working fine now.