Traceback (most recent call last):
File "iPodderGui.pyc", line 3062, in OnCleanupFeedChoice
File "iPodderGui.pyc", line 3091, in PopulateCleanupEpisodes
File "ipodder\history.pyc", line 672, in pretty_name_from_path
File "ipodder\history.pyc", line 23, in mkfilenamekey
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 21: ordinal not in range(128)
This causes the status to remain "Downloading" because Juice doesn't recover from not being able to process accented characters in feed names. Come on guys! You support a zillion foreign languages in the UI but cutoff at ASCII 128 for feed names!! Right on!