Closed (fixed)
Project:
Twitter search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 21:29 UTC
Updated:
21 Mar 2010 at 19:10 UTC
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
Comment #1
dragonwize commentedThat 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.
Comment #2
dragonwize commentedComment #3
dragonwize commentedFixed. We are now mapping multiple searches to the same tweets.