NEWS
web Adapter lässt dich nicht updaten
-
@lumajo
Wie hast du den ioBroker.husq-automower denn versucht zu installieren?Funktioniert hier per
iobroker url https://github.com/truegreyhound/ioBroker.husq-automower@thomas-braun na ganz normal den Adapter installiert wie im Github angegeben. ist schon 1-2 Monate her...denke genau so wie du schreibst...
-
@thomas-braun na ganz normal den Adapter installiert wie im Github angegeben. ist schon 1-2 Monate her...denke genau so wie du schreibst...
@lumajo
Machs halt nochmal mit dem obigen Befehl. -
@lumajo
Machs halt nochmal mit dem obigen Befehl.@thomas-braun
hab in neu installiert, dann hat sich iobroker gemeldet das er immer abstürzt und darauf hin habe ich ihn deinstalliert, weil bisher eh noch nicht genutzt.
Daraufhin hat sich der Web adapter upgedated..(der cloud adapter auch)mal sehen was ich mit dem Husqvarna Adapter mache aber bisher reicht mir schon das offensichtlich der Web Adapter läuft...
Soweit vielen Dank für deine Geduld ich hoffe er macht wieder was er soll.... -
@thomas-braun
hab in neu installiert, dann hat sich iobroker gemeldet das er immer abstürzt und darauf hin habe ich ihn deinstalliert, weil bisher eh noch nicht genutzt.
Daraufhin hat sich der Web adapter upgedated..(der cloud adapter auch)mal sehen was ich mit dem Husqvarna Adapter mache aber bisher reicht mir schon das offensichtlich der Web Adapter läuft...
Soweit vielen Dank für deine Geduld ich hoffe er macht wieder was er soll....Da scheint etwas 'Kraut und Rüben' zu sein.
Schau dir das mal so an:cd /opt/iobroker npm listiobroker update -i iobroker upgrade -
Hallo,
leider lässt sich mein Web Adapter nicht updaten.
Folgende Fehlermeldung:
Wie kann ich den denn updaten?
Danke$ iobroker upgrade web@3.4.7 Update web from @3.4.1 to @3.4.7 NPM version: 7.6.0 npm install iobroker.web@3.4.7 --loglevel error --prefix "/opt/iobroker" (System call) npm notice npm notice New minor version of npm available! 7.6.0 -> 7.21.1npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.21.1>npm notice Run `npm install -g npm@7.21.1` to update!npm notice npm ERR! code ENOTEMPTYnpm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/@iobroker/adapter-corenpm ERR! dest /opt/iobroker/node_modules/@iobroker/.adapter-core-RS8CTvkynpm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/@iobroker/adapter-core' -> '/opt/iobroker/node_modules/@iobroker/.adapter-core-RS8CTvky' npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-08-27T09_25_44_216Z-debug.log host.raspberrypi Cannot install iobroker.web@3.4.7: 217 ERROR: Process exited with code 25@lumajo sagte in web Adapter lässt dich nicht updaten:
NPM version: 7.6.0
da muss wahrscheinlich auch die package-lock.json gelöscht werden
-
@lumajo sagte in web Adapter lässt dich nicht updaten:
NPM version: 7.6.0
da muss wahrscheinlich auch die package-lock.json gelöscht werden
-
@lumajo müsste direkt in /opt/iobroker liegen, wenn ich mich richtig erinnere
-
Das hat nichts mit der npm-Version zu tun.
-
Das hat nichts mit der npm-Version zu tun.
@thomas-braun aber der telegram adapter meldet auch Fehler beim update...eigentlich jetzt alle updates die so anstehen.
Soll ich die package-lock.json löschen? weis ehrlich gar nicht was die macht...$ iobroker upgrade telegram@1.10.0 Update telegram from @1.8.0 to @1.10.0 NPM version: 6.14.14 npm install iobroker.telegram@1.10.0 --loglevel error --prefix "/opt/iobroker" (System call) ../authenticate_pam.cc: In function 'void after_doing_auth(uv_work_t*, int)':../authenticate_pam.cc:107:87: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~../authenticate_pam.cc:107:87: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~ ../authenticate_pam.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)':../authenticate_pam.cc:147:83: error: no matching function for call to 'v8::Array::Get(v8::Local<v8::String>)' Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:150:69: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:152:69: error: no matching function for call to 'v8::Array::Get(v8::Local<v8::String>)' res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:155:66: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:160:58: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' username->WriteUtf8(m->username, sizeof(m->username) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:161:58: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' password->WriteUtf8(m->password, sizeof(m->password) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field 'init' declared void void init(Handle<Object> exports) { ^~~~~~../authenticate_pam.cc:170:11: error: 'Handle' was not declared in this scope../authenticate_pam.cc:170:11: note: suggested alternative: 'rand_r' void init(Handle<Object> exports) { ^~~~~~ rand_r../authenticate_pam.cc:170:24: error: expected primary-expression before '>' token void init(Handle<Object> exports) { ^../authenticate_pam.cc:170:26: error: 'exports' was not declared in this scope void init(Handle<Object> exports) { ^~~~~~~In file included from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: 'init' was not declared in this scope NODE_MODULE(authenticate_pam, init); ^~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:758:36: note: in definition of macro 'NODE_MODULE_X' (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~../authenticate_pam.cc:175:31: note: suggested alternative: 'int' NODE_MODULE(authenticate_pam, init); ^~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:758:36: note: in definition of macro 'NODE_MODULE_X' (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~ make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.52-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.17.5gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript Update "system.adapter.telegram.0" upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/jsonCustom.json jsonCustom.json application/json upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript Adapter "telegram" updated Process exited with code 0 -
@thomas-braun aber der telegram adapter meldet auch Fehler beim update...eigentlich jetzt alle updates die so anstehen.
Soll ich die package-lock.json löschen? weis ehrlich gar nicht was die macht...$ iobroker upgrade telegram@1.10.0 Update telegram from @1.8.0 to @1.10.0 NPM version: 6.14.14 npm install iobroker.telegram@1.10.0 --loglevel error --prefix "/opt/iobroker" (System call) ../authenticate_pam.cc: In function 'void after_doing_auth(uv_work_t*, int)':../authenticate_pam.cc:107:87: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~../authenticate_pam.cc:107:87: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~ ../authenticate_pam.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)':../authenticate_pam.cc:147:83: error: no matching function for call to 'v8::Array::Get(v8::Local<v8::String>)' Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:150:69: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:152:69: error: no matching function for call to 'v8::Array::Get(v8::Local<v8::String>)' res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:155:66: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:160:58: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' username->WriteUtf8(m->username, sizeof(m->username) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:161:58: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' password->WriteUtf8(m->password, sizeof(m->password) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field 'init' declared void void init(Handle<Object> exports) { ^~~~~~../authenticate_pam.cc:170:11: error: 'Handle' was not declared in this scope../authenticate_pam.cc:170:11: note: suggested alternative: 'rand_r' void init(Handle<Object> exports) { ^~~~~~ rand_r../authenticate_pam.cc:170:24: error: expected primary-expression before '>' token void init(Handle<Object> exports) { ^../authenticate_pam.cc:170:26: error: 'exports' was not declared in this scope void init(Handle<Object> exports) { ^~~~~~~In file included from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: 'init' was not declared in this scope NODE_MODULE(authenticate_pam, init); ^~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:758:36: note: in definition of macro 'NODE_MODULE_X' (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~../authenticate_pam.cc:175:31: note: suggested alternative: 'int' NODE_MODULE(authenticate_pam, init); ^~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:758:36: note: in definition of macro 'NODE_MODULE_X' (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~ make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.52-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.17.5gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript Update "system.adapter.telegram.0" upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/jsonCustom.json jsonCustom.json application/json upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript Adapter "telegram" updated Process exited with code 0@lumajo sagte in web Adapter lässt dich nicht updaten:
aber der telegram adapter meldet auch Fehler beim update
nein, nicht wirklich
@lumajo sagte in web Adapter lässt dich nicht updaten:
Adapter "telegram" updated Process exited with code 0 -
@lumajo sagte in web Adapter lässt dich nicht updaten:
aber der telegram adapter meldet auch Fehler beim update
nein, nicht wirklich
@lumajo sagte in web Adapter lässt dich nicht updaten:
Adapter "telegram" updated Process exited with code 0 -
@thomas-braun aber der telegram adapter meldet auch Fehler beim update...eigentlich jetzt alle updates die so anstehen.
Soll ich die package-lock.json löschen? weis ehrlich gar nicht was die macht...$ iobroker upgrade telegram@1.10.0 Update telegram from @1.8.0 to @1.10.0 NPM version: 6.14.14 npm install iobroker.telegram@1.10.0 --loglevel error --prefix "/opt/iobroker" (System call) ../authenticate_pam.cc: In function 'void after_doing_auth(uv_work_t*, int)':../authenticate_pam.cc:107:87: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~../authenticate_pam.cc:107:87: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~ ../authenticate_pam.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)':../authenticate_pam.cc:147:83: error: no matching function for call to 'v8::Array::Get(v8::Local<v8::String>)' Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:150:69: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:152:69: error: no matching function for call to 'v8::Array::Get(v8::Local<v8::String>)' res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate: 'v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)' V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:155:66: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:160:58: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' username->WriteUtf8(m->username, sizeof(m->username) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc:161:58: error: no matching function for call to 'v8::String::WriteUtf8(char [128], unsigned int)' password->WriteUtf8(m->password, sizeof(m->password) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:67, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: candidate: 'int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const' int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/v8.h:3037:7: note: no known conversion for argument 1 from 'char [128]' to 'v8::Isolate*'../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field 'init' declared void void init(Handle<Object> exports) { ^~~~~~../authenticate_pam.cc:170:11: error: 'Handle' was not declared in this scope../authenticate_pam.cc:170:11: note: suggested alternative: 'rand_r' void init(Handle<Object> exports) { ^~~~~~ rand_r../authenticate_pam.cc:170:24: error: expected primary-expression before '>' token void init(Handle<Object> exports) { ^../authenticate_pam.cc:170:26: error: 'exports' was not declared in this scope void init(Handle<Object> exports) { ^~~~~~~In file included from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: 'init' was not declared in this scope NODE_MODULE(authenticate_pam, init); ^~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:758:36: note: in definition of macro 'NODE_MODULE_X' (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~../authenticate_pam.cc:175:31: note: suggested alternative: 'int' NODE_MODULE(authenticate_pam, init); ^~~~/home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:758:36: note: in definition of macro 'NODE_MODULE_X' (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro 'NODE_MODULE' NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~ make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:400:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.52-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.17.5gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok upload [6] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript Update "system.adapter.telegram.0" upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/jsonCustom.json jsonCustom.json application/json upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/custom_m.html custom_m.html text/html upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript Adapter "telegram" updated Process exited with code 0Schmeiß mal den terminal-Adapter aus dem System, wenn der drin sein sollte. Der sorgt gerne für diese Meldungen mit authenticate_pam.
Brauchen tut den eigentlich keiner... -
Schmeiß mal den terminal-Adapter aus dem System, wenn der drin sein sollte. Der sorgt gerne für diese Meldungen mit authenticate_pam.
Brauchen tut den eigentlich keiner...@thomas-braun den hab ich nicht, den brauche ich ja nicht, ich geh ja normal aufs Terminal..
verstehen tu ich nicht warum bei einem Fresh Install ohne viel rumgefrickel diese Fehlermeldungen kommen. Ich bin da wohl ein bischen von Domoticz verwöhnt. ;-) aber soweit läuft es jetzt ich widme mich meinen Anderen baustellen, dem backup Adapter und der Alexa ;-)
DANKE soweit hast mir gut geholfen -
@thomas-braun den hab ich nicht, den brauche ich ja nicht, ich geh ja normal aufs Terminal..
verstehen tu ich nicht warum bei einem Fresh Install ohne viel rumgefrickel diese Fehlermeldungen kommen. Ich bin da wohl ein bischen von Domoticz verwöhnt. ;-) aber soweit läuft es jetzt ich widme mich meinen Anderen baustellen, dem backup Adapter und der Alexa ;-)
DANKE soweit hast mir gut geholfen@lumajo sagte in web Adapter lässt dich nicht updaten:
verstehen tu ich nicht warum bei einem Fresh Install ohne viel rumgefrickel diese Fehlermeldungen kommen
das sind z.B. Meldungen, dass es keine fertigen Pakete gibt und diese gebaut werden. Dabei werden auch optionale Dependencies übersprungen
@lumajo sagte in web Adapter lässt dich nicht updaten:
c hbin da wohl einbische nvon Domoticz verwöhnt.
Vielleicht unterdrückt Domodings diese Meldungen einfach
-
@thomas-braun den hab ich nicht, den brauche ich ja nicht, ich geh ja normal aufs Terminal..
verstehen tu ich nicht warum bei einem Fresh Install ohne viel rumgefrickel diese Fehlermeldungen kommen. Ich bin da wohl ein bischen von Domoticz verwöhnt. ;-) aber soweit läuft es jetzt ich widme mich meinen Anderen baustellen, dem backup Adapter und der Alexa ;-)
DANKE soweit hast mir gut geholfen
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden