-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Fehler nach einigen Stunden... #41
Comments
Destroy mag er wohl nicht: /usr/local/lib/node_modules/homebridge-sonos/index.js:204 TypeError: search.destroy is not a function Und der Eintrag in der package.json, steht bei mir in Zeile 53 und nicht in Zeile 21 ? |
Dann hast du noch die 'outdated' sonos library installiert. Du musst zuerst in der package.json den Eintrag von "^0.8.0" auf "^0.12.1" ändern (wenn es bei dir in Zeile 53 steht nimmst du möglicherweise einen Docker Container, das passt schon so). |
Hallo @fwboettger, ist es korrekt, in der package.json folgendes zu ändern: in }, Dan führe ich in dem Verzeichnis "npm update" aus. Anwschließend ändere ich die index.js wie folgt: in Wäre das Vorgehen soweit oK? Danke im Voraus. |
@fwboettger |
Läuft, super. Vielen Dank! |
Ja das wäre das Vorgehen :-)
|
@nfarina just merged the pull request. It should be available now as the updated official plugin version :-) Not familiar really with npm at all, sorry to admit cannot really answer that particular question:-(
|
@fwboettger Ich habe aktuell keine Abstürze/ Freeze der Homebridge mit der alten Sonos-Plugin-Version. Getreu dem Motto never change... meine Frage, hat die Version 0.12.1 weitere Features/ Vorteile welche für ein Update sprechen? Danke im Voraus. |
trotz der Version 0.12.1 und der korrekten Codezeile, die oben beschrieben ist, bekomme ich nach einiger Zeit den Abbruch:
|
Nach einigen Stunden kommt dieser Fehler:
events.js:160
throw er; // Unhandled 'error' event
^
Error: connect ENETDOWN 192.168.178.49:1400 - Local (192.168.178.55:62519)
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at connect (net.js:879:16)
at net.js:968:9
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
Was kann ich dagegen unternehmen?
The text was updated successfully, but these errors were encountered: