Hallo zusammen,
hab eben das Update gemacht. Beim updaten gab es eine Menge Fehlermeldungen:
Update js-controller from @1.5.14 to @2.1.0
NPM version: 6.11.3
npm install iobroker.js-controller@2.1.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
In file included from ../src/unix_dgram.cc:5:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
, reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
^
../src/unix_dgram.cc: In function ‘void {anonymous}::OnRecv({anonymous}::SocketContext*)’:
../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
argv);
^
In file included from ../src/unix_dgram.cc:5:
../../nan/nan.h:1024:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/unix_dgram.cc:121:25: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
argv);
^
In file included from ../src/unix_dgram.cc:5:
../../nan/nan.h:1024:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/unix_dgram.cc: In function ‘void {anonymous}::OnWritable({anonymous}::SocketContext*)’:
../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
0, NULL);
^
In file included from ../src/unix_dgram.cc:5:
../../nan/nan.h:1024:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/unix_dgram.cc:129:28: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
0, NULL);
^
In file included from ../src/unix_dgram.cc:5:
../../nan/nan.h:1024:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^~~~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
domain = info[0]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
type = info[1]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
protocol = info[2]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
String::Utf8Value path(info[1]);
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
explicit Utf8Value(Local<v8::Value> obj));
^~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
buf = info[1]->ToObject();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
offset = info[2]->Uint32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^~~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
length = info[3]->Uint32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^~~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
String::Utf8Value path(info[4]);
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
explicit Utf8Value(Local<v8::Value> obj));
^~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
buf = info[1]->ToObject();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
String::Utf8Value path(info[1]);
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2892:28: note: declared here
explicit Utf8Value(Local<v8::Value> obj));
^~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
fd = info[0]->Int32Value();
^
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:26,
from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^~~~~~~~~~
In file included from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
../src/unix_dgram.cc: At global scope:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
(node::addon_register_func) (regfunc), \
^
/home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
^~~~~~~~~~~~~
../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
NODE_MODULE(unix_dgram, Initialize)
^~~~~~~~~~~
In file included from /home/iobroker/.cache/node-gyp/10.17.0/include/node/node.h:63,
from ../../nan/nan.h:54,
from ../src/unix_dgram.cc:5:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
/home/iobroker/.cache/node-gyp/10.17.0/include/node/node_object_wrap.h:84:78: required from here
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
reinterpret_cast<Callback>(callback), type);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/iobroker/.cache/node-gyp/10.17.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
(node:29274) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.
at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15)
at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14)
(node:29274) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:29274) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:29274) UnhandledPromiseRejectionWarning: ParserError: Protocol error, got "H" as reply type byte. Please report this.
at handleError (/opt/iobroker/node_modules/redis-parser/lib/parser.js:190:15)
at parseType (/opt/iobroker/node_modules/redis-parser/lib/parser.js:304:14)
(node:29274) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
Hab danach den Installationsfixer laufen lassen aber hab jetzt trotzdem nach dem Reboot folgende fehler im iobroker Log:
host.phoscon 2019-11-18 09:40:39.878 info instance system.adapter.deconz.0 terminated with code 0 (NO_ERROR)
host.phoscon 2019-11-18 09:40:39.878 error Caught by controller[0]: at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
host.phoscon 2019-11-18 09:40:39.878 error Caught by controller[0]: at emitErrorNT (internal/streams/destroy.js:91:8)
host.phoscon 2019-11-18 09:40:39.877 error Caught by controller[0]: at Socket.emit (events.js:198:13)
host.phoscon 2019-11-18 09:40:39.877 error Caught by controller[0]: at Socket.socketErrorListener (_http_client.js:392:9)
host.phoscon 2019-11-18 09:40:39.877 error Caught by controller[0]: at ClientRequest.emit (events.js:198:13)
host.phoscon 2019-11-18 09:40:39.877 error Caught by controller[0]: at Request.onRequestError (/opt/iobroker/node_modules/request/request.js:881:8)
host.phoscon 2019-11-18 09:40:39.876 error Caught by controller[0]: at Request.emit (events.js:198:13)
host.phoscon 2019-11-18 09:40:39.875 error Caught by controller[0]: at self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
host.phoscon 2019-11-18 09:40:39.875 error Caught by controller[0]: at Request._callback (/opt/iobroker/node_modules/iobroker.deconz/main.js:692:28)
host.phoscon 2019-11-18 09:40:39.875 error Caught by controller[0]: at JSON.parse (<anonymous>)
host.phoscon 2019-11-18 09:40:39.874 error Caught by controller[0]: SyntaxError: Unexpected token u in JSON at position 0
deconz.0 2019-11-18 09:40:39.281 info (1557) Terminated (NO_ERROR): Without reason
deconz.0 2019-11-18 09:40:39.279 info (1557) terminating
deconz.0 2019-11-18 09:40:38.773 error at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
deconz.0 2019-11-18 09:40:38.773 error at emitErrorNT (internal/streams/destroy.js:91:8)
deconz.0 2019-11-18 09:40:38.773 error at Socket.emit (events.js:198:13)
deconz.0 2019-11-18 09:40:38.773 error at Socket.socketErrorListener (_http_client.js:392:9)
deconz.0 2019-11-18 09:40:38.773 error at ClientRequest.emit (events.js:198:13)
deconz.0 2019-11-18 09:40:38.773 error at Request.onRequestError (/opt/iobroker/node_modules/request/request.js:881:8)
deconz.0 2019-11-18 09:40:38.773 error at Request.emit (events.js:198:13)
deconz.0 2019-11-18 09:40:38.773 error at self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
deconz.0 2019-11-18 09:40:38.773 error at Request._callback (/opt/iobroker/node_modules/iobroker.deconz/main.js:692:28)
deconz.0 2019-11-18 09:40:38.773 error at JSON.parse (<anonymous>)
deconz.0 2019-11-18 09:40:38.773 error (1557) SyntaxError: Unexpected token u in JSON at position 0
deconz.0 2019-11-18 09:40:38.772 error (1557) uncaught exception: Unexpected token u in JSON at position 0
deconz.0 2019-11-18 09:40:38.683 info (1557) starting. Version 1.1.2 in /opt/iobroker/node_modules/iobroker.deconz, node: v10.17.0
Bin um jede Hilfe dankbar. Hätte gerne wieder ein sauberes Log :-).