Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. ioBroker startet nicht

    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

    SOLVED ioBroker startet nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • haselchen
      haselchen Most Active @Nier last edited by

      @Nier

      Ist doch alles tutti.

      iobroker restart

      Oder

      iobroker start admin.0 oder ohne .0 probieren

      N 1 Reply Last reply Reply Quote 0
      • N
        Nier @haselchen last edited by

        @haselchen said in ioBroker startet nicht:

        iobroker restart

        alles drei eingegeben und es kommt immer noch:

        This adapter cannot be installed directly from github.
        You must install it from npm.
        Write for that "npm install iobroker.admin" in according directory.

        😞

        haselchen 1 Reply Last reply Reply Quote 0
        • haselchen
          haselchen Most Active @Nier last edited by

          @Nier

          Was passiert denn wenn du diesen Befehl in
          opt/iobroker eingibst?

          N 1 Reply Last reply Reply Quote 0
          • N
            Nier @haselchen last edited by Negalein

            @haselchen dauert wein wenig und dann nichts

            root@NiermannSmartHome:/opt/iobroker# iobroker restart
            root@NiermannSmartHome:/opt/iobroker#
            root@NiermannSmartHome:/opt/iobroker# iobroker start admin.0
            root@NiermannSmartHome:/opt/iobroker# iobroker start admin
            

            Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
            Hier gehts zur Hilfe.

            haselchen 1 Reply Last reply Reply Quote 0
            • haselchen
              haselchen Most Active @Nier last edited by

              @Nier

              Ich meinte wenn du den Befehl dort eingibst:

              npm install iobroker.admin - update

              N 1 Reply Last reply Reply Quote 0
              • N
                Nier @haselchen last edited by Negalein

                @haselchen oh sry

                root@NiermannSmartHome:/opt/iobroker# npm install iobroker.admin - update
                npm ERR! code E404
                npm ERR! 404 Not Found - GET https://registry.npmjs.org/- - Not found
                npm ERR! 404
                npm ERR! 404  '-@latest' is not in the npm registry.
                npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
                npm ERR! 404
                npm ERR! 404 Note that you can also install from a
                npm ERR! 404 tarball, folder, http url, or git url.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2020-03-05T13_32_10_443Z-debug.log
                root@NiermannSmartHome:/opt/iobroker#
                

                Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                Hier gehts zur Hilfe.

                haselchen 1 Reply Last reply Reply Quote 0
                • haselchen
                  haselchen Most Active @Nier last edited by

                  @Nier
                  Liegt vermutlich an deinem Verwahrungsort .

                  npm install iobroker.admin@3.7.8

                  N 1 Reply Last reply Reply Quote 0
                  • N
                    Nier @haselchen last edited by Negalein

                    @haselchen said in ioBroker startet nicht:

                    npm install iobroker.admin@3.7.8

                    Wieso was könnte da falsch sein?

                    Leider funktionierte das auch nicht. Folgendes kommt:

                    root@NiermannSmartHome:/opt/iobroker# npm install iobroker.admin@3.7.8
                    npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                    npm WARN winston-daily-rotate-file@4.4.2 requires a peer of winston@^3 but none is installed. You must install peer dependencies yourself.
                    npm WARN winston-syslog@2.4.0 requires a peer of winston@^3.0.0 but none is installed. You must install peer dependencies yourself.
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                    
                    + iobroker.admin@3.7.8
                    removed 23 packages and updated 1 package in 31.927s
                    
                    7 packages are looking for funding
                      run `npm fund` for details
                    
                    root@NiermannSmartHome:/opt/iobroker#
                    


                    Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                    Hier gehts zur Hilfe.

                    haselchen 1 Reply Last reply Reply Quote 0
                    • haselchen
                      haselchen Most Active @Nier last edited by

                      @Nier

                      Das sind alles nur Warnungen.
                      Kommst du denn jetzt auf die Oberfläche?

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

                        @Nier sagte in ioBroker startet nicht:

                        iobroker.js-controller@2.2.9
                        updated 1 package
                        [...]
                        iobroker.admin@3.7.8
                        removed 23 packages and updated 1 package

                        Geht doch!

                        Und hierzu:

                        This adapter cannot be installed directly from github.
                        You must install it from npm.
                        Write for that "npm install iobroker.admin" in according directory.

                        Du hast den Admin zuvor über Github installiert.
                        Les dir bitte https://www.iobroker.net/#de/documentation/tutorial/adapter.md?dieinstallationvongithub und mach es dann nie wieder. Außer du wirst explizit dazu aufgefordert.

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          Nier @AlCalzone last edited by

                          @AlCalzone Kann man das noch irgendwie fixieren? Denn mit npm install iobroker.admin geht es ja leider auch nicht....

                          werde es auf jeden fall nie wieder tun 😞

                          haselchen AlCalzone 2 Replies Last reply Reply Quote 0
                          • haselchen
                            haselchen Most Active @Nier last edited by

                            @Nier

                            Was geht denn nicht ?

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

                              @Nier

                              cd /opt/iobroker
                              iobroker upload admin
                              iobroker start admin.0
                              
                              1 Reply Last reply Reply Quote 0
                              • N
                                Nier @haselchen last edited by

                                @haselchen Wenn ich den iobroker öffne kommt nur:

                                This adapter cannot be installed directly from github.
                                You must install it from npm.
                                Write for that "npm install iobroker.admin" in according directory.

                                ich komm leider gar nicht auf die oberfläche und kann halt nichts machen

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

                                  @Nier Das sind Befehle für die Konsole!

                                  N 1 Reply Last reply Reply Quote 0
                                  • N
                                    Nier @AlCalzone last edited by

                                    @AlCalzone DANKE!!! Es hat geklappt. Ich kann dir grade gar nicht genug danken. Auch an @haselchen !

                                    haselchen 1 Reply Last reply Reply Quote 1
                                    • haselchen
                                      haselchen Most Active @Nier last edited by

                                      @Nier

                                      Das Kind ist geboren . Halleluja 😎

                                      In der Oberfläche im Admin den Verwahrungsort auf Latest stellen und auf der Oberfläche den Admin auf 4.0.5 updaten.

                                      N 1 Reply Last reply Reply Quote 0
                                      • N
                                        Nier @haselchen last edited by

                                        @haselchen alles klar danke 🙂

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

                                          @Nier sagte in ioBroker startet nicht:

                                          Leider gehts immer noch nicht
                                          Spoiler

                                          wo ist das Problem?

                                          WARN: skipping OPTIONAL dependencies

                                          Also kein Fehler nur eine Warnung - ist ok!

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

                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          406
                                          Online

                                          31.8k
                                          Users

                                          80.0k
                                          Topics

                                          1.3m
                                          Posts

                                          funktioniertnicht
                                          4
                                          50
                                          3708
                                          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