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
this is happening for a couple of weeks now... and because Homebridge restarted I only noticed a few days ago
Here from the logs....
[7261]: /usr/lib/node_modules/homebridge-sensibo-sky/lib/sensiboapi.js:50
[7261]: if (callback) callback(str);
[7261]: ^
: homebridge.service: Main process exited, code=exited, status=1/FAILURE
: homebridge.service: Unit entered failed state.
: homebridge.service: Failed with result 'exit-code'.
Anyone please an idea?
PS
seems to be in the section of the sensiboapi.js
_ var req = http.request(options, function(response) {
response.on('data', function (chunk) {
str += chunk;
});
response.on('end', function () {
if (debug) console.log("[Sensibo API Debug] Response in http:\n", str);
try {
str = JSON.parse(str);
} catch(e) {
if (debug) {
console.log("[Sensibo API Debug] e.stack:\n", e.stack);
console.log("[Sensibo API Debug] Raw message:\n", str);
}
str = undefined;
}
_
thanks
The text was updated successfully, but these errors were encountered:
this is happening for a couple of weeks now... and because Homebridge restarted I only noticed a few days ago
Here from the logs....
[7261]: /usr/lib/node_modules/homebridge-sensibo-sky/lib/sensiboapi.js:50
[7261]: if (callback) callback(str);
[7261]: ^
: homebridge.service: Main process exited, code=exited, status=1/FAILURE
: homebridge.service: Unit entered failed state.
: homebridge.service: Failed with result 'exit-code'.
Anyone please an idea?
PS
seems to be in the section of the sensiboapi.js
_ var req = http.request(options, function(response) {
_
thanks
The text was updated successfully, but these errors were encountered: