yocontra / nodecast

Node interface to DIAL/RAMP/ChromeCast
MIT License
163 stars 23 forks source link

issue with launching rickroll on chromecast #1

Closed tmpvar closed 11 years ago

tmpvar commented 11 years ago

$ node examples/rickroll-spam.js 
Found device Chromecast
error starting { [Error: connect ECONNREFUSED]
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect' }
Started on Chromecast

It's trying to connect to localhost.

yocontra commented 11 years ago

Are you using an emulator or an actual device?

tmpvar commented 11 years ago

Actual device. Also, the headers need to be case sensitive. Will send pulls shortly.

tmpvar commented 11 years ago

is this code written against the emulator?

yocontra commented 11 years ago

Yeah I'm picking up my real device tonight. The emulator doesn't support RAMP so it was a major blocker on that front. Some of the responses back were not right either.

yocontra commented 11 years ago

Case sensitive headers added - closing this