https://bugs.gpodder.org/show_bug.cgi?id=1562
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution| |FIXED Summary|Feed Parse Error with Twit |gtk.ListStore chokes on |Feed |very big file size integer | |values --- Comment #3 from Thomas Perl <[email protected]> 2012-02-11 13:57:29 GMT --- After some investigation, I found that the problem was that the file size was > 2GB and the Gtk List model has a problem with the file size value. I've fixed this in the Git repository now for gPodder 3.x, and also backported the fix to the "two" branch (possible future 2.x bugfix releases). Fixed in the "master" branch: http://gpodder.org/commit/d0eaccbc Fixed in the "two" branch: http://gpodder.org/commit/54056ab If you want, you can download the fixed module and copy it to lib\site-packages\gpodder\gtkui\ in your gPodder 2.20 Windows installation manually, which should fix this issue for you: https://raw.github.com/gpodder/gpodder/two/src/gpodder/gtkui/model.py -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
