Bug 207327 - stopped showing any blog entries from Twitter account
Summary: stopped showing any blog entries from Twitter account
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-microblogging (show other bugs)
Version: unspecified
Platform: Debian testing Unspecified
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
: 202578 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-14 10:32 UTC by Marcus Better
Modified: 2009-09-30 21:25 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
uint to ulong patch (2.17 KB, patch)
2009-09-28 07:39 UTC, chrissalch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Better 2009-09-14 10:32:40 UTC
Version:            (using KDE 4.3.1)
Installed from:    Debian testing/unstable Packages

Today I see that the microblogging plasmoid does not display any tweets at all (whether new or old ones). The content pane is just empty. It worked fine on Friday. I have rebooted the laptop once in between.

I have one Twitter account configured.

Also noticed that the password field in the settings was blank today, but after filling it in, there are still no messages.
Comment 1 Kenjiro Tanaka 2009-09-26 03:01:04 UTC
Looks like I have the same problem.

I have been using KDEmicroBlog plasmoid for some time already. I have been using it with KDE-4.3.1 without problems... until 2009-09-22. On this day the plasmoid "half stoped working". I say "half" because, like Marcus, I can't read any posts to twitter (be mine or from friends); however, I can send posts to the server (which later I can read using a browser).

I am running Bluewhite64-13.0 (x86_64), KDE-4.3.1 (compiled from source), gcc-4.3.3, qt-4.5.2 (kde-qt).

Need any other info?
Comment 2 dpwegener 2009-09-26 18:30:33 UTC
Twitter has a posting on their announcements about Twitpocalypse II where they are changing the maximum ID status.  The change was supposed to take place on 9/22.  Could this be the cause of the problem?

excerpt from post:
"the Twitter operations team will artificially increase the maximum status ID to 4294967296"

http://groups.google.com/group/twitter-api-announce/browse_thread/thread/3614bb896bf6ad3e?hl=en
Comment 3 chrissalch 2009-09-28 07:24:11 UTC
(In reply to comment #2)
> Twitter has a posting on their announcements about Twitpocalypse II where they
> are changing the maximum ID status.  The change was supposed to take place on
> 9/22.  Could this be the cause of the problem?
> 
> excerpt from post:
> "the Twitter operations team will artificially increase the maximum status ID
> to 4294967296"
> 
> http://groups.google.com/group/twitter-api-announce/browse_thread/thread/3614bb896bf6ad3e?hl=en


I would have to say that this is at least related to the problem.  It looks like the void MicroBlog::dataUpdated method in applets/microblogging/microblog.cpp is using uint for status ids.  (I'm pretty sure that's a 32bit unsigned integer but I can't find the typedef and am not overly familiar with kde code base.)  Switching to an unsigned long in all the relevant locations might fix the issue . . . .
Comment 4 chrissalch 2009-09-28 07:39:01 UTC
Created attachment 37209 [details]
uint to ulong patch

Rereading what the previous posts, my issue may have been unrelated.  I could see old tweets but not new ones.  I've done a quick search replace in the applet portion of kdeplasma-addons and rebuilt it.  From what I can tell, it appears to be functioning now.  I see all the tweets that were missing and new tweets that I add.  You might give this a shot . . . .
Comment 5 Kenjiro Tanaka 2009-09-28 21:49:53 UTC
chrissalch, whatever was your issue, I tried your patch and it worked just fine.

Thanks for that.

KDE guys, please let us know when similar fix is official so I can patch and repackage for my distro.
Comment 6 Aaron J. Seigo 2009-09-29 19:14:34 UTC
SVN commit 1029407 by aseigo:

ulong instead of uint; patch by chrissalch
BUG:207327


 M  +4 -4      microblog.cpp  
 M  +2 -2      microblog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1029407
Comment 7 Aaron J. Seigo 2009-09-29 19:15:54 UTC
SVN commit 1029410 by aseigo:

ulong instead of uint; patch by chrissalch
CCBUG:207327


 M  +4 -4      microblog.cpp  
 M  +2 -2      microblog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1029410
Comment 8 Rex Dieter 2009-09-30 21:25:15 UTC
*** Bug 202578 has been marked as a duplicate of this bug. ***
Comment 9 Rex Dieter 2009-09-30 21:25:32 UTC
*** Bug 199939 has been marked as a duplicate of this bug. ***