Active
Project:
FileField Podcaster
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2010 at 20:55 UTC
Updated:
6 Dec 2010 at 03:29 UTC
I am trying to get some guidance on how to troubleshoot my problem. I have a podcast (feed://pathwaycc.net/sermons/feed) that was working perfectly until a few weeks ago. I didn't change my view or anything to do with the podcast. Itunes correctly identifies that there is a new podcast and even says the size of the file correctly but when it goes to download the file I get a 404 error. You will see if you click the link to my feed that the files are working correctly.
Some troubleshooting help would be great
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2010-10-05 at 3.54.53 PM.png | 33.4 KB | saepl |
Comments
Comment #1
saepl commentedI fixed the problem by installing the transliteration module - as it was indeed a problem with spaces in the filename.
Comment #2
dandaman commentedI added this line on Line 68 of
ffpc_plugin_row_podcast.inc:This fixed the problem of podcast files that had spaces in the name. It was not technically a valid RSS feed without the spaces escaped and at least recent versions of iTunes on Mac would error out saying it could not find the file.