Question

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?

Was it helpful?

Solution

Apparently Twitter was having some issues. Working fine now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top