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
Hi
I'm a new developer in node.js and I use you amazing project for build new squeezebox UI.
It's work good for the moment, but now I want to handle the connection error.
How I know if the function .on it's ok ?
squeeze.on('register', function(){ //you're ready to use the api, eg. squeeze.getPlayers( function(reply) { console.dir(reply); }); });
If I try without logitech server, I have :
\node_modules\squeezenode\server.js:98 var apps = reply.result.appss_loop; ^ TypeError: Cannot read property 'appss_loop' of undefined
The node continue without connection.
The text was updated successfully, but these errors were encountered:
Thanks for point this out. I'll take a look at it.
Sorry, something went wrong.
piotrraczynski
No branches or pull requests
Hi
I'm a new developer in node.js and I use you amazing project for build new squeezebox UI.
It's work good for the moment, but now I want to handle the connection error.
How I know if the function .on it's ok ?
squeeze.on('register', function(){
//you're ready to use the api, eg.
squeeze.getPlayers( function(reply) {
console.dir(reply);
});
});
If I try without logitech server, I have :
\node_modules\squeezenode\server.js:98
var apps = reply.result.appss_loop;
^
TypeError: Cannot read property 'appss_loop' of undefined
The node continue without connection.
The text was updated successfully, but these errors were encountered: