NEWS
[gelöst] Alexa Adapter startet nach Update auf 3.10.4 nicht
-
@thomas-braun Hättest Du Zeit, das wir hier weitermachen?
-
Sorry, ich weiß auch nicht was da genau klemmt.
Sieht eigentlich okay aus. -
@thomas-braun Ok aber wieso dies:
sudo time badblocks -sv /dev/mmcblk0p2 -o mmcblk0p2.log
nicht geht, ist auch schleierhaft, oder?
-
time ist auch etwas eigen, die Funktion gibt es sowohl eigenständig wie auch u. U. als Bestandteil der verwendeten shell. Hängt vielleicht damit zusammen.
which time
liefert?
Die Meldungen
This system does not support setting default permissions. Do not use npm to manually install adapters unless you know what you are doing!
lassen mich eher stutzig werden. Das sollte eigentlich so nicht sein.
-
@thomas-braun said in Alexa Adapter startet nach Update auf 3.10.4 nicht mehr:
time ist auch etwas eigen, die Funktion gibt es sowohl eigenständig wie auch u. U. als Bestandteil der verwendeten shell. Hängt vielleicht damit zusammen.
which time
pi@ioBroker:/opt/iobroker $ which time pi@ioBroker:/opt/iobroker $
-
Also liegt time nicht im path vom user pi, sondern wird bei dir von der shell bereit gestellt.
Da wird das mit sudo dann auch nicht funktionieren.
Ich hab bei mir time als Paket nachinstalliert, das reagiert dann anders und funkt dann auch mit sudo.Welche Distribution läuft da bei dir eigentlich?
-
pi@ioBroker:~ $ cat /etc/issue Raspbian GNU/Linux 10 \n \l
Ich habe gerade noch etwas gefunden - kann es hier sein, das ich damals mit NPM mir ein Problem eingehandelt habe?
pi@ioBroker:~ $ npm install -g npm npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@gar/promisify npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@npmcli/ci-detect npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@npmcli/name-from-folder npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@npmcli/node-gyp npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/@tootallnate/once npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/abbrev npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/ansi-align npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/ansi-regex npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/aproba npm WARN checkPermissions Missing write access to /usr/lib/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder
Und so geht es dann die ganze Zeit weiter.
Kannst Du mir vielleicht sagen, wie man dies fixen kann?
Oder muss NPM mit "sudo" installiert bzw. upgegraded werden?Danke!
-
@skb sagte in Alexa Adapter startet nach Update auf 3.10.4 nicht mehr:
Oder muss NPM mit "sudo" installiert bzw. upgegraded werden?
Weder noch. npm muss gar nicht angefasst werden.
Schon gar nicht global.
Finger weg!Am Rande (und die Erklärung, warum bei mir time auch mit sudo aufgerufen werden kann):
echad@chet:~ $ which time /usr/bin/time
-
@thomas-braun Ein Bisschen Hintergrundwissen wäre hier super.
Wird dies durch ioBroker "upgegraded", wenn eine neue Host-Version kommt? -
@skb
Nein, npm ist (wenn richtig installiert) im Paket nodejs enthalten.which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
liefert bei dir?
-
@thomas-braun dieses:
pi@ioBroker:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs /usr/bin/nodejs /usr/bin/node /usr/bin/npm v14.18.0 v14.18.0 6.14.15 OK:1 https://deb.nodesource.com/node_14.x buster InRelease Holen:2 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB] Holen:3 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB] OK:4 https://packages.grafana.com/enterprise/deb stable InRelease OK:5 https://www.pivccu.de/piVCCU stable InRelease Holen:6 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB] Es wurden 440 kB in 2 s geholt (238 kB/s). Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen. OK:1 http://archive.raspberrypi.org/debian buster InRelease OK:2 https://packages.grafana.com/enterprise/deb stable InRelease OK:3 http://raspbian.raspberrypi.org/raspbian buster InRelease OK:4 https://deb.nodesource.com/node_14.x buster InRelease OK:5 https://www.pivccu.de/piVCCU stable InRelease Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Aktualisierung für 1 Paket verfügbar. Führen Sie »apt list --upgradable« aus, um es anzuzeigen. nodejs: Installiert: 14.18.0-deb-1nodesource1 Installationskandidat: 14.18.0-deb-1nodesource1 Versionstabelle: *** 14.18.0-deb-1nodesource1 500 500 https://deb.nodesource.com/node_14.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.24.0~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Das Update ist eine Grafana Installation, die ich noch updaten muss.
-
@skb
Ja, passt noch.
Und lass wie gesagt die Finger von freihändigen npm-Updates.
Das ist in nodejs (jedenfalls im nodesource-nodejs) drin:echad@chet:~ $ dpkg -S /usr/bin/npm nodejs: /usr/bin/npm echad@chet:~ $
-
@SKB scheinbar ist das problem das hier https://github.com/websockets/bufferutil/issues/137 ... man kann versuchen mal bufferutil zu downgraden ... siehe GitHub issue
-
@apollon77 Danke für den Hinweis.
Muss ich hier noch etwas Spezielles beachten?
pi@ioBroker:/opt/iobroker/node_modules/iobroker.alexa2 $ npm i bufferutil@4.0.3 > bufferutil@4.0.3 install /opt/iobroker/node_modules/iobroker.alexa2/node_modules/bufferutil > node-gyp-build + bufferutil@4.0.3 updated 1 package and audited 26 packages in 1.909s found 0 vulnerabilities
Nach dem Start des Adapters kommt leider wieder die Sigbus Ausgabe. Über die Shell kommt abermals:
pi@ioBroker:/ $ node --report-signal=SIGBUS --report-on-signal /opt/iobroker/node_modules/iobroker.alexa2/main.js --force --logs 2021-10-13 08:18:11.804 - error: alexa2.0 (13347) adapter disabled 2021-10-13 08:18:11.813 - info: alexa2.0 (13347) starting. Version 3.10.4 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.18.0, js-controller: 3.3.18 2021-10-13 08:18:12.376 - debug: alexa2.0 (13347) Alexa-Remote: Use as User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36 2021-10-13 08:18:12.377 - debug: alexa2.0 (13347) Alexa-Remote: Use as Login-Amazon-URL: amazon.de 2021-10-13 08:18:12.378 - debug: alexa2.0 (13347) Alexa-Remote: Use as Base-URL: alexa.amazon.de 2021-10-13 08:18:12.381 - debug: alexa2.0 (13347) Alexa-Remote: cookie was provided 2021-10-13 08:18:12.383 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/bootstrap?version=0","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:12.641 - debug: alexa2.0 (13347) Alexa-Remote: Response: {"authentication":{"authenticated":true,"canAccessPrimeMusicContent":true,"customerEmail":"info@skb-web.de","customerId":"AV8T15OWSJBT1","customerName":"Stephan Kreyenborg"}} 2021-10-13 08:18:12.642 - debug: alexa2.0 (13347) Alexa-Remote: Authentication checked: true 2021-10-13 08:18:12.643 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 0) 2021-10-13 08:18:12.645 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa-comms-mobile-service.amazon.de","path":"/accounts","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:13.093 - debug: alexa2.0 (13347) Alexa-Remote: Response: [{"commsId":"amzn1.comms.id.person.amzn1~amzn1.account.AE2K6HEV5O4UZ6LEM2FHPTHLEDXA","directedId":"amzn1.account.AE2K6HEV5O4UZ6LEM2FHPTHLEDXA","phoneCountryCode":"49","phoneNumber":"1729887930","firstName":"Stephan","lastName":"Kreyenborg","phoneticFirstName":null,"phoneticLastName":null,"commsProvisionStatus":"PROVISIONED","isChild":false,"personIdV2":"amzn1.actor.person.oid.A2P02UVLYMB4FY","signedInUser":true,"commsProvisioned":true,"enrolledInAlexa":true,"speakerProvisioned":false}] 2021-10-13 08:18:13.095 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 452) 2021-10-13 08:18:13.096 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/devices-v2/device?cached=true&_=1634105893096","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:13.515 - debug: alexa2.0 (13347) Alexa-Remote: Response: {"devices":[{"accountName":"This Device","appDeviceList":[{"deviceAccountId":"A0861997DUI3R74CCS7X","deviceType":"A2TF17PFR55MTB","serialNumber":"9b152b51d8704399bfc1b33db9fa8214"}],"capabilities":["CUSTOM_ALARM_TONE","DIALOG_INTERFACE_VERSION","ADAPTIVE_LISTENING","VOLUME_SETTING","REMINDERS","SOUND_SETTINGS","TIMERS_AND_ALARMS","MICROPHONE"],"charging":null,"clusterMembers":[],"deviceAccountId":"A0861997DUI3R74CCS7X","deviceFamily":"VOX","deviceOwnerCustomerId":"A1EIP8DVPCTVOF","deviceType":"A2TF17PFR55MTB","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"9b152b51d8704399bfc1b33db9fa8214","softwareVersion":"130050002"},{"accountName":"Marijana's Alexa Apps","appDeviceList":[{"deviceAccountId":"A06654591OVZOCDFF8ZR0","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMG950FF40469E1060EB598"},{"deviceAccountId":"A01169689K3RKDK3Z6UV","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMG980F682BCDDF422ED90F"},{"deviceAccountId":"A024247128CGZ5KLLWDXY","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMT8134A745230E200CDB9"}],"capabilities":["ADAPTIVE_LISTENING","VOLUME_SETTING","MICROPHONE"],"charging":null,"clusterMembers":[],"deviceAccountId":"A06654591OVZOCDFF8ZR0","deviceFamily":"AMAZONMOBILEMUSIC_ANDROID","deviceOwnerCustomerId":"A1EIP8DVPCTVOF","deviceType":"A1DL2DVDQVK3Q","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":false,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"SMG950FF40469E1060EB598","softwareVersion":"516110110"},{"accountName":"Stephan's Fire TV stick","appDeviceList":[],"capabilities":["CUSTOM_ALARM_TONE","FLASH_BRIEFING","ADAPTIVE_LISTENING","SUPPORTS_SOFTWARE_VERSION","VOLUME_SETTING","ASCENDING_ALARM_VOLUME","TIMERS_AND_ALARMS","ARTHUR_TARGET","MICROPHONE","DIALOG_INTERFACE_VERSION","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","SUPPORTS_LOCALE","REMINDERS","SOUND_SETTINGS","PERSISTENT_CONNECTION","SHARKNADO","CHANGE_NAME","SUPPORTS_LOCALE_SWITCH","ACTIVE_AFTER_FRO"],"charging":null,"clusterMembers":[],"deviceAccountId":"A159HL3V8OMRNZ","deviceFamily":"FIRE_TV","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"ADVBD696BHNV5","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"70940514603302JH","softwareVersion":"662663720"},{"accountName":"Wohnung","appDeviceList":[],"capabilities":["AUDIO_PLAYER","KINDLE_BOOKS","APPLE_MUSIC","VOLUME_SETTING","SIRIUSXM","PANDORA","I_HEART_RADIO","TUNE_IN","MICROPHONE","MUSIC_SKILL","AUDIBLE","SALMON","TIDAL","DEEZER","AMAZON_MUSIC"],"charging":null,"clusterMembers":["G090U610916420KJ","G09183091056058K","G0911M079406180P"],"deviceAccountId":"A00087432OQ8XJFXWT00","deviceFamily":"WHA","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A3C9PE6TNYLTCH","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"edbb7e932cf347c7b287a5db19c3ee30","softwareVersion":"0"},{"accountName":"Fire TV Cube","appDeviceList":[],"capabilities":["VOICE_TRAINING","SET_LOCALE","FLASH_BRIEFING","KINDLE_BOOKS","ADAPTIVE_LISTENING","SUPPORTS_SOFTWARE_VERSION","SUPPORT_CALENDAR_ALERT","APPLE_MUSIC","SIRIUSXM","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","BT_PAIRING_FLOW_V2","SLEEP","MICROPHONE","DIALOG_INTERFACE_VERSION","EARCONS","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","SOUND_SETTINGS","DREAM_TRAINING","DEEZER","SHARKNADO","CHANGE_NAME","AMAZON_MUSIC","ACTIVE_AFTER_FRO","PAIR_BT_SINK","CUSTOM_ALARM_TONE","AUDIO_PLAYER","FAR_FIELD_WAKE_WORD","MULTI_WAKEWORDS_SUPPORTED","ASCENDING_ALARM_VOLUME","TIMERS_AND_ALARMS","PANDORA","GOLDFISH","I_HEART_RADIO","ARTHUR_TARGET","TUNE_IN","SUPPORTS_LOCALE","MUSIC_SKILL","AUDIBLE","SPEECH_RECOGNIZER_USS","REMINDERS","SALMON","TIDAL","PERSISTENT_CONNECTION","SUPPORTS_LOCALE_SWITCH"],"charging":null,"clusterMembers":[],"deviceAccountId":"A07651723SRV0G2RLZ9S","deviceFamily":"FIRE_TV","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A2JKHJ0PX4J3L3","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G0911X03941304ML","softwareVersion":"21039196292"},{"accountName":"Echo Dot Flur","appDeviceList":[],"capabilities":["TAHOE_BYOD","VOICE_TRAINING","SET_LOCALE","FLASH_BRIEFING","KINDLE_BOOKS","SUPPORTS_SOFTWARE_VERSION","SUPPORT_CALENDAR_ALERT","APPLE_MUSIC","TUPLE_CATEGORY_A","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","REQUIRES_OOBE_FOR_SETUP","DEREGISTER_DEVICE","MICROPHONE","DIALOG_INTERFACE_VERSION","EARCONS","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","PAIR_BT_SOURCE","DREAM_TRAINING","AMAZON_MUSIC","TUPLE","ACTIVE_AFTER_FRO","AUDIO_PLAYER","MULTI_WAKEWORDS_SUPPORTED","ASCENDING_ALARM_VOLUME","PANDORA","GOLDFISH","I_HEART_RADIO","SUPPORTS_LOCALE","MUSIC_SKILL","SPEECH_RECOGNIZER_USS","REMINDERS","SUPPORTS_LOCALE_SWITCH","AUDIO_CONTROLS","ADAPTIVE_LISTENING","VOLUME_SETTING","SIRIUSXM","DS_VOLUME_SETTING","EQUALIZER_CONTROLLER_TREBLE","EQUALIZER_CONTROLLER_MIDRANGE","BT_PAIRING_FLOW_V2","SLEEP","SET_TIME_ZONE","GUARD_EARCON","SOUND_SETTINGS","POPTART","DEEZER","PAIR_REMOTE","CHANGE_NAME","PAIR_BT_SINK","CUSTOM_ALARM_TONE","FAR_FIELD_WAKE_WORD","EFDCARDS","TIMERS_AND_ALARMS","ALEXA_VOICE","TUNE_IN","ALEXA_PRESENCE","UPDATE_WIFI","AUDIBLE","SALMON","TIDAL","PERSISTENT_CONNECTION","LEMUR_ALPHA","GADGETS","EQUALIZER_CONTROLLER_BASS"],"charging":null,"clusterMembers":[],"deviceAccountId":"A01378201SS79J7AJ7XMS","deviceFamily":"ECHO","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A1RABVCI4QCIKC","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":["edbb7e932cf347c7b287a5db19c3ee30"],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G0911M079406180P","softwareVersion":"5805753220"},{"accountName":"Echo Dot Küche","appDeviceList":[],"capabilities":["TAHOE_BYOD","VOICE_TRAINING","SET_LOCALE","FLASH_BRIEFING","KINDLE_BOOKS","SUPPORTS_SOFTWARE_VERSION","SUPPORT_CALENDAR_ALERT","APPLE_MUSIC","TUPLE_CATEGORY_A","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","REQUIRES_OOBE_FOR_SETUP","DEREGISTER_DEVICE","MICROPHONE","DIALOG_INTERFACE_VERSION","EARCONS","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","PAIR_BT_SOURCE","DREAM_TRAINING","AMAZON_MUSIC","TUPLE","ACTIVE_AFTER_FRO","AUDIO_PLAYER","MULTI_WAKEWORDS_SUPPORTED","ASCENDING_ALARM_VOLUME","PANDORA","GOLDFISH","I_HEART_RADIO","SUPPORTS_LOCALE","MUSIC_SKILL","SPEECH_RECOGNIZER_USS","REMINDERS","SUPPORTS_LOCALE_SWITCH","AUDIO_CONTROLS","ADAPTIVE_LISTENING","VOLUME_SETTING","SIRIUSXM","DS_VOLUME_SETTING","EQUALIZER_CONTROLLER_TREBLE","EQUALIZER_CONTROLLER_MIDRANGE","BT_PAIRING_FLOW_V2","SLEEP","GUARD_EARCON","SOUND_SETTINGS","POPTART","DEEZER","PAIR_REMOTE","CHANGE_NAME","PAIR_BT_SINK","CUSTOM_ALARM_TONE","DEREGISTER_FACTORY_RESET","FAR_FIELD_WAKE_WORD","EFDCARDS","TIMERS_AND_ALARMS","ALEXA_VOICE","TUNE_IN","ALEXA_PRESENCE","UPDATE_WIFI","AUDIBLE","SALMON","TIDAL","PERSISTENT_CONNECTION","LEMUR_ALPHA","GADGETS","EQUALIZER_CONTROLLER_BASS"],"charging":null,"clusterMembers":[],"deviceAccountId":"A10336463KM6ANCFBSROV","deviceFamily":"ECHO","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A32DOYMUN6DTXA","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":["edbb7e932cf347c7b287a5db19c3ee30"],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G090U610916420KJ","softwareVersion":"5805753476"},{"accountName":"Echo Show Schlafzimmer","appDeviceList":[],"capabilities":["VOICE_TRAINING","SET_LOCALE","FLASH_BRIEFING","KINDLE_BOOKS","SUPPORTS_SOFTWARE_VERSION","SUPPORT_CALENDAR_ALERT","APPLE_MUSIC","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","MICROPHONE","DIALOG_INTERFACE_VERSION","EARCONS","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","DREAM_TRAINING","SHARKNADO","AMAZON_MUSIC","TUPLE","AUDIO_PLAYER","MULTI_WAKEWORDS_SUPPORTED","ASCENDING_ALARM_VOLUME","PANDORA","GOLDFISH","I_HEART_RADIO","TUPLE_CATEGORY_B","SUPPORTS_LOCALE","MUSIC_SKILL","SPEECH_RECOGNIZER_USS","REMINDERS","SUPPORTS_LOCALE_SWITCH","AUDIO_CONTROLS","ADAPTIVE_LISTENING","VOLUME_SETTING","SIRIUSXM","DS_VOLUME_SETTING","EQUALIZER_CONTROLLER_TREBLE","EQUALIZER_CONTROLLER_MIDRANGE","BT_PAIRING_FLOW_V2","SLEEP","GUARD_EARCON","SOUND_SETTINGS","POPTART","DEEZER","CHANGE_NAME","PAIR_BT_SINK","CUSTOM_ALARM_TONE","FAR_FIELD_WAKE_WORD","EFDCARDS","LIVE_VIEW","TIMERS_AND_ALARMS","ALEXA_VOICE","TUNE_IN","ALEXA_PRESENCE","AUDIBLE","SALMON","TIDAL","FACTORY_RESET_DEVICE","PERSISTENT_CONNECTION","LEMUR_ALPHA","EQUALIZER_CONTROLLER_BASS"],"charging":null,"clusterMembers":[],"deviceAccountId":"A063800733RIXTXAV2E0V","deviceFamily":"KNIGHT","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A1Z88NGR2BK6A2","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":["edbb7e932cf347c7b287a5db19c3ee30"],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G09183091056058K","softwareVersion":"5805754756"},{"accountName":"This Device","appDeviceList":[{"deviceAccountId":"A0677275IETJ8P5WNXLX","deviceType":"A2IVLV5VM2W81","serialNumber":"87ba03d8a92b898ff3e2a5c99dfec165"},{"deviceAccountId":"A0305194VW9O0KVSCYQ1","deviceType":"A2TF17PFR55MTB","serialNumber":"0e04d8c1b73441e4a99110c749a5c5b4"},{"deviceAccountId":"A026176610BR5KGLF1W15","deviceType":"A2IVLV5VM2W81","serialNumber":"c0762bc600e4285baf43afb81d34ac9f"},{"deviceAccountId":"A07533506XAPMCE5GKBX","deviceType":"A2IVLV5VM2W81","serialNumber":"21c59241ed82e98a939e5f47592a8d7e"},{"deviceAccountId":"A09012853PV47373YXTQJ","deviceType":"A2IVLV5VM2W81","serialNumber":"21972b82caeee1fdd6a07cc3efcb2ea8"},{"deviceAccountId":"A0267062IZ3KDQJQTKZ9","deviceType":"A2IVLV5VM2W81","serialNumber":"1b301e0ca222ab067879d1d21e50614f"}],"capabilities":["ADAPTIVE_LISTENING","VOLUME_SETTING","MICROPHONE"],"charging":null,"clusterMembers":[],"deviceAccountId":"A0267062IZ3KDQJQTKZ9","deviceFamily":"VOX","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A2IVLV5VM2W81","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"1b301e0ca222ab067879d1d21e50614f","softwareVersion":"1"},{"accountName":"Stephan's Alexa Apps","appDeviceList":[{"deviceAccountId":"A06175881I2SREN19MYMG","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMG985F5B8874995CD23CCC"}],"capabilities":["ADAPTIVE_LISTENING","VOLUME_SETTING","MICROPHONE"],"charging":null,"clusterMembers":[],"deviceAccountId":"A06175881I2SREN19MYMG","deviceFamily":"AMAZONMOBILEMUSIC_ANDROID","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A1DL2DVDQVK3Q","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":false,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"SMG985F5B8874995CD23CCC","softwareVersion":"516140110"}]} 2021-10-13 08:18:13.519 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 876) 2021-10-13 08:18:13.520 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/wake-word?_=1634105893519","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:13.708 - debug: alexa2.0 (13347) Alexa-Remote: Response: {"wakeWords":[{"active":true,"deviceSerialNumber":"G0911X03941304ML","deviceType":"A2JKHJ0PX4J3L3","midFieldState":null,"wakeWord":"ALEXA"},{"active":true,"deviceSerialNumber":"G0911M079406180P","deviceType":"A1RABVCI4QCIKC","midFieldState":null,"wakeWord":"ALEXA"},{"active":true,"deviceSerialNumber":"G090U610916420KJ","deviceType":"A32DOYMUN6DTXA","midFieldState":null,"wakeWord":"ALEXA"},{"active":true,"deviceSerialNumber":"G09183091056058K","deviceType":"A1Z88NGR2BK6A2","midFieldState":null,"wakeWord":"ALEXA"}]} 2021-10-13 08:18:13.710 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 1067) 2021-10-13 08:18:13.711 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/bluetooth?cached=true&_=1634105893710","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:14.119 - debug: alexa2.0 (13347) Alexa-Remote: Response: {"bluetoothStates":[{"deviceSerialNumber":"9b152b51d8704399bfc1b33db9fa8214","deviceType":"A2TF17PFR55MTB","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"130050002","streamingState":null},{"deviceSerialNumber":"SMG950FF40469E1060EB598","deviceType":"A1DL2DVDQVK3Q","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"516110110","streamingState":null},{"deviceSerialNumber":"70940514603302JH","deviceType":"ADVBD696BHNV5","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"662663720","streamingState":null},{"deviceSerialNumber":"edbb7e932cf347c7b287a5db19c3ee30","deviceType":"A3C9PE6TNYLTCH","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"0","streamingState":null},{"deviceSerialNumber":"G0911X03941304ML","deviceType":"A2JKHJ0PX4J3L3","friendlyName":"FireTV","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"21039196292","streamingState":null},{"deviceSerialNumber":"G0911M079406180P","deviceType":"A1RABVCI4QCIKC","friendlyName":"Echo Dot-80P","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"5805753220","streamingState":null},{"deviceSerialNumber":"G090U610916420KJ","deviceType":"A32DOYMUN6DTXA","friendlyName":"Echo-0KJ","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"5805753476","streamingState":null},{"deviceSerialNumber":"G09183091056058K","deviceType":"A1Z88NGR2BK6A2","friendlyName":"Echo Show","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"5805754756","streamingState":null},{"deviceSerialNumber":"1b301e0ca222ab067879d1d21e50614f","deviceType":"A2IVLV5VM2W81","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"1","streamingState":null},{"deviceSerialNumber":"SMG985F5B8874995CD23CCC","deviceType":"A1DL2DVDQVK3Q","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"516140110","streamingState":null}]} 2021-10-13 08:18:14.121 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 1478) 2021-10-13 08:18:14.122 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/notifications?cached=true&_=1634105894122","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:14.468 - debug: alexa2.0 (13347) Alexa-Remote: Response: {"notifications":[]} 2021-10-13 08:18:14.471 - debug: alexa2.0 (13347) Alexa-Remote: Initialize WS-MQTT Push Connection 2021-10-13 08:18:14.493 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 1850) 2021-10-13 08:18:14.494 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/entities?skillId=amzn1.ask.1p.music","method":"GET","timeout":10000,"headers":{"Routines-Version":"1.1.210292"}} 2021-10-13 08:18:14.804 - debug: alexa2.0 (13347) Alexa-Remote: Response: [{"id":"AMAZON_MUSIC","displayName":"Amazon Music","description":"Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":true,"isDefaultStationProvider":true}},{"id":"TUNEIN","displayName":"TuneIn","description":"Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":false,"isDefaultStationProvider":false}},{"id":"CLOUDPLAYER","displayName":"My Library","description":"Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":false,"isDefaultStationProvider":false}},{"id":"DEFAULT","displayName":"","description":"Default Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":false,"isDefaultStationProvider":false}}] 2021-10-13 08:18:14.806 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 2163) 2021-10-13 08:18:14.807 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/v2/automations?limit=2000","method":"GET","timeout":30000,"headers":{}} 2021-10-13 08:18:14.939 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: Open: wss://dp-gw-na.amazon.de/tcomm/ 2021-10-13 08:18:14.944 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: Incoming RAW message: 307833376131623630372030783030303030303963207b2270726f746f636f6c4e616d65223a22413a46222c22706172616d6574657273223a7b22416c70686150726f746f636f6c48616e646c65722e6d6178467261676d656e7453697a65223a223136303030222c22416c70686150726f746f636f6c48616e646c65722e7265636569766557696e646f7753697a65223a223136227d7d54554e45 2021-10-13 08:18:14.948 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: Incoming message: {"service":"TUNE","checksum":933344775,"content":{"protocolName":"A:F","parameters":{"AlphaProtocolHandler.maxFragmentSize":"16000","AlphaProtocolHandler.receiveWindowSize":"16"}}} 2021-10-13 08:18:14.949 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: Detected protocol A:F 2021-10-13 08:18:14.953 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: A:F Initialization Msg 2 sent: 307866653838626335322030783030303030303963207b2270726f746f636f6c4e616d65223a22413a46222c22706172616d6574657273223a7b22416c70686150726f746f636f6c48616e646c65722e7265636569766557696e646f7753697a65223a223136222c22416c70686150726f746f636f6c48616e646c65722e6d6178467261676d656e7453697a65223a223136303030227d7d54554e45 2021-10-13 08:18:14.975 - debug: alexa2.0 (13347) Alexa-Remote: Response: [{"@type":"com.amazon.alexa.behaviors.model.Automation","automationId":"amzn1.alexa.automation.084e8b9b-e269-472b-acc4-539bd06bbebc","name":null,"triggers":[{"payload":{"customerId":"AV8T15OWSJBT1","utterance":"gute Nacht","locale":"de-DE","marketplaceId":"A1PA6795UKMFR9"},"id":"amzn1.alexa.trigger.1088f084-3501-41cb-9875-5dea73d565cf","type":"CustomUtterance","skillId":null,"timeLapse":null,"presentationDataList":null,"imageUrl":null,"clientData":null,"context":null}],"sequence":{"@type":"com.amazon.alexa.behaviors.model.Sequence","sequenceId":"amzn1.alexa.sequence.c9f5cbd3-91d8-4819-a646-a7505728b03e","startNode":{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null,"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.ParallelNode","name":null,"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"fb09d991-b846-4852-acd5-fb7b2597e4b4","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"9e37deb8-60c4-44b4-8d73-7705ffc21260","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"b059ab72-41b5-405a-acd6-3dcd1dda4dae","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"de17645c-61e3-45ad-b91d-4a18c7cf73ff","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"f87e7c2b-c4be-4778-b937-d58bf93da780","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"873ba7a1-c8fb-4f31-b964-fc27f2f2a681","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"068302e5-0b50-423c-ae94-c3e67ba06f27","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.CannedTts.Speak","skillId":"amzn1.ask.1p.saysomething","operationPayload":{"deviceType":"ALEXA_CURRENT_DEVICE_TYPE","deviceSerialNumber":"ALEXA_CURRENT_DSN","customerId":"AV8T15OWSJBT1","locale":"de-DE","cannedTtsStringId":"alexa.cannedtts.speak.curatedtts-category-goodnight/alexa.cannedtts.speak.curatedtts-random"},"presentationDataList":null,"clientData":null,"context":null,"tag":null}]}]}},"owner":{"@type":"OwnerId","ownerType":"CUSTOMER","id":"AV8T15OWSJBT1"},"clientAlias":"arn:alexa:amazon:softwareapplication/AlexaBehaviorsService","condition":null,"status":"ENABLED","tags":null,"creationTimeEpochMillis":1562701605337,"lastUpdatedTimeEpochMillis":1627511282562},{"@type":"com.amazon.alexa.behaviors.model.Automation","automationId":"amzn1.alexa.automation.bd4a7714-c11b-4e7b-b8a3-e7aa9dc2f55d","name":null,"triggers":[{"payload":{"customerId":"AV8T15OWSJBT1","utterance":"guten Morgen","locale":"de-DE","marketplaceId":"A1PA6795UKMFR9"},"id":"amzn1.alexa.trigger.6e2ca1a4-1538-48ca-b398-b330291ab4c9","type":"CustomUtterance","skillId":null,"timeLapse":null,"presentationDataList":null,"imageUrl":null,"clientData":null,"context":null}],"sequence":{"@type":"com.amazon.alexa.behaviors.model.Sequence","sequenceId":"amzn1.alexa.sequence.d39a20b5-0c08-4655-ad3b-f7f146713347","startNode":{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.FlashBriefing.Play","skillId":"amzn1.ask.1p.flashbriefing","operationPayload":{"customerId":"AV8T15OWSJBT1","deviceType":"ALEXA_CURRENT_DEVICE_TYPE","deviceSerialNumber":"ALEXA_CURRENT_DSN","locale":"de-DE"},"presentationDataList":null,"clientData":null,"context":null,"tag":null}},"owner":{"@type":"OwnerId","ownerType":"CUSTOMER","id":"AV8T15OWSJBT1"},"clientAlias":"arn:alexa:amazon:softwareapplication/AlexaBehaviorsService","condition":null,"status":"ENABLED","tags":null,"creationTimeEpochMillis":1581662916724,"lastUpdatedTimeEpochMillis":1607290215760}] 2021-10-13 08:18:14.978 - debug: alexa2.0 (13347) Alexa-Remote: No authentication check needed (time elapsed 2335) 2021-10-13 08:18:14.979 - debug: alexa2.0 (13347) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/namedLists?_=1634105894979","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:18:15.008 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: A:F Initialization Msg 3 (Register Connection) sent: 4d5347000003622fcff20e660000000133f92f9f000000e447574d204d5347203078303030306234373920307830303030303033622075726e3a74636f6d6d2d656e64706f696e743a6465766963653a646576696365547970653a303a64657669636553657269616c4e756d6265723a3020307830303030303034312075726e3a74636f6d6d2d656e64706f696e743a736572766963653a736572766963654e616d653a446565576562736974654d6573736167696e6753657276696365207b22636f6d6d616e64223a2252454749535445525f434f4e4e454354494f4e227d46414245 2021-10-13 08:18:15.112 - debug: alexa2.0 (13347) Alexa-Remote WS-MQTT: Send First Ping Speicherzugriffsfehler
-
@skb
Da läuft ja noch eine alte Version des Adapters.
Versuchs mit 3.11.2 -
@thomas-braun Das sollte egal sein ... aber arte mal denke der pfad mit bufferutil war falsch
Man muss suchen wo node_modules/ws ist und das mit bufferurtil dort ausführen
musst mal suchen ob es in /opt/iobroker/node_modules/iobroker.alexa2/node_modules/ws ist oder in /opt/iobroker/node_modules/ws
-
@apollon77 Also hier?
pi@ioBroker:/opt/iobroker $ cd node_modules/iobroker.alexa2/node_modules/ws -bash: cd: node_modules/iobroker.alexa2/node_modules/ws: Datei oder Verzeichnis nicht gefunden pi@ioBroker:/opt/iobroker $ cd /opt/iobroker/node_modules/ws/ pi@ioBroker:/opt/iobroker/node_modules/ws $ ls browser.js index.js lib LICENSE package.json README.md
Und hier dann:
npm i bufferutil@4.0.3
Korrekt?
-
@skb jupp
-
pi@ioBroker:/opt/iobroker/node_modules/ws $ npm i bufferutil@4.0.3 > bufferutil@4.0.3 install /opt/iobroker/node_modules/ws/node_modules/bufferutil > node-gyp-build npm notice created a lockfile as package-lock.json. You should commit this file. + bufferutil@4.0.3 added 2 packages from 2 contributors and audited 2 packages in 1.423s found 0 vulnerabilities pi@ioBroker:/opt/iobroker/node_modules/ws $
Per Instanz Start:
host.ioBroker 2021-10-13 08:34:17.091 warn instance system.adapter.alexa2.0 terminated due to SIGBUS alexa2.0 2021-10-13 08:34:16.895 debug Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/namedLists/YW16bjEuYWNjb3VudC5BSEs3QlE2WUFIQ1FKSDVLQ0hMQ0NVUEJEUkdRLVRBU0s=/items?_=1634106856894","method":"GET","timeout":10000,"headers":{}} alexa2.0 2021-10-13 08:34:16.894 debug Alexa-Remote: No authentication check needed (time elapsed 2280) alexa2.0 2021-10-13 08:34:16.893 debug Updating list TO_DO... alexa2.0 2021-10-13 08:34:16.890 debug Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/namedLists/YW16bjEuYWNjb3VudC5BSEs3QlE2WUFIQ1FKSDVLQ0hMQ0NVUEJEUkdRLVNIT1BQSU5HX0lURU0=/items?_=1634106856890","method":"GET","timeout":10000,"headers":{}} alexa2.0 2021-10-13 08:34:16.889 debug Alexa-Remote: No authentication check needed (time elapsed 2275)
Via Shell:
pi@ioBroker:/opt/iobroker/node_modules/ws $ node --report-signal=SIGBUS --report-on-signal /opt/iobroker/node_modules/iobroker.alexa2/main.js --force --logs 2021-10-13 08:36:35.147 - error: alexa2.0 (14617) adapter disabled 2021-10-13 08:36:35.156 - info: alexa2.0 (14617) starting. Version 3.11.2 in /opt/iobroker/node_modules/iobroker.alexa2, node: v14.18.0, js-controller: 3.3.18 2021-10-13 08:36:35.699 - debug: alexa2.0 (14617) Alexa-Remote: Use as User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36 2021-10-13 08:36:35.701 - debug: alexa2.0 (14617) Alexa-Remote: Use as Login-Amazon-URL: amazon.de 2021-10-13 08:36:35.702 - debug: alexa2.0 (14617) Alexa-Remote: Use as Base-URL: alexa.amazon.de 2021-10-13 08:36:35.705 - debug: alexa2.0 (14617) Alexa-Remote: cookie was provided 2021-10-13 08:36:35.708 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/bootstrap?version=0","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:35.964 - debug: alexa2.0 (14617) Alexa-Remote: Response: {"authentication":{"authenticated":true,"canAccessPrimeMusicContent":true,"customerEmail":"info@skb-web.de","customerId":"AV8T15OWSJBT1","customerName":"Stephan Kreyenborg"}} 2021-10-13 08:36:35.966 - debug: alexa2.0 (14617) Alexa-Remote: Authentication checked: true 2021-10-13 08:36:35.968 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 1) 2021-10-13 08:36:35.969 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa-comms-mobile-service.amazon.de","path":"/accounts","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:36.453 - debug: alexa2.0 (14617) Alexa-Remote: Response: [{"commsId":"amzn1.comms.id.person.amzn1~amzn1.account.AE2K6HEV5O4UZ6LEM2FHPTHLEDXA","directedId":"amzn1.account.AE2K6HEV5O4UZ6LEM2FHPTHLEDXA","phoneCountryCode":"49","phoneNumber":"1729887930","firstName":"Stephan","lastName":"Kreyenborg","phoneticFirstName":null,"phoneticLastName":null,"commsProvisionStatus":"PROVISIONED","isChild":false,"personIdV2":"amzn1.actor.person.oid.A2P02UVLYMB4FY","signedInUser":true,"commsProvisioned":true,"enrolledInAlexa":true,"speakerProvisioned":false}] 2021-10-13 08:36:36.455 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 488) 2021-10-13 08:36:36.456 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/devices-v2/device?cached=true&_=1634106996456","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:36.786 - debug: alexa2.0 (14617) Alexa-Remote: Response: {"devices":[{"accountName":"This Device","appDeviceList":[{"deviceAccountId":"A0861997DUI3R74CCS7X","deviceType":"A2TF17PFR55MTB","serialNumber":"9b152b51d8704399bfc1b33db9fa8214"}],"capabilities":["SOUND_SETTINGS","VOLUME_SETTING","REMINDERS","MICROPHONE","CUSTOM_ALARM_TONE","DIALOG_INTERFACE_VERSION","TIMERS_AND_ALARMS","ADAPTIVE_LISTENING"],"charging":null,"clusterMembers":[],"deviceAccountId":"A0861997DUI3R74CCS7X","deviceFamily":"VOX","deviceOwnerCustomerId":"A1EIP8DVPCTVOF","deviceType":"A2TF17PFR55MTB","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"9b152b51d8704399bfc1b33db9fa8214","softwareVersion":"130050002"},{"accountName":"Marijana's Alexa Apps","appDeviceList":[{"deviceAccountId":"A06654591OVZOCDFF8ZR0","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMG950FF40469E1060EB598"},{"deviceAccountId":"A01169689K3RKDK3Z6UV","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMG980F682BCDDF422ED90F"},{"deviceAccountId":"A024247128CGZ5KLLWDXY","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMT8134A745230E200CDB9"}],"capabilities":["VOLUME_SETTING","MICROPHONE","ADAPTIVE_LISTENING"],"charging":null,"clusterMembers":[],"deviceAccountId":"A06654591OVZOCDFF8ZR0","deviceFamily":"AMAZONMOBILEMUSIC_ANDROID","deviceOwnerCustomerId":"A1EIP8DVPCTVOF","deviceType":"A1DL2DVDQVK3Q","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":false,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"SMG950FF40469E1060EB598","softwareVersion":"516110110"},{"accountName":"Stephan's Fire TV stick","appDeviceList":[],"capabilities":["PERSISTENT_CONNECTION","VOLUME_SETTING","REMINDERS","SUPPORTS_LOCALE","FLASH_BRIEFING","MICROPHONE","CUSTOM_ALARM_TONE","DIALOG_INTERFACE_VERSION","TIMERS_AND_ALARMS","ACTIVE_AFTER_FRO","SOUND_SETTINGS","ASCENDING_ALARM_VOLUME","CHANGE_NAME","SUPPORTS_LOCALE_SWITCH","SHARKNADO","SUPPORTS_SOFTWARE_VERSION","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","ADAPTIVE_LISTENING","ARTHUR_TARGET"],"charging":null,"clusterMembers":[],"deviceAccountId":"A159HL3V8OMRNZ","deviceFamily":"FIRE_TV","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"ADVBD696BHNV5","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"70940514603302JH","softwareVersion":"662663720"},{"accountName":"Wohnung","appDeviceList":[],"capabilities":["VOLUME_SETTING","SALMON","TIDAL","MICROPHONE","DEEZER","AUDIO_PLAYER","I_HEART_RADIO","TUNE_IN","APPLE_MUSIC","KINDLE_BOOKS","AUDIBLE","PANDORA","SIRIUSXM","MUSIC_SKILL","AMAZON_MUSIC"],"charging":null,"clusterMembers":["G090U610916420KJ","G09183091056058K","G0911M079406180P"],"deviceAccountId":"A00087432OQ8XJFXWT00","deviceFamily":"WHA","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A3C9PE6TNYLTCH","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"edbb7e932cf347c7b287a5db19c3ee30","softwareVersion":"0"},{"accountName":"Fire TV Cube","appDeviceList":[],"capabilities":["TIMERS_ALARMS_NOTIFICATIONS_VOLUME","PERSISTENT_CONNECTION","SLEEP","SALMON","TIDAL","VOICE_TRAINING","SPEECH_RECOGNIZER_USS","REMINDERS","FAR_FIELD_WAKE_WORD","DIALOG_INTERFACE_VERSION","TIMERS_AND_ALARMS","DEEZER","ACTIVE_AFTER_FRO","I_HEART_RADIO","EARCONS","ASCENDING_ALARM_VOLUME","KINDLE_BOOKS","SUPPORT_CALENDAR_ALERT","AUDIBLE","SIRIUSXM","SUPPORTS_LOCALE_SWITCH","SUPPORTS_SOFTWARE_VERSION","ARTHUR_TARGET","SET_LOCALE","DREAM_TRAINING","SUPPORTS_LOCALE","FLASH_BRIEFING","CUSTOM_ALARM_TONE","MICROPHONE","AUDIO_PLAYER","TUNE_IN","APPLE_MUSIC","SOUND_SETTINGS","PANDORA","CHANGE_NAME","BT_PAIRING_FLOW_V2","GOLDFISH","PAIR_BT_SINK","MUSIC_SKILL","SHARKNADO","MULTI_WAKEWORDS_SUPPORTED","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","AMAZON_MUSIC","ADAPTIVE_LISTENING"],"charging":null,"clusterMembers":[],"deviceAccountId":"A07651723SRV0G2RLZ9S","deviceFamily":"FIRE_TV","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A2JKHJ0PX4J3L3","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G0911X03941304ML","softwareVersion":"21039196292"},{"accountName":"Echo Dot Flur","appDeviceList":[],"capabilities":["SET_TIME_ZONE","TUPLE_CATEGORY_A","SALMON","TIDAL","EQUALIZER_CONTROLLER_MIDRANGE","PAIR_REMOTE","SPEECH_RECOGNIZER_USS","REMINDERS","DEEZER","ACTIVE_AFTER_FRO","EARCONS","ASCENDING_ALARM_VOLUME","AUDIBLE","TAHOE_BYOD","SUPPORTS_SOFTWARE_VERSION","EQUALIZER_CONTROLLER_TREBLE","SET_LOCALE","TUPLE","DEREGISTER_DEVICE","MICROPHONE","AUDIO_PLAYER","TUNE_IN","APPLE_MUSIC","SOUND_SETTINGS","BT_PAIRING_FLOW_V2","PAIR_BT_SINK","GOLDFISH","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","AMAZON_MUSIC","ADAPTIVE_LISTENING","POPTART","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","PERSISTENT_CONNECTION","SLEEP","VOLUME_SETTING","EQUALIZER_CONTROLLER_BASS","VOICE_TRAINING","GUARD_EARCON","FAR_FIELD_WAKE_WORD","LEMUR_ALPHA","DIALOG_INTERFACE_VERSION","TIMERS_AND_ALARMS","I_HEART_RADIO","KINDLE_BOOKS","SUPPORT_CALENDAR_ALERT","SIRIUSXM","SUPPORTS_LOCALE_SWITCH","UPDATE_WIFI","ALEXA_VOICE","REQUIRES_OOBE_FOR_SETUP","DREAM_TRAINING","SUPPORTS_LOCALE","FLASH_BRIEFING","CUSTOM_ALARM_TONE","PAIR_BT_SOURCE","GADGETS","PANDORA","CHANGE_NAME","EFDCARDS","MUSIC_SKILL","MULTI_WAKEWORDS_SUPPORTED","ALEXA_PRESENCE","DS_VOLUME_SETTING","AUDIO_CONTROLS"],"charging":null,"clusterMembers":[],"deviceAccountId":"A01378201SS79J7AJ7XMS","deviceFamily":"ECHO","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A1RABVCI4QCIKC","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":["edbb7e932cf347c7b287a5db19c3ee30"],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G0911M079406180P","softwareVersion":"5805753220"},{"accountName":"Echo Dot Küche","appDeviceList":[],"capabilities":["TUPLE_CATEGORY_A","SALMON","TIDAL","EQUALIZER_CONTROLLER_MIDRANGE","PAIR_REMOTE","SPEECH_RECOGNIZER_USS","REMINDERS","DEEZER","DEREGISTER_FACTORY_RESET","ACTIVE_AFTER_FRO","EARCONS","ASCENDING_ALARM_VOLUME","AUDIBLE","TAHOE_BYOD","SUPPORTS_SOFTWARE_VERSION","EQUALIZER_CONTROLLER_TREBLE","SET_LOCALE","TUPLE","DEREGISTER_DEVICE","MICROPHONE","AUDIO_PLAYER","TUNE_IN","APPLE_MUSIC","SOUND_SETTINGS","BT_PAIRING_FLOW_V2","PAIR_BT_SINK","GOLDFISH","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","AMAZON_MUSIC","ADAPTIVE_LISTENING","POPTART","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","PERSISTENT_CONNECTION","SLEEP","VOLUME_SETTING","EQUALIZER_CONTROLLER_BASS","VOICE_TRAINING","GUARD_EARCON","FAR_FIELD_WAKE_WORD","LEMUR_ALPHA","DIALOG_INTERFACE_VERSION","TIMERS_AND_ALARMS","I_HEART_RADIO","KINDLE_BOOKS","SUPPORT_CALENDAR_ALERT","SIRIUSXM","SUPPORTS_LOCALE_SWITCH","UPDATE_WIFI","ALEXA_VOICE","REQUIRES_OOBE_FOR_SETUP","DREAM_TRAINING","SUPPORTS_LOCALE","FLASH_BRIEFING","CUSTOM_ALARM_TONE","PAIR_BT_SOURCE","GADGETS","PANDORA","CHANGE_NAME","EFDCARDS","MUSIC_SKILL","MULTI_WAKEWORDS_SUPPORTED","ALEXA_PRESENCE","DS_VOLUME_SETTING","AUDIO_CONTROLS"],"charging":null,"clusterMembers":[],"deviceAccountId":"A10336463KM6ANCFBSROV","deviceFamily":"ECHO","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A32DOYMUN6DTXA","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":["edbb7e932cf347c7b287a5db19c3ee30"],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G090U610916420KJ","softwareVersion":"5805753476"},{"accountName":"Echo Show Schlafzimmer","appDeviceList":[],"capabilities":["SALMON","TIDAL","EQUALIZER_CONTROLLER_MIDRANGE","SPEECH_RECOGNIZER_USS","REMINDERS","LIVE_VIEW","DEEZER","EARCONS","ASCENDING_ALARM_VOLUME","AUDIBLE","TUPLE_CATEGORY_B","SUPPORTS_SOFTWARE_VERSION","EQUALIZER_CONTROLLER_TREBLE","SET_LOCALE","TUPLE","MICROPHONE","AUDIO_PLAYER","TUNE_IN","APPLE_MUSIC","SOUND_SETTINGS","BT_PAIRING_FLOW_V2","GOLDFISH","PAIR_BT_SINK","SUPPORTS_CONNECTED_HOME_CLOUD_ONLY","AMAZON_MUSIC","ADAPTIVE_LISTENING","POPTART","TIMERS_ALARMS_NOTIFICATIONS_VOLUME","PERSISTENT_CONNECTION","FACTORY_RESET_DEVICE","SLEEP","VOLUME_SETTING","EQUALIZER_CONTROLLER_BASS","VOICE_TRAINING","GUARD_EARCON","FAR_FIELD_WAKE_WORD","LEMUR_ALPHA","DIALOG_INTERFACE_VERSION","TIMERS_AND_ALARMS","I_HEART_RADIO","KINDLE_BOOKS","SUPPORT_CALENDAR_ALERT","SIRIUSXM","SUPPORTS_LOCALE_SWITCH","ALEXA_VOICE","DREAM_TRAINING","SUPPORTS_LOCALE","CUSTOM_ALARM_TONE","FLASH_BRIEFING","PANDORA","CHANGE_NAME","EFDCARDS","MUSIC_SKILL","SHARKNADO","MULTI_WAKEWORDS_SUPPORTED","ALEXA_PRESENCE","DS_VOLUME_SETTING","AUDIO_CONTROLS"],"charging":null,"clusterMembers":[],"deviceAccountId":"A063800733RIXTXAV2E0V","deviceFamily":"KNIGHT","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A1Z88NGR2BK6A2","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":["edbb7e932cf347c7b287a5db19c3ee30"],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"G09183091056058K","softwareVersion":"5805754756"},{"accountName":"This Device","appDeviceList":[{"deviceAccountId":"A0677275IETJ8P5WNXLX","deviceType":"A2IVLV5VM2W81","serialNumber":"87ba03d8a92b898ff3e2a5c99dfec165"},{"deviceAccountId":"A0305194VW9O0KVSCYQ1","deviceType":"A2TF17PFR55MTB","serialNumber":"0e04d8c1b73441e4a99110c749a5c5b4"},{"deviceAccountId":"A026176610BR5KGLF1W15","deviceType":"A2IVLV5VM2W81","serialNumber":"c0762bc600e4285baf43afb81d34ac9f"},{"deviceAccountId":"A07533506XAPMCE5GKBX","deviceType":"A2IVLV5VM2W81","serialNumber":"21c59241ed82e98a939e5f47592a8d7e"},{"deviceAccountId":"A09012853PV47373YXTQJ","deviceType":"A2IVLV5VM2W81","serialNumber":"21972b82caeee1fdd6a07cc3efcb2ea8"},{"deviceAccountId":"A0267062IZ3KDQJQTKZ9","deviceType":"A2IVLV5VM2W81","serialNumber":"1b301e0ca222ab067879d1d21e50614f"}],"capabilities":["VOLUME_SETTING","MICROPHONE","ADAPTIVE_LISTENING"],"charging":null,"clusterMembers":[],"deviceAccountId":"A0267062IZ3KDQJQTKZ9","deviceFamily":"VOX","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A2IVLV5VM2W81","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":true,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"1b301e0ca222ab067879d1d21e50614f","softwareVersion":"1"},{"accountName":"Stephan's Alexa Apps","appDeviceList":[{"deviceAccountId":"A06175881I2SREN19MYMG","deviceType":"A1DL2DVDQVK3Q","serialNumber":"SMG985F5B8874995CD23CCC"}],"capabilities":["VOLUME_SETTING","MICROPHONE","ADAPTIVE_LISTENING"],"charging":null,"clusterMembers":[],"deviceAccountId":"A06175881I2SREN19MYMG","deviceFamily":"AMAZONMOBILEMUSIC_ANDROID","deviceOwnerCustomerId":"AV8T15OWSJBT1","deviceType":"A1DL2DVDQVK3Q","deviceTypeFriendlyName":null,"essid":null,"language":null,"macAddress":null,"online":false,"parentClusters":[],"postalCode":null,"registrationId":null,"remainingBatteryLevel":null,"serialNumber":"SMG985F5B8874995CD23CCC","softwareVersion":"516140110"}]} 2021-10-13 08:36:36.789 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 822) 2021-10-13 08:36:36.790 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/wake-word?_=1634106996790","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:37.020 - debug: alexa2.0 (14617) Alexa-Remote: Response: {"wakeWords":[{"active":true,"deviceSerialNumber":"G0911X03941304ML","deviceType":"A2JKHJ0PX4J3L3","midFieldState":null,"wakeWord":"ALEXA"},{"active":true,"deviceSerialNumber":"G0911M079406180P","deviceType":"A1RABVCI4QCIKC","midFieldState":null,"wakeWord":"ALEXA"},{"active":true,"deviceSerialNumber":"G090U610916420KJ","deviceType":"A32DOYMUN6DTXA","midFieldState":null,"wakeWord":"ALEXA"},{"active":true,"deviceSerialNumber":"G09183091056058K","deviceType":"A1Z88NGR2BK6A2","midFieldState":null,"wakeWord":"ALEXA"}]} 2021-10-13 08:36:37.022 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 1055) 2021-10-13 08:36:37.023 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/bluetooth?cached=true&_=1634106997023","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:37.487 - debug: alexa2.0 (14617) Alexa-Remote: Response: {"bluetoothStates":[{"deviceSerialNumber":"9b152b51d8704399bfc1b33db9fa8214","deviceType":"A2TF17PFR55MTB","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"130050002","streamingState":null},{"deviceSerialNumber":"SMG950FF40469E1060EB598","deviceType":"A1DL2DVDQVK3Q","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"516110110","streamingState":null},{"deviceSerialNumber":"70940514603302JH","deviceType":"ADVBD696BHNV5","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"662663720","streamingState":null},{"deviceSerialNumber":"edbb7e932cf347c7b287a5db19c3ee30","deviceType":"A3C9PE6TNYLTCH","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"0","streamingState":null},{"deviceSerialNumber":"G0911X03941304ML","deviceType":"A2JKHJ0PX4J3L3","friendlyName":"FireTV","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"21039196292","streamingState":null},{"deviceSerialNumber":"G0911M079406180P","deviceType":"A1RABVCI4QCIKC","friendlyName":"Echo Dot-80P","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"5805753220","streamingState":null},{"deviceSerialNumber":"G090U610916420KJ","deviceType":"A32DOYMUN6DTXA","friendlyName":"Echo-0KJ","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"5805753476","streamingState":null},{"deviceSerialNumber":"G09183091056058K","deviceType":"A1Z88NGR2BK6A2","friendlyName":"Echo Show","gadgetPaired":false,"online":true,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"5805754756","streamingState":null},{"deviceSerialNumber":"1b301e0ca222ab067879d1d21e50614f","deviceType":"A2IVLV5VM2W81","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"1","streamingState":null},{"deviceSerialNumber":"SMG985F5B8874995CD23CCC","deviceType":"A1DL2DVDQVK3Q","friendlyName":null,"gadgetPaired":false,"online":false,"pairedDeviceList":null,"sconeBattery":null,"sconePaired":false,"softwareVersion":"516140110","streamingState":null}]} 2021-10-13 08:36:37.488 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 1521) 2021-10-13 08:36:37.489 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/notifications?cached=true&_=1634106997489","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:37.838 - debug: alexa2.0 (14617) Alexa-Remote: Response: {"notifications":[]} 2021-10-13 08:36:37.840 - debug: alexa2.0 (14617) Alexa-Remote: Initialize WS-MQTT Push Connection 2021-10-13 08:36:37.860 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 1893) 2021-10-13 08:36:37.861 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/entities?skillId=amzn1.ask.1p.music","method":"GET","timeout":10000,"headers":{"Routines-Version":"1.1.210292"}} 2021-10-13 08:36:38.179 - debug: alexa2.0 (14617) Alexa-Remote: Response: [{"id":"AMAZON_MUSIC","displayName":"Amazon Music","description":"Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":true,"isDefaultStationProvider":true}},{"id":"TUNEIN","displayName":"TuneIn","description":"Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":false,"isDefaultStationProvider":false}},{"id":"CLOUDPLAYER","displayName":"My Library","description":"Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":false,"isDefaultStationProvider":false}},{"id":"DEFAULT","displayName":"","description":"Default Music provider","supportedProperties":["Alexa.Music.PlaySearchPhrase"],"supportedTriggers":[],"supportedOperations":["Alexa.Music.PlaySearchPhrase"],"availability":"AVAILABLE","icon":null,"providerData":{"isDefaultMusicProvider":false,"isDefaultStationProvider":false}}] 2021-10-13 08:36:38.181 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 2214) 2021-10-13 08:36:38.182 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/v2/automations?limit=2000","method":"GET","timeout":30000,"headers":{}} 2021-10-13 08:36:38.314 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: Open: wss://dp-gw-na.amazon.de/tcomm/ 2021-10-13 08:36:38.319 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: Incoming RAW message: 307833376131623630372030783030303030303963207b2270726f746f636f6c4e616d65223a22413a46222c22706172616d6574657273223a7b22416c70686150726f746f636f6c48616e646c65722e6d6178467261676d656e7453697a65223a223136303030222c22416c70686150726f746f636f6c48616e646c65722e7265636569766557696e646f7753697a65223a223136227d7d54554e45 2021-10-13 08:36:38.321 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: Incoming message: {"service":"TUNE","checksum":933344775,"content":{"protocolName":"A:F","parameters":{"AlphaProtocolHandler.maxFragmentSize":"16000","AlphaProtocolHandler.receiveWindowSize":"16"}}} 2021-10-13 08:36:38.322 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: Detected protocol A:F 2021-10-13 08:36:38.327 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: A:F Initialization Msg 2 sent: 307866653838626335322030783030303030303963207b2270726f746f636f6c4e616d65223a22413a46222c22706172616d6574657273223a7b22416c70686150726f746f636f6c48616e646c65722e7265636569766557696e646f7753697a65223a223136222c22416c70686150726f746f636f6c48616e646c65722e6d6178467261676d656e7453697a65223a223136303030227d7d54554e45 2021-10-13 08:36:38.348 - debug: alexa2.0 (14617) Alexa-Remote: Response: [{"@type":"com.amazon.alexa.behaviors.model.Automation","automationId":"amzn1.alexa.automation.084e8b9b-e269-472b-acc4-539bd06bbebc","name":null,"triggers":[{"payload":{"customerId":"AV8T15OWSJBT1","utterance":"gute Nacht","locale":"de-DE","marketplaceId":"A1PA6795UKMFR9"},"id":"amzn1.alexa.trigger.1088f084-3501-41cb-9875-5dea73d565cf","type":"CustomUtterance","skillId":null,"timeLapse":null,"presentationDataList":null,"imageUrl":null,"clientData":null,"context":null}],"sequence":{"@type":"com.amazon.alexa.behaviors.model.Sequence","sequenceId":"amzn1.alexa.sequence.c9f5cbd3-91d8-4819-a646-a7505728b03e","startNode":{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null,"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.ParallelNode","name":null,"nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"fb09d991-b846-4852-acd5-fb7b2597e4b4","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"9e37deb8-60c4-44b4-8d73-7705ffc21260","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"b059ab72-41b5-405a-acd6-3dcd1dda4dae","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"de17645c-61e3-45ad-b91d-4a18c7cf73ff","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"f87e7c2b-c4be-4778-b937-d58bf93da780","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"873ba7a1-c8fb-4f31-b964-fc27f2f2a681","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.SmartHome.Batch","skillId":"amzn1.ask.1p.smarthome","operationPayload":{"target":"068302e5-0b50-423c-ae94-c3e67ba06f27","customerId":"AV8T15OWSJBT1","operations":[{"type":"turnOff"}]},"presentationDataList":null,"clientData":null,"context":null,"tag":null},{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.CannedTts.Speak","skillId":"amzn1.ask.1p.saysomething","operationPayload":{"deviceType":"ALEXA_CURRENT_DEVICE_TYPE","deviceSerialNumber":"ALEXA_CURRENT_DSN","customerId":"AV8T15OWSJBT1","locale":"de-DE","cannedTtsStringId":"alexa.cannedtts.speak.curatedtts-category-goodnight/alexa.cannedtts.speak.curatedtts-random"},"presentationDataList":null,"clientData":null,"context":null,"tag":null}]}]}},"owner":{"@type":"OwnerId","ownerType":"CUSTOMER","id":"AV8T15OWSJBT1"},"clientAlias":"arn:alexa:amazon:softwareapplication/AlexaBehaviorsService","condition":null,"status":"ENABLED","tags":null,"creationTimeEpochMillis":1562701605337,"lastUpdatedTimeEpochMillis":1627511282562},{"@type":"com.amazon.alexa.behaviors.model.Automation","automationId":"amzn1.alexa.automation.bd4a7714-c11b-4e7b-b8a3-e7aa9dc2f55d","name":null,"triggers":[{"payload":{"customerId":"AV8T15OWSJBT1","utterance":"guten Morgen","locale":"de-DE","marketplaceId":"A1PA6795UKMFR9"},"id":"amzn1.alexa.trigger.6e2ca1a4-1538-48ca-b398-b330291ab4c9","type":"CustomUtterance","skillId":null,"timeLapse":null,"presentationDataList":null,"imageUrl":null,"clientData":null,"context":null}],"sequence":{"@type":"com.amazon.alexa.behaviors.model.Sequence","sequenceId":"amzn1.alexa.sequence.d39a20b5-0c08-4655-ad3b-f7f146713347","startNode":{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","nodeState":null,"name":null,"type":"Alexa.FlashBriefing.Play","skillId":"amzn1.ask.1p.flashbriefing","operationPayload":{"customerId":"AV8T15OWSJBT1","deviceType":"ALEXA_CURRENT_DEVICE_TYPE","deviceSerialNumber":"ALEXA_CURRENT_DSN","locale":"de-DE"},"presentationDataList":null,"clientData":null,"context":null,"tag":null}},"owner":{"@type":"OwnerId","ownerType":"CUSTOMER","id":"AV8T15OWSJBT1"},"clientAlias":"arn:alexa:amazon:softwareapplication/AlexaBehaviorsService","condition":null,"status":"ENABLED","tags":null,"creationTimeEpochMillis":1581662916724,"lastUpdatedTimeEpochMillis":1607290215760}] 2021-10-13 08:36:38.351 - debug: alexa2.0 (14617) Alexa-Remote: No authentication check needed (time elapsed 2384) 2021-10-13 08:36:38.352 - debug: alexa2.0 (14617) Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/namedLists?_=1634106998352","method":"GET","timeout":10000,"headers":{}} 2021-10-13 08:36:38.385 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: A:F Initialization Msg 3 (Register Connection) sent: 4d53470000036229f32fc766000000015736e899000000e447574d204d5347203078303030306234373920307830303030303033622075726e3a74636f6d6d2d656e64706f696e743a6465766963653a646576696365547970653a303a64657669636553657269616c4e756d6265723a3020307830303030303034312075726e3a74636f6d6d2d656e64706f696e743a736572766963653a736572766963654e616d653a446565576562736974654d6573736167696e6753657276696365207b22636f6d6d616e64223a2252454749535445525f434f4e4e454354494f4e227d46414245 2021-10-13 08:36:38.489 - debug: alexa2.0 (14617) Alexa-Remote WS-MQTT: Send First Ping Speicherzugriffsfehler
Leider hat sich, soweit ich das sehen kann, nichts geändert
-
Schade