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 25 weeks ago

geek :-D

geek :-D

Please register or login to post a comment.
Syndicate content

Twitter

  • I don't think it gets much better than 'Revolver' on vinyl. 2 years 50 weeks ago
  • Have fun at #drupalcon everybody! I hate to break my 3 year streak, but I should be back next year... 3 years 19 weeks ago
  • Just made my first Drupal 7 module, 'Entity Relationships', official: http://bit.ly/h3xnPK #drupal #entities #module 3 years 20 weeks ago
  • Already set up my first #git sandbox project for #drupal: http://drupal.org/sandbox/usonian/1072422 3 years 21 weeks ago
  • Drupal.org is coming back online - just set up my SSH keys for #git. Huge props to the #drupal git migration team! 3 years 21 weeks ago

Older

Contact

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