scraperwiki / code-scraper-in-browser-tool

Just like on ScraperWiki Classic; now a part of QuickCode.
https://quickcode.io
Other
38 stars 8 forks source link

Code was working. I've made no changes and it broke alone #133

Closed gcampedelli closed 10 years ago

gcampedelli commented 10 years ago

I have a code. It works most part of day. At night it breaks and gives me error

TypeError: 'int' object has no attribute 'getitem'

What is happening?

frabcus commented 10 years ago

It looks like just a bug in your code!

find_popular_tweets returns a list of tweets, and you've called the variable tweet and are trying to look up a string in it.