Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286725 - Microblog applet does does not handle tweet status id's larger than 32bits
Summary: Microblog applet does does not handle tweet status id's larger than 32bits
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 05:44 UTC by chris salch
Modified: 2010-02-21 23:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
A quick search replace uint to ulong (twitpocallypse.patch,2.17 KB, patch)
2009-09-28 05:45 UTC, chris salch
Details | Diff
ebuild for the above patch. (kdeplasma-addons-4.3.1-r1.ebuild,2.21 KB, text/plain)
2009-09-28 05:46 UTC, chris salch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chris salch 2009-09-28 05:44:32 UTC
It would appear that the microblog applet in kdeplasma-addons is limited to unsigned integer status id's.  With a current adjustment by twitter status ids have topped the maximum value for unsigned integers.



Reproducible: Always

Steps to Reproduce:
1

Actual Results:  
Ability to create new tweets but not view them in the applet.  Browsing via the twitter website will show all tweets.
Comment 1 chris salch 2009-09-28 05:45:38 UTC
Created attachment 205440 [details, diff]
A quick search replace uint to ulong 

I did an quick search replace on in the applet portion of microblog and it appears to fix the issue for me.
Comment 2 chris salch 2009-09-28 05:46:29 UTC
Created attachment 205441 [details]
ebuild for the above patch.
Comment 3 chris salch 2009-09-29 17:30:15 UTC
The above patch has been committed to svn by kde.  

See:
https://bugs.kde.org/show_bug.cgi?id=207327#c6
https://bugs.kde.org/show_bug.cgi?id=207327#c7
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2010-02-21 23:19:11 UTC
Fixed upstream in 4.3.5 and 4.4.0