Howdy folks!
After updating to the latest and greatest WoWRoster (2.0.2) and CharacterProfiler, I encountered an error on my first upload:
Database Error
1062: Duplicate entry '364-One of a Kind' for key 1
SQL:
INSERT INTO `roster_quests` SET `member_id` = '364', `quest_name` = 'One of a Kind', `quest_index` = '5', `quest_level` = '73', `zone` = 'Dragonblight', `quest_tag` = 'Group', `is_complete` = '0'
If you are experiencing this as well, it is because Blizzard a bit foolishly named two different quests with the same name:
One of a Kind (Gundrak, Dungeon - http://www.wowhead.com/?quest=13111)
One of a Kind (Dragonblight - http://www.wowhead.com/?quest=12148)
One of my characters had both quests in his quest log, causing this error. To allow a proper upload, just open your 'CharacterProfiler.lua' and change one instance of 'One of a Kind' to 'One of a Kind - Two' (or whatever, as long as it's different).
Hopefully can save someone else a little time trying to figure out what the problem is. : )