oeuillot / upnpserver

Fast and light upnp server for node
GNU General Public License v2.0
181 stars 47 forks source link

Does not work on windows 8.1. #26

Closed puttyman closed 9 years ago

puttyman commented 9 years ago

I have tried to get it to work on windows 8.1 with no success. However works fine on my Ubuntu 14 VM. Any help would be appreciated. Thank you :)

oeuillot commented 9 years ago

Hello puttyman, I develop upnpserver with Eclipse on a Windows 8.1 !!!! Which version of nodejs do you use ? Can you post me a console log ? Regards,

puttyman commented 9 years ago

Ok it doesn't work with node v0.12. Switched to v0.10 works flawlessly. I saw there is another ticket in regards to node 0.12 and a fix has been made. Is it because the version on npm isn't the latest?

oeuillot commented 9 years ago

see https://github.com/diversario/node-ssdp/issues/28

I have committed some fixes for node v0.12. I use node-ssdp 2.0.1 and it works fine for me (Windows 8.1 - 64bits - nodejs 0.12)

puttyman commented 9 years ago

Thanks @oeuillot .