Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Fehler beim Update?

    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

    Fehler beim Update?

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

      mit Controller 0.5.11 ?

      Bei mir gehts nicht. Ich hab den Eindruck, nach dem Update geht es nicht mehr - kann mich aber teuschen.

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

        @bku:

        mit Controller 0.5.11 ?

        Bei mir gehts nicht. Ich hab den Eindruck, nach dem Update geht es nicht mehr - kann mich aber teuschen. `

        Auf der Maschine, die bereits Controller "js-controller" : 0.5.11 , installed 0.5.11 hat kommt:

        root@ioBroker:~# iobroker update
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.telnet/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.onkyo/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.pushover/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.rickshaw/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.sonos/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.yr/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.zwave/master/io-package.json. Error: Error: ETIMEDOUT
        Cannot get version of "virtual".
        Cannot get version of "geofency".
        update done
        Adapter    "zwave"         : 0.1.0
        Adapter    "yr"            : 0.1.0
        Adapter    "web"           : 0.2.4
        Adapter    "vis"           : 0.2.6
        Adapter    "virtual"
        Adapter    "sonos"         : 0.1.5    , installed 0.1.5
        Adapter    "rickshaw"      : 0.1.5
        Adapter    "pushover"      : 0.1.0
        Adapter    "onkyo"         : 0.0.4
        Adapter    "telnet"        : 0.0.0
        Adapter    "socketio"      : 0.2.2
        Adapter    "simple-api"    : 0.0.3
        Adapter    "sayit"         : 0.0.1
        Adapter    "ping"          : 0.1.3
        Adapter    "node-red"      : 0.1.5
        Adapter    "mqtt"          : 0.1.5
        Adapter    "mobile"        : 0.0.2
        Adapter    "legacy"        : 0.1.12
        Adapter    "knx"           : 0.0.1
        Controller "js-controller" : 0.5.11   , installed 0.5.11
        Adapter    "javascript"    : 0.2.1
        Adapter    "ical"          : 0.0.2
        Adapter    "hue"           : 0.1.4
        Adapter    "hm-rpc"        : 0.3.5
        Adapter    "hm-rega"       : 0.1.17
        Adapter    "history"       : 0.1.3    , installed 0.1.3
        Adapter    "highcharts"    : 0.0.0
        Adapter    "graphite"      : 0.1.0
        Adapter    "geofency"
        Adapter    "example"       : 0.1.1    , installed 0.1.1
        Adapter    "email"         : 0.1.0
        Adapter    "dwd"           : 0.1.6
        Adapter    "cul"           : 0.0.2
        Adapter    "b-control-em"  : 0.1.1
        Adapter    "artnet"        : 0.0.3
        Adapter    "admin"         : 0.3.18   , installed 0.3.18
        root@ioBroker:~#
        
        
        1 Reply Last reply Reply Quote 0
        • B
          bku last edited by

          genau - habs eben auf meinem Win-10 probiert mit controller 0.5.9, da funktioniert es. Muß also am 0.5.11 liegen …..

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

            @bku:

            genau - habs eben auf meinem Win-10 probiert mit controller 0.5.9, da funktioniert es. Muß also am 0.5.11 liegen ….. `
            iobroker/node_modules/iobroker.js-controller/lib/tools.js. Zeile 106 ändern von :

                        request({url: urlOrPath, timeout: 1000}, function (error, response, body) {
            
            

            auf

                        request({url: urlOrPath, timeout: 5000}, function (error, response, body) {
            
            

            In der nächsten Version wird es besser. Vielleicht Antwortzeit von npm ist schlechter geworden.

            1 Reply Last reply Reply Quote 0
            • R
              raven last edited by

              Hey,

              habe heute mal versucht meine ccu.io Installation durch iobroker auf dem raspberry1B auszutauschen, dabei einige Schwierigkeiten:

              es kamen Fehler a là

              Cannot download json from https://raw.githubusercontent.com/ioBro … ckage.json. Error: Error: ETIMEDOUT

              die wohl mit den momentanen Timingproblemen zusammenhängen. (Berichte über DDoS auf Github). Nach dem im Post zuletzt vorgeschlagenen erhöhen des Timeoutwertes von 5000 auf 10000 waren diese Fehler zwar weg, aber beim Versuche, den HM-rega Adapter zu installieren (alle anderen auch):

              $ ./iobroker add hm-rega

              npm install iobroker.hm-rega --production --prefix "/opt/iobroker"

              ERROR:

              ERROR: path.js:313

              ERROR: throw new TypeError('Arguments to path.resolve must be strings'); ^

              ERROR: TypeError: Arguments to path.resolve must be strings at Object.exports.resolve (path.js:313:15)

              at resolver (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/lib/install.js:797:24)

              at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/slide/lib/async-map.js:52:35

              at Array.forEach (native)

              at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/slide/lib/async-map.js:52:11

              at Array.forEach (native)

              at asyncMap (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/slide/lib/async-map.js:51:8)

              at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/lib/install.js:655:5

              at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/lib/install.js:281:21

              at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/npm/node_modules/read-package-json/read-json.js:51:40

              => Nach einiger probierei & googelei gibt es wohl Probleme mit der Stringkonvertierung von Nullwerten (andere githubprojekte), aber da wollte ich jetzt auch nichtmehr weiter machen 😉

              Die Installation ist mit rootrechten frisch gemacht, habe ich da was übersehen?

              MfG

              raven

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

                Es scheint im Moment Probleme bei Neuinstallationen zu geben.

                Bluefox ist im wohlverdienten Urlaub.

                Und so richtig scheint das Problem nicht einzukreisen sein.

                Gesendet von meinem Cynus T7 mit Tapatalk

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

                  Ich bin da noch dran.

                  Ich hoffe ich schaffe es heute abend eine neue Version zu erstellen. Habe das für den controler noch nie gemacht :oops: Aber man lernt ja nie aus 😛

                  1 Reply Last reply Reply Quote 0
                  • D
                    DerMaxx last edited by

                    Hallo,

                    Habe das Problem auch gibt es schon Neuigkeiten. Braucht ihr noch Infos?

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

                      Da wird es nichts vor ende nächster woche geben. Sorry !

                      1 Reply Last reply Reply Quote 0
                      • D
                        DerMaxx last edited by

                        ich habe aktuell einen workarround,

                        adapter via console installiert und dann die Instanzen über das hui hinzugefügt.

                        sprich für vis zuerst web Adapter und dann vis

                        bei den hm Adaptern erst beide rcp für wired und funk und dann hm-rega.

                        das hat funktioniert.

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        821
                        Online

                        31.8k
                        Users

                        80.0k
                        Topics

                        1.3m
                        Posts

                        7
                        13
                        4138
                        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