Skip to content

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

Description

@ejbp

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions