We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just updated my Sonos system to the latest version with support for TruePlay on November 10, 2015.
Since that update I can no longer connect to Sonos, instead I get a "Timed out..." message.
Does anyone have the same experience?
I'm trying using irb: require 'rubygems' require 'sonos' system = Sonos::System.new # Auto-discovers your system speaker = system.speakers.first
The text was updated successfully, but these errors were encountered:
Ok, I now see that this is the exact same issue as #23. I am on Ruby 2.0 BTW.
Sorry, something went wrong.
I am successfully running this gem against a Sonos with the TruePlay update installed (but not enabled) on Ruby 2.0.
Yes, this doesn't seem to be related to the TruePlay update. I'll close this issue.
No branches or pull requests
I just updated my Sonos system to the latest version with support for TruePlay on November 10, 2015.
Since that update I can no longer connect to Sonos, instead I get a "Timed out..." message.
Does anyone have the same experience?
I'm trying using irb:
require 'rubygems'
require 'sonos'
system = Sonos::System.new # Auto-discovers your system
speaker = system.speakers.first
The text was updated successfully, but these errors were encountered: