I am working as a system developer for the swedish
public service radio and we are doing podcasting since
a year back. Because we are podcasting Swedish program
they have swedish signs in the title-xml-field and
iPodder/Juice cannot handle this. We are encoding the
special-sign to Entity Number and it is working well
in for example itunes and the feed are passing the
feedvalidator(www.feedvalidator.org).
For ipodder/juice the program is downloading the item
for the feed and the file are written to the disk but
when it says that the file is downloaded to 100% the
program hangs and generate an error that complains on
the swedish character:
DownloadJob 30697392
'SR_P1_dokumentar_060121060051.mp3' reports: An error
occurred; aborting.
Traceback (most recent call last):
File "ipodder\core.pyc", line 370, in run
File "ipodder\history.pyc", line 447, in save_encinfo
File "ipodder\history.pyc", line 23, in mkfilenamekey
UnicodeEncodeError: 'ascii' codec can't encode
character u'\xe4' in position 28: ordinal not in range(128)
I send along the xml-feed and the error message.
errormessage
Logged In: YES
user_id=1437538
The feed-file
The xml-feed
Logged In: YES
user_id=663712
I have the same experience. Also there's an error on
creating the neccesary WMP playlist:
Downloading
http://www.sr.se/laddahem/podradio/SR_Ekots_lordagsintervju_060225023013.mp3
Downloading
http://www.sr.se/laddahem/podradio/SR_p1_spraket_060221114723.mp3
DownloadJob 30989680 'SR_p1_spraket_060221114723.mp3'
reports: An error occurred; aborting.
Traceback (most recent call last):
File "ipodder\core.pyc", line 370, in run
File "ipodder\history.pyc", line 447, in save_encinfo
File "ipodder\history.pyc", line 23, in mkfilenamekey
UnicodeEncodeError: 'ascii' codec can't encode character
u'\xe5' in position 17: ordinal not in range(128)
DownloadJob 30990256
'SR_Ekots_lordagsintervju_060225023013.mp3' reports: An
error occurred; aborting.
Traceback (most recent call last):
File "ipodder\core.pyc", line 370, in run
File "ipodder\history.pyc", line 447, in save_encinfo
File "ipodder\history.pyc", line 23, in mkfilenamekey
UnicodeEncodeError: 'ascii' codec can't encode character
u'\xf6' in position 21: ordinal not in range(128)
Updating playlist P2 Mitt i musiken with
SR_p2_mittimusiken_060227011559.mp3
Pass #2 ended.
Starting auto cleanup.
WindowsMedia: couldn't find playlist P1 Sprket
WindowsMedia: couldn't find playlist P1 Ekots lrdagsintervju
Finished auto cleanup.
Logged In: YES
user_id=1488563
Hi, same Problem with german ä ö ü
Florian