You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It ends with this result
/var/lib/gems/2.1.0/gems/ruby-mpd-0.3.1/lib/ruby-mpd.rb:144:in 'initialize': Connection refused - connect(2) for "localhost" port 6600 (Errno::ECONNREFUSED)
from /var/lib/gems/2.1.0/gems/ruby-mpd-0.3.1/lib/ruby-mpd.rb:144:in 'new'
from /var/lib/gems/2.1.0/gems/ruby-mpd-0.3.1/lib/ruby-mpd.rb:144:in 'connect'
from mpd_demo.rb:142:in 'block in < main >'
from /var/lib/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in 'call'
from /var/lib/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in 'run_machine'
from /var/lib/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in 'run'
from mpd_demo.rb:140:in '< main >'
What is wrong with my configuration?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
I am trying to run
ruby mpd_demo.rb
It ends with this result
/var/lib/gems/2.1.0/gems/ruby-mpd-0.3.1/lib/ruby-mpd.rb:144:in 'initialize': Connection refused - connect(2) for "localhost" port 6600 (Errno::ECONNREFUSED)
from /var/lib/gems/2.1.0/gems/ruby-mpd-0.3.1/lib/ruby-mpd.rb:144:in 'new'
from /var/lib/gems/2.1.0/gems/ruby-mpd-0.3.1/lib/ruby-mpd.rb:144:in 'connect'
from mpd_demo.rb:142:in 'block in < main >'
from /var/lib/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in 'call'
from /var/lib/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in 'run_machine'
from /var/lib/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:187:in 'run'
from mpd_demo.rb:140:in '< main >'
What is wrong with my configuration?
Thanks a lot.
The text was updated successfully, but these errors were encountered: