Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssdp server sending [object Object] string on LOCATION instead the right value #92

Open
ejbp opened this issue May 4, 2018 · 1 comment
Labels

Comments

@ejbp
Copy link

ejbp commented May 4, 2018

When you run the example server (and then client) server replies with [object Object] on LOCATION field instead the right location of device-desc.xml file:

Example:

advertise-alive { HOST: '239.255.255.250:1900',
  NT: 'uuid:f40c2981-7329-40b7-8b04-27f187aecfb5',
  NTS: 'ssdp:alive',
  USN: 'uuid:f40c2981-7329-40b7-8b04-27f187aecfb5',
  LOCATION: '[object Object]',
  'CACHE-CONTROL': 'max-age=1800',
  SERVER: 'node.js/0.10.25 UPnP/1.1 node-ssdp/2.6.3' }

I've tested in a macosx with nodejs version v0.10.25. I need to use this nodejs lower version because I will run my service in a webos system.

Thanks in advance.

@diversario diversario added the bug label May 4, 2018
@diversario
Copy link
Owner

That's odd. Did you add any configuration of your own to examples?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants