Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Alexa2.0 login nicht möglich

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Alexa2.0 login nicht möglich

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

      @Thomas-Braun

      Soll ich das jetzt im Terminal eingeben?
      oder ist das dass was bei dir rauskommt wenn du iobroker Version eingibst?

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

        @smarty15
        Das so in deine Konsole kopieren.

        1 Reply Last reply Reply Quote 0
        • S
          smarty15 last edited by

          @Thomas-Braun

          ok dann erscheint das hier

          pi@raspberrypi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
          /usr/bin/nodejs
          v12.18.2
          /usr/local/bin/node
          v12.18.2
          /usr/local/bin/npm
          6.14.5
          nodejs:
            Installiert:           12.18.2-1nodesource1
            Installationskandidat: 12.18.2-1nodesource1
            Versionstabelle:
           *** 12.18.2-1nodesource1 100
                  100 /var/lib/dpkg/status
               10.21.0-1nodesource1 500
                  500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
               10.21.0~dfsg-1~deb10u1+rpi1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          pi@raspberrypi:~ $ 
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @smarty15 last edited by

            @smarty15 Node nicht richtig installiert.

            Schau dich hier mal um:
            https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/3

            1 Reply Last reply Reply Quote 0
            • S
              smarty15 last edited by

              @Thomas-Braun

              Ich bin mir das eben am ansehen und bin da noch nicht ganz sicher ob ich das richtig verstehe

              in dem Kommando das ich da gesehen habe:

              sudo rm /pfad/zu/der/falschen/datei
              

              Das muss ich wohl mit dem Pfad der bei mir ausgespuckt wird ersetzen?
              Oder verstehe ich das falsch?

              Also mit dem hier

              /usr/bin/nodejs
              v12.18.2
              /usr/local/bin/node
              v12.18.2
              /usr/local/bin/npm
              6.14.5
              nodejs:
                Installiert:           12.18.2-1nodesource1
                Installationskandidat: 12.18.2-1nodesource1
                Versionstabelle:
               *** 12.18.2-1nodesource1 100
                      100 /var/lib/dpkg/status
                   10.21.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                   10.21.0~dfsg-1~deb10u1+rpi1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              

              Das der Code dann so aussieht

              sudo rm /usr/bin/nodejs
              

              Oder hab ich das ganz falsch verstanden?

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

                @smarty15 sagte in Alexa2.0 login nicht möglich:

                /usr/local/bin/

                Das ist der falsche Pfad. Also die Versionen von node und npm die dort liegen löschen.

                sudo rm /usr/local/bin/node
                sudo rm /usr/local/bin/npm
                
                1 Reply Last reply Reply Quote 0
                • S
                  smarty15 last edited by

                  @Thomas-Braun

                  Ok das habe ich jetzt so gemacht

                  Hab ich jetzt zu schnell schon mit dem weiteren Befehl weitergefahren?

                  pi@raspberrypi:~ $ sudo rm /usr/local/bin/node
                  pi@raspberrypi:~ $ sudo rm /usr/local/bin/npm
                  pi@raspberrypi:~ $ sudo apt install nodejs --reinstall
                  Paketlisten werden gelesen... Fertig
                  Abhängigkeitsbaum wird aufgebaut.       
                  Statusinformationen werden eingelesen.... Fertig
                  Erneute Installation von nodejs ist nicht möglich,
                  es kann nicht heruntergeladen werden.
                  Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                    rpi-eeprom-images
                  Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                  0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @smarty15 last edited by Thomas Braun

                    @smarty15 sagte in Alexa2.0 login nicht möglich:

                    Erneute Installation von nodejs ist nicht möglich, es kann nicht heruntergeladen werden.

                    Bist du im Netz mit der Kiste?

                    sudo apt update
                    sudo apt install nodejs --reinstall
                    
                    1 Reply Last reply Reply Quote 0
                    • S
                      smarty15 last edited by

                      Wie meinst du das jetzt?

                      Der iobroker ist im Netz ja und der läuft
                      hätte ich den vorher stoppen sollen?

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

                        @smarty15
                        Ja, den ioBroker könnte man vorher auch stoppen.

                        iobroker stop
                        sudo apt update
                        sudo apt install nodejs --reinstall
                        
                        1 Reply Last reply Reply Quote 0
                        • S
                          smarty15 last edited by

                          @Thomas-Braun

                          Ok
                          aber irgendwie denke ich das es nicht geklappt hat

                          pi@raspberrypi:~ $ iobroker stop
                          pi@raspberrypi:~ $ sudo apt update
                          OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                          OK:2 http://archive.raspberrypi.org/debian buster InRelease                   
                          OK:3 https://deb.nodesource.com/node_10.x buster InRelease                    
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.       
                          Statusinformationen werden eingelesen.... Fertig
                          Alle Pakete sind aktuell.
                          pi@raspberrypi:~ $ sudo apt install nodejs --reinstall
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.       
                          Statusinformationen werden eingelesen.... Fertig
                          Erneute Installation von nodejs ist nicht möglich,
                          es kann nicht heruntergeladen werden.
                          Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
                            rpi-eeprom-images
                          Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
                          0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                          pi@raspberrypi:~ $ 
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @smarty15 last edited by

                            @smarty15 sagte in Alexa2.0 login nicht möglich:

                            Erneute Installation von nodejs ist nicht möglich, es kann nicht heruntergeladen werden.

                            apt policy nodejs
                            
                            1 Reply Last reply Reply Quote 0
                            • S
                              smarty15 last edited by

                              @Thomas-Braun

                              pi@raspberrypi:~ $ apt policy nodejs
                              nodejs:
                                Installiert:           12.18.2-1nodesource1
                                Installationskandidat: 12.18.2-1nodesource1
                                Versionstabelle:
                               *** 12.18.2-1nodesource1 100
                                      100 /var/lib/dpkg/status
                                   10.21.0-1nodesource1 500
                                      500 https://deb.nodesource.com/node_10.x buster/main armhf Packages
                                   10.21.0~dfsg-1~deb10u1+rpi1 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                              pi@raspberrypi:~ $ 
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @smarty15 last edited by Thomas Braun

                                @smarty15 Jaaaaaaaaaa, da hast du das falsche Repo drin.
                                https://deb.nodesource.com/node_10.x
                                muss
                                https://deb.nodesource.com/node_12.x
                                heißen.
                                Pass deine nodesources.list an. Steht auch in der Anleitung drin, wie das geht.
                                node12 hast du irgendwie von Hand in das System gewürgt. Da kommen auch die falschen Pfade dann her.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  smarty15 last edited by

                                  @Thomas-Braun
                                  Ok
                                  Ich schätze deine Geduld sehr die du bist jetzt mit mir hattest

                                  wäre das dann dieser Punkt beziehungsweise Befehl den ich ausführen muss?
                                  Ich möchte nicht noch mehr Mist machen daher bin ich etwas vorsichtig

                                  sudo apt install nodejs=12.18.2-1nodesource1
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @smarty15 last edited by

                                    @smarty15
                                    Nein, du musst mit dem Editor

                                    sudo nano /etc/apt/sources.list.d/nodesource.list
                                    

                                    den Eintrag von 10 auf 12 ändern.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      smarty15 last edited by

                                      @Thomas-Braun

                                      Bin mir nicht sicher ob das geklappt hat

                                      Da steht immer noch eine 10.21.0 drin ist das normal

                                      pi@raspberrypi:~ $ apt policy nodejs
                                      nodejs:
                                        Installiert:           12.18.2-1nodesource1
                                        Installationskandidat: 12.18.2-1nodesource1
                                        Versionstabelle:
                                       *** 12.18.2-1nodesource1 100
                                              100 /var/lib/dpkg/status
                                           10.21.0~dfsg-1~deb10u1+rpi1 500
                                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                      pi@raspberrypi:~ $ 
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @smarty15 last edited by

                                        @smarty15 Noch nicht ganz, scheint mir.

                                        sudo apt update 
                                        apt policy nodejs
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          smarty15 last edited by

                                          @Thomas-Braun

                                          Sieht irgendwie immer noch gleich aus

                                          pi@raspberrypi:~ $ sudo apt update 
                                          OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                          OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                
                                          Holen:3 https://deb.nodesource.com/node_12.x buster InRelease [4.584 B]       
                                          Holen:4 https://deb.nodesource.com/node_12.x buster/main armhf Packages [775 B]
                                          Es wurden 5.359 B in 2 s geholt (2.544 B/s).
                                          Paketlisten werden gelesen... Fertig
                                          Abhängigkeitsbaum wird aufgebaut.       
                                          Statusinformationen werden eingelesen.... Fertig
                                          Alle Pakete sind aktuell.
                                          pi@raspberrypi:~ $ apt policy nodejs
                                          nodejs:
                                            Installiert:           12.18.2-1nodesource1
                                            Installationskandidat: 12.18.2-1nodesource1
                                            Versionstabelle:
                                           *** 12.18.2-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               10.21.0~dfsg-1~deb10u1+rpi1 500
                                                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @smarty15 last edited by

                                            @smarty15
                                            Passt. Wo sind wir denn jetzt?

                                            sudo apt install nodejs --reinstall
                                            

                                            schon gemacht?

                                            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

                                            794
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            alexa alexa 2 adapter alexa2 adapter login
                                            15
                                            90
                                            6032
                                            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