https://bugs.gpodder.org/show_bug.cgi?id=1592
--- Comment #2 from Stefan Kögl <[email protected]> 2012-04-19 16:10:19 BST --- I'll try to reproduce that with my gPodder instance at home. Which files would you need to reproduce that yourself? BTW, I don't think its the unzipping, but the unpacking in the assignment >>> channels = [] >>> total, deleted, new, downloaded, unplayed = map(sum, ... zip(*[c.get_statistics() for c in channels])) Traceback (most recent call last): File "<stdin>", line 2, in <module> ValueError: need more than 0 values to unpack -- 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
