Currently running version 8.8.10.12 on a couple sites running WP 3.2.1, and a couple sites still using 8.8.10.10 or 8.8.10.7.
This duplicate key error has been an issue since way back in the earliest versions of podpress we've been using on these sites since 2005-2006.
Example from the error logs:
INSERT INTO wp_podpress_statcounts (postID, media, feed) VALUES (22687, 'Showfile.mp3', 1) ON DUPLICATE KEY UPDATE feed = feed+1, total = total+1;
I read older posts in these support forums that said the problem had been resolved with updated versions, but I keep seeing the error no matter how up-to-date we've kept podpress.
Is there a solution yet?