Closed HCLarsen closed 9 years ago
What version of MPD are you using? Can you provide the code that you ran to throw this error? I just checked out the latest git version and I'm able to send commands successfully.
Sorry, in the attempt to recreate the code that threw this error, I discovered that the error was mine. I did not connect to the mpd server. When I add mpd.connect to my code, the error doesn't happen.
I tried using your gem today, and I get the following error when I try to run any commands. Seems that the regex in the make_chunks command returns Nil, and that's causing an error in the match command that exits the entire program.