Summary: | Statistics plugin not working for new ICQ users | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Antti Hartikainen <kde> |
Component: | Statistics plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | normal | CC: | lamarque |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antti Hartikainen
2006-09-28 17:39:59 UTC
I have a similar problem and it seems a new key in the database is generated for these contacts at each startup. | $ echo "select * from contacts;" | sqlite3 kopete_statistics-0.1.db | [..] | 68|{a560493e-aa96-43c9-a51c-ec2bd23247ea}|XXXXX | $ after restarting kopete: | $ echo "select * from contacts;" | sqlite3 kopete_statistics-0.1.db | 68|{c40f3b65-31d0-4a42-88b4-97dc2a2d610a}|XXXXX | $ This is on Debian with kopete 3.5.5-2. Seems this bug does not involve when "ICQ-contact" is "merged" to "MSN-contact". Such MSN+ICQ contacts has working statistics. I can confirm that this bug exists for GMail users, on Kopete 0.12.7. New key is generated in database for GMail users upon startup of Kopete. Thus statistics appear to be lost. Perhaps at this point not only does a fix *need* to be created, but a program to parse the database and merge the multiple entries into one. I cannot reproduce this problem. Is it still happening with you? |