Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Javascript Adapter rot

    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

    Javascript Adapter rot

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Ludozine @Homoran last edited by

      @homoran
      ich habe mein System heute neu aufgesetzt

      AlCalzone 1 Reply Last reply Reply Quote 0
      • L
        Ludozine @arteck last edited by

        @arteck
        dort steht 3.3.22, falls npm auch wichtig ist 6.14.15
        sonder Instanz war Autokorrektur 😉

        1 Reply Last reply Reply Quote 0
        • AlCalzone
          AlCalzone Developer @Ludozine last edited by

          @ludozine sagte in Javascript Adapter rot:

          ich habe mein System heute neu aufgesetzt

          cd /opt/iobroker
          npm ls colors
          

          sollte eine Ausgabe analog zu dieser geben:

          iobroker.inst@3.0.0 /opt/iobroker
          ├─┬ iobroker.javascript@5.2.13
          │ └─┬ virtual-tsc@0.6.1
          │   └── colors@1.4.0
          └─┬ iobroker.js-controller@3.3.18
            ├─┬ prompt@1.2.0
            │ ├── colors@1.4.0  deduped
            │ └─┬ winston@2.4.5
            │   └── colors@1.0.3
            └─┬ winston@3.3.3
              └─┬ logform@2.2.0
                └── colors@1.4.0  deduped
          

          Wenn da bei einem der colors eine Version > 1.4.0 steht, dann bist du auch betroffen.

          L 1 Reply Last reply Reply Quote 0
          • L
            Ludozine @AlCalzone last edited by

            @alcalzone
            Hi,
            Gibt es einen fix um das zu reparieren bzw. Könnte ich mein system auch neu aufsetzen, wenn es sein muss. Das ich bisher noch nicht viel installiert habe

            AlCalzone Homoran 2 Replies Last reply Reply Quote 0
            • AlCalzone
              AlCalzone Developer @Ludozine last edited by

              @ludozine Siehe angepinntes Thema 🙂
              https://forum.iobroker.net/topic/51250/mögliche-probleme-durch-defekte-bibliothek

              1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Ludozine last edited by

                @ludozine sagte in Javascript Adapter rot:

                Gibt es einen fix um das zu reparieren

                Gibt es denn bei dir Grund etwas zu fixen?
                was kommt denn bei der Abfrage raus?

                L 1 Reply Last reply Reply Quote 0
                • L
                  Ludozine @Homoran last edited by

                  @homoran
                  Hi,
                  ich war scheinbar betroffen, ich hatte den beschrieben Wert.
                  Der Fix hat bei mir aus irgendeinem Grund nicht funktioniert.
                  Ich habe jetzt alles neu aufgesetzt und jetzt läuft es.

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

                    Das angepinnte Thema ist leider nicht mehr verfügbar bzw. ich sehe nur ein access denied wenn ich den Link anklicke. Ist das Problem behoben und die Seite entfernt worden?

                    Bei mir ist der Javascript-Adapter leider auch rot:

                    05232e96-a2ba-4590-839c-cbaa15f93bf6-image.png

                    Kann das ein Problem sein?

                    4de9aae2-6370-4e37-9caa-0c2c0598ffd5-image.png

                    Merci!

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

                      @chrisprefect

                      Schau nach:

                      cd /opt/iobroker
                      npm ls colors
                      

                      Wenn für colors Versionsnummern > 1.4.0 gemeldet werden bist du dabei.
                      Tip am Rande: Bring deine node-Installation auf Stand.

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

                        @thomas-braun Anscheinend passt das nicht?

                        iobroker.inst@2.0.2 /opt/iobroker
                        ├── colors@1.3.3
                        ├─┬ iobroker@2.0.2
                        │ └── colors@1.3.3  deduped
                        ├─┬ iobroker.js-controller@3.3.22
                        │ ├─┬ prompt@1.2.1
                        │ │ ├── colors@1.4.0
                        │ │ └─┬ winston@2.4.5
                        │ │   └── colors@1.0.3
                        │ └─┬ winston@3.4.0
                        │   └─┬ logform@2.3.2
                        │     └── colors@1.4.0
                        ├─┬ iobroker.node-red@2.4.1
                        │ └─┬ node-red@1.3.7
                        │   └─┬ node-red-admin@0.2.7
                        │     └─┬ cli-table@0.3.6
                        │       └── colors@1.0.3
                        └─┬ iobroker.telegram@1.10.0
                          └─┬ socksv5@0.0.6
                            └─┬ ipv6@3.1.1
                              └─┬ cliff@0.1.10
                                ├── colors@1.0.3
                                └─┬ winston@0.8.3
                                  └── colors@0.6.2
                        
                        

                        Wie muss ich colors updaten?

                        Node soll also auch aktualisiert werden? Ich wurde hier schon mehrfach angemotzt, weil ich irgendwas upgedatet hatte und etwas nachher nicht mehr ging... 😳

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

                          @chrisprefect sagte in Javascript Adapter rot:

                          Wie muss ich colors updaten?

                          Gar nicht. Oder wo siehst du da Versionen > 1.4.0?

                          Und node würde ich auf die empfohlene Version bringen. Halt derzeitig aus dem 14er-Zweig. Wie es auch im Info-Adapter steht.

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

                            @thomas-braun "bist du dabei" heisst für mich, dass alles OK ist. Bei mir ist alles unter 1.4, also bin ich nicht dabei und muss updaten?

                            Also ist Node 12 nun das Problem, dass Javascript.0 nicht mehr läuft? Was muss ich da machen?

                            Ich habe keine Anleitung gefunden wie ich auf Node 14 update.

                            Die hier funktioniert nicht für 14:
                            https://forum.iobroker.net/topic/22867/how-to-node-js-für-iobroker-richtig-updaten/3

                            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @ChrisPrefect last edited by

                              @chrisprefect

                              Keine Ahnung warum bei dir der Adapter nicht läuft, wie man auf node14 kommt steht in meiner Signatur drin.

                              1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @ChrisPrefect last edited by

                                @chrisprefect sagte in Javascript Adapter rot:

                                "bist du dabei" heisst für mich, dass alles OK ist.

                                wenn die Frage heisst ob du betroffen bist, eher nicht

                                ChrisPrefect 1 Reply Last reply Reply Quote 0
                                • ChrisPrefect
                                  ChrisPrefect @Homoran last edited by

                                  @homoran OK ich habe es geschafft Node upzudaten.

                                  /usr/bin/nodejs
                                  /usr/bin/node
                                  /usr/bin/npm
                                  v14.18.3
                                  v14.18.3
                                  6.14.15
                                  

                                  Aber der Javascript-Adapter läuft noch immer nicht. Das ist seit dem ich ioBroker upgedatet hatte. Was muss ich tun?

                                  Merci!

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

                                    @chrisprefect sagte in Javascript Adapter rot:

                                    Was muss ich tun?

                                    Meldungen aus dem LogFile beibringen. In einem eigenen Thread.

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

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    789
                                    Online

                                    31.8k
                                    Users

                                    80.0k
                                    Topics

                                    1.3m
                                    Posts

                                    6
                                    21
                                    835
                                    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