Bug 63224 - knewsticker doesn't update news
Summary: knewsticker doesn't update news
Status: RESOLVED FIXED
Alias: None
Product: knewsticker
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Frerich Raabe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-25 10:47 UTC by Ralf Hildebrandt
Modified: 2003-09-01 14:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Hildebrandt 2003-08-25 10:47:55 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    Debian testing/unstable Packages
OS:          Linux

I really verified this :)
If I start KDE, then I get fresh, new news.
If I leave KDE open after that, knewsticker's contents are never updated, although I use a "News query interval" of 31 minutes. If I close knewsticker just to open it a few seconds later, I get new news that I've never seen before.

I see the same behaviour on multiple machine, both with and without use of a proxy server.
Comment 1 Frerich Raabe 2003-09-01 14:18:08 UTC
Subject: kdenetwork/knewsticker/common

CVS commit by raabe: 

- Don't break when a newssource gets updated, but the new RSS file is smaller
  than the previous one; the internal buffer got expanded, but never shrinked,
  so after the reset() call the new data was inserted in the first part of the
  buffer, but because it did not shrink there was still garbled markup from
  the previous version, which breaks the XML parser. Patch based on very nice
  problem analysis by Mary Cushion  (mary at eiger dot demon dot co dot uk).
CCMAIL:49114-done@bugs.kde.org,52642-done@bugs.kde.org,63224-done@bugs.kde.org


  M +12 -7     newsengine.cpp   1.97
  M +2 -2      newsengine.h   1.60
  M +20 -6     xmlnewsaccess.cpp   1.33
  M +2 -3      xmlnewsaccess.h   1.18