iTunes Podcast HTTP 400 error

I always feel special when I search Google for a very specific error message and find absolutely zero other references to it online.

This time, I was developing a PHP-generated RSS feed for consumption as a podcast. I was testing the feed in iTunes, which was giving me the helpful error message

An unknown error has occurred (400)

The Apache error log, meanwhile was telling me

request failed: erroneous characters after protocol string

In the end, the problem turned out to be with unencoded spaces in the enclosure filename; where the enclosure tag should have looked like

<enclosure url="http://127.0.0.1/files/devuser/01%20In%20The%20Limelight.mp3" length="2026554" type="audio/mpeg"/>

The tag causing the error looked like

<enclosure url="http://127.0.0.1/files/devuser/01 In The Limelight.mp3" length="2026554" type="audio/mpeg"/>

(Shame on me.)

Tagged:

Also

1 comment

 
Sue wrote 8 years 31 weeks ago

geek :-D

geek :-D

Please register or login to post a comment.
Syndicate content

Twitter

  • Suddenly remembering that it was #followfriday and not having recommended anyone in a while, He directed you to @VeryShortStory. 4 years 17 weeks ago
  • I've been coding up a storm this week. #fb 4 years 17 weeks ago
  • WE ARE HAPPY TO SERVE YOU :( http://www.nytimes.com/2010/04/30/nyregion/30buck.html?hp #iconic #design 4 years 17 weeks ago
  • RT @eaton It's probably unecessary to generate a unique key pair for my cat, but better safe than sorry. 4 years 17 weeks ago
  • Interesting discussion on loading #drupal CCK field widgets manually: http://bit.ly/c7ICM5 4 years 17 weeks ago

Older

Contact

Andy Chase
(978) 297-6402
andychase [at] gmail.com
GPG/PGP Public Key