easy_upnp icon indicating copy to clipboard operation
easy_upnp copied to clipboard

A super simple UPnP control point client for Ruby

Results 5 easy_upnp issues
Sort by recently updated
recently updated
newest added

Dear Chris@sidoh san, I run the follwoing script ``` #! /bin/ruby require 'easy_upnp' searcher = EasyUpnp::SsdpSearcher.new devices = searcher.search 'ssdp:all' device = devices.first p device puts "host:#{device.host}" ``` sometimes puts...

Hi, in file upnp-list: https://github.com/sidoh/easy_upnp/blob/eb9f9b9b9b52d96fd6813ec795a19f0a706349d8/bin/upnp-list#L38 I think it should be name = device.description['friendlyName'] rescue '*** Error fetching name ***' instead. Currently no device names get printed, with my change they...

Hey For openhome devices, the eventing does not show the XML. It simply shows the action changed but not the XML. ```ruby Id ==> ``` The property text is also...

Dear Chris@sidoh san, Thank you for fixing. v1.1.9 fixed the my comments. I had another error. Could you fix that? ``` yama@tnt:~/.gem/ruby/gems/easy_upnp-1.1.9/bin$ ls ./ ../ upnp-list* yama@tnt:~/.gem/ruby/gems/easy_upnp-1.1.9/bin$ ./upnp-list Starting SSDP...

Dear owner of easy_upnp, I'm new to use "easy_upnp". Firstly, I executed upnp_list sript bundled "easy_upnp" bin directory. I faced the error message the following. Could you advice me to...