[GELÖST] 401: Authorization Required - FHEM Passwort stimmt aber

Begonnen von globus243, 03 November 2021, 11:17:59

Vorheriges Thema - Nächstes Thema

globus243

Hallo Zusammen,

seit gestern verweigert mein alexa-connector seinen Dienst.
Alexa sagt nur das Gerät reagiere gerade nicht und in den Debug-Logs
finde ich den Eintrag:


root@e2c590b78e52:/opt/fhem# alexa-fhem -D -c /opt/fhem/alexa-fhem.cfg > debug.log
[11/3/2021, 11:03:32 AM] [FHEM] There was a problem connecting to FHEM (null)
[11/3/2021, 11:03:32 AM] [FHEM]   401: Authorization Required
*** FHEM: connection failed: 401: Authorization Required
[11/3/2021, 11:03:32 AM] [FHEM] There was a problem connecting to FHEM (null)
[11/3/2021, 11:03:32 AM] [FHEM]   401: Authorization Required
*** FHEM: connection failed: 401: Authorization Required
[11/3/2021, 11:03:33 AM] [FHEM] There was a problem connecting to FHEM (null)
[11/3/2021, 11:03:33 AM] [FHEM]   401: Authorization Required
*** FHEM: connection failed: 401: Authorization Required



root@e2c590b78e52:/opt/fhem# cat ./alexa-fhem.cfg
{
   "connections" : [
      {
         "name" : "FHEM",
         "port" : 8083,
         "webname" : "fhem",
         "uid" : 6061,
         "filter" : "alexaName=..*",
         "server" : "127.0.0.1"
      }
   ],
   "sshproxy" : {
      "description" : "FHEM Connector",
      "ssh" : "/usr/bin/ssh"
   }
}


Fhem und alexa-fhem laufen bei mir als Dockercontainer ( https://github.com/fhem/fhem-docker )

Den Wiki-Eintrag ( https://wiki.fhem.de/wiki/FHEM_Connector_f%C3%BCr_Amazon_Alexa#401:_Authorization_Required ) habe ich befolgt, das Kennwort stimmt, anmeldung mit copy&pasted credentials klappt und credentials haben sich eigentlich auch nicht verändert in den letzten Monaten.

gassistant-fhem klappt ohne Probleme

Bin ein wenig lost, was jetzt hier das Problem ist. Hat noch jemand eine Idee, was man versuchen könnte?


globus243

Oh sehe grad das es vlt doch etwas größeres ist, sorry für den dup.

globus243