hi
i tried twittersearch and it fetched one search item (tweet) them it seems to quit with an error message (which is displayed several times in the log)

Duplicate entry '1-2147483647' for key 1 query: INSERT INTO twitter_search_statuses (twitter_search_id, twitter_id) VALUES (1, 2147483647) in /www/includes/common.inc on line 3468.

Comments

dragonwize’s picture

Priority: Critical » Normal

That would mean that you are pulling in duplicate tweets. I've not seen in my use but I knew that situation would come up eventually. I am still thinking of how I want to handle that situation. On one hand we don't want multiple tweets being pulled in but on the other hand different searches can sometime pull in the same tweets as they match both.

I guess the best route for now would be to allow multiple searches associate with the same tweet then figure out how to handle the display portion later.

dragonwize’s picture

Title: twitter search only returns one item » Breaks when pulling in duplicate tweet
dragonwize’s picture

Status: Active » Fixed

Fixed. We are now mapping multiple searches to the same tweets.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.