Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. Alexa2 v1.1.2/1.1.3 (damit der Cookie hoffentlich wieder tut vorläufig)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Alexa2 v1.1.2/1.1.3 (damit der Cookie hoffentlich wieder tut vorläufig)

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Balu0127 last edited by

      Guten Morgen

      Hab seit gestern das Problem das ich nicht mehr den Alexa 2 Adapter zum laufen bekomme.
      Hier der Log.

      3040354b-1f50-4ab5-a41a-ab2d6a23ba9c-image.png

      Auch ist mir aufgefallen das ich kein Login mehr hab wo man seine Nutzerdaten eintragen kann.
      Ist das so gewollt?

      1adc1995-d971-47f6-895a-83af12b7680c-image.png

      Danke schon mal für die Antworten?

      1 Reply Last reply Reply Quote 0
      • pfried
        pfried last edited by

        Habe leider genau das selbe Problem!

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @pfried last edited by

          @pfried sagte in Alexa2 v1.1.2/1.1.3 (damit der Cookie hoffentlich wieder tut vorläufig):

          Habe leider genau das selbe Problem!

          Das ist tragisch.

          1 Reply Last reply Reply Quote 0
          • pfried
            pfried last edited by

            @Thomas-Braun Fein das Du das tragisch findest ...

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @pfried last edited by

              @pfried Mehr kann man dazu halt ohne log-Datei und nähere Informationen zu deinem System nicht sagen.

              1 Reply Last reply Reply Quote 0
              • pfried
                pfried last edited by pfried

                @Thomas-Braun Ich habe die selben Fehlermeldungen wie @Balu0127 Kann es sein, dass der ALexa Adapter nicht mit Node.js v14.2.0 kompatibel ist? Im IOBroker steht empfohlene Version v12.16.3

                c1a33231-5abe-49ff-9279-0c9c5bc9d38f-grafik.png

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @pfried last edited by

                  @pfried Ja, mit node14 klemmt der Adapter noch.
                  Huschhusch, zurück auf 12.

                  1 Reply Last reply Reply Quote 0
                  • pfried
                    pfried last edited by

                    @Thomas-Braun Bitte um Hilfe wie man das macht ohne was zu zerstören. Danke!

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @pfried last edited by Thomas Braun

                      @pfried Wie hast du denn node14 installiert (und warum, wenn 12 empfohlen ist und man nicht weiß wie man zurückkommt)? Ist das da ein Linux / Debian bei dir?

                      lsb_release 
                      apt policy nodejs
                      which nodejs && which node && which npm
                      
                      1 Reply Last reply Reply Quote 0
                      • pfried
                        pfried last edited by Negalein

                        @Thomas-Braun

                        Installiert mit:

                        curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
                        sudo apt-get install -y nodejs
                        
                        pi@Raspberrypi-office:~ $ sudo apt policy nodejs
                        nodejs:
                          Installiert:           12.16.3-1nodesource1
                          Installationskandidat: 12.16.3-1nodesource1
                          Versionstabelle:
                         *** 12.16.3-1nodesource1 500
                                500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                100 /var/lib/dpkg/status
                             10.19.0~dfsg1-1+rpi1 500
                                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                        
                        
                        /usr/bin/nodejs
                        /usr/local/bin/node
                        /usr/local/bin/npm
                        
                        pi@Raspberrypi-office:~ $ node -v
                        v14.2.0
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @pfried last edited by Thomas Braun

                          @pfried Also versucht 14 zu installieren und dann auch noch irgendwas falsch gemacht...

                          sudo rm /usr/local/bin/node
                          sudo rm /usr/local/bin/npm
                          cat /etc/apt/sources.list.d/nodesource.list
                          

                          Kannst du bitte den Konsolenoutput in </> code tags setzen? Danke.

                          1 Reply Last reply Reply Quote 0
                          • pfried
                            pfried last edited by

                            sudo rm /usr/local/bin/node
                            pi@Raspberrypi-office:~ $ sudo rm /usr/local/bin/npm
                            pi@Raspberrypi-office:~ $ cat /etc/apt/sources.list.d/nodesource.list
                            deb https://deb.nodesource.com/node_12.x buster main
                            deb-src https://deb.nodesource.com/node_12.x buster main
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @pfried last edited by

                              @pfried

                              sudo apt update
                              sudo apt dist-upgrade
                              sudo apt install nodejs --reinstall
                              
                              1 Reply Last reply Reply Quote 0
                              • pfried
                                pfried last edited by

                                @Thomas-Braun Danke für die Hilfe!

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @pfried last edited by

                                  @pfried
                                  Gegentest:

                                  nodejs -v && node -v && npm -v
                                  which nodejs && which node && which npm
                                  

                                  Und lass die Finger von node14, solange die nicht empfohlen wird (und du nicht weißt wie du zurückkommst).

                                  1 Reply Last reply Reply Quote 0
                                  • pfried
                                    pfried last edited by

                                    @Thomas-Braun

                                    v12.16.3
                                    v12.16.3
                                    6.14.4
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    
                                    

                                    Danke! 😊

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @pfried last edited by

                                      @pfried Ja, jetzt ist wieder schön und die Alexa sollte auch wieder nett sein.

                                      pfried 1 Reply Last reply Reply Quote 0
                                      • pfried
                                        pfried @Thomas Braun last edited by

                                        @Thomas-Braun Ist sie auch! Nicht immer so streng mit den Dummies sein 😊

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @pfried last edited by Thomas Braun

                                          @pfried sagte in Alexa2 v1.1.2/1.1.3 (damit der Cookie hoffentlich wieder tut vorläufig):

                                          @Thomas-Braun Nicht immer so streng mit den Dummies sein 😊

                                          Bin ich das?
                                          Übrigens hattest du nicht das gleiche Problem wie @Balu0127 , der ist/war nämlich auf einem Windows unterwegs.

                                          pfried 1 Reply Last reply Reply Quote 0
                                          • pfried
                                            pfried @Thomas Braun last edited by

                                            @Thomas-Braun Es ist noch kein Meister vom Himmel gefallen und alle fangen klein (mit Linux) an, da kann dann schon mal was schief gehen ... Nochmals Danke für die prompte Hilfe!

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            600
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            29
                                            113
                                            14728
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo