TooTallNate / node-icy

Node.js module for parsing and/or injecting ICY metadata
MIT License
291 stars 48 forks source link

Error: Don't know what to do with this header #2

Closed pedromtavares closed 13 years ago

pedromtavares commented 13 years ago

Hey Nate,

So, running the example you put on the homepage or the basic.js file on the examples folder prints out the same message, such as: Error: Don't know what to do with this header: 'Host: streaming23.radionomy.com'

Btw: pedromtavares$ node -v v0.5.3-pre

So how do we go by solving this? :)

TooTallNate commented 13 years ago

@pedromtavares This was a bug with node-header-stack and has been fixed in 76d5711, and pushed to npm @ header-stack@0.1.3.

Please update to that version and you should be all good!

pedromtavares commented 13 years ago

Solved it, thanks ;)