Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Iot error read ECONNRESET !!!

    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 Iot error read ECONNRESET !!!

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Megawaldi @marcuskl last edited by

      @marcuskl
      Da fehlt ein Komma nach den 5000

      1 Reply Last reply Reply Quote 0
      • apollon77
        apollon77 @marcuskl last edited by

        @marcuskl exakt ... zeile davor ein komma ans ende

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

          Anscheinend hat "Keepalive", das Problem behoben.
          Bis jetzt gab es kein Verbindungsabbruch mehr, nur heute morgen hat der Iot Adapter sich neu gestartet und hat ein Error ausgespuckt:

          2019-09-11 03:12:35.240  - error: iot.0 uncaught exception: Cannot read property 'message' of undefined
          2019-09-11 03:12:35.241  - error: iot.0 TypeError: Cannot read property 'message' of undefined
          2019-09-11 03:12:35.279  - error: Caught by controller[0]: TypeError: Cannot read property 'message' of undefined
          2019-09-11 03:12:35.280  - error: Caught by controller[0]:     at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1713:102)
          2019-09-11 03:12:35.280  - error: Caught by controller[0]:     at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
          2019-09-11 03:12:35.280  - error: Caught by controller[0]:     at Request.emit (events.js:198:13)
          2019-09-11 03:12:35.280  - error: Caught by controller[0]:     at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
          2019-09-11 03:12:35.280  - error: Caught by controller[0]:     at Request.emit (events.js:198:13)
          2019-09-11 03:12:35.280  - error: Caught by controller[0]:     at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
          2019-09-11 03:12:35.281  - error: Caught by controller[0]:     at Object.onceWrapper (events.js:286:20)
          2019-09-11 03:12:35.281  - error: Caught by controller[0]:     at IncomingMessage.emit (events.js:203:15)
          2019-09-11 03:12:35.281  - error: Caught by controller[0]:     at endReadableNT (_stream_readable.js:1145:12)
          2019-09-11 03:12:35.281  - error: Caught by controller[0]:     at process._tickCallback (internal/process/next_tick.js:63:19)
          2019-09-11 03:12:35.281  - error: host.iobroker instance system.adapter.iot.0 terminated with code 0 (OK)
          2019-09-11 03:12:35.281  - info: host.iobroker Restart adapter system.adapter.iot.0 because enabled
          2019-09-11 03:13:05.297  - info: host.iobroker instance system.adapter.iot.0 started with pid 28192
          2019-09-11 03:13:06.646  - info: iot.0 starting. Version 1.0.8 in /opt/iobroker/node_modules/iobroker.iot, node: v10.16.3
          2019-09-11 03:13:06.681  - info: iot.0 Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
          2019-09-11 03:13:07.229  - info: iot.0 shelly.0.SHSW-1#12C27E#1.Relay0.Switch is auto added with type  light.
          2019-09-11 03:13:07.236  - info: iot.0 shelly.0.SHSW-1#94147C#1.Relay0.Switch is auto added with type  light.
          2019-09-11 03:13:07.241  - info: iot.0 sonoff.0.Nachtlicht Benchy.POWER is auto added with type  light.
          2019-09-11 03:13:07.246  - info: iot.0 sonoff.0.Nachtlicht Liah.POWER is auto added with type  light.
          2019-09-11 03:13:07.250  - info: iot.0 sonoff.0.Nachtlicht Marcus.POWER is auto added with type  light.
          2019-09-11 03:13:07.255  - info: iot.0 sonoff.0.Stehlampe.POWER is auto added with type  light.
          2019-09-11 03:13:07.259  - info: iot.0 shelly.0.SHSW-1#943F39#1.Relay0.Switch is auto added with type  light.
          2019-09-11 03:13:07.288  - info: iot.0 shelly.0.SHRGBW2#5A38A7#1.color is auto added with type  rgb.
          2019-09-11 03:13:07.294  - info: iot.0 sonoff.0.Schreibtischlampe.POWER is auto added with type  light.
          2019-09-11 03:13:07.298  - info: iot.0 sonoff.0.Küchenlicht.POWER is auto added with type  light.
          2019-09-11 03:13:07.303  - info: iot.0 sonoff.0.TV Steckdose.POWER is auto added with type  socket.
          2019-09-11 03:13:07.310  - info: iot.0 tuya.0.17014830b4e62d5a02cc.1 is auto added with type  socket.
          2019-09-11 03:13:07.313  - info: iot.0 javascript.0.scriptEnabled.Steckdosen.Schreibtischsteckdosen_Automatik is auto added with type  socket.
          2019-09-11 03:13:07.322  - info: iot.0 Cannot auto convert chromecast.0.Küche.status.volume. Type volume is not available, yet. If you need the state please add him manually
          2019-09-11 03:13:07.326  - info: iot.0 Cannot auto convert chromecast.0.Schlafzimmer.status.volume. Type volume is not available, yet. If you need the state please add him manually
          2019-09-11 03:13:07.330  - info: iot.0 Cannot auto convert chromecast.0.WohnzimmerJBL.status.volume. Type volume is not available, yet. If you need the state please add him manually
          2019-09-11 03:13:07.715  - info: iot.0 Connection changed: connect
          

          Ich glaube das hat aber nichts damit zu tun oder ?

          1 Reply Last reply Reply Quote 1
          • apollon77
            apollon77 last edited by

            An alle weiteren betroffenen bitte auch mal die Änderung aus https://github.com/aws/aws-iot-device-sdk-js/issues/280#issuecomment-529990098 versuchen und zurückmelden!!

            Der Fehler kommt eher aus der 1.0.8 ... am besten nimm mal die 1.0.7 vom npm als basis oder versuchen die 1.1.0 vom Github

            klotzma created this issue in aws/aws-iot-device-sdk-js

            closed Connection lost every 2-3 Minutes by some users #280

            marcuskl 1 Reply Last reply Reply Quote 0
            • marcuskl
              marcuskl @apollon77 last edited by

              @apollon77 sagte in Iot error read ECONNRESET !!!:

              An alle weiteren betroffenen bitte auch mal die Änderung aus https://github.com/aws/aws-iot-device-sdk-js/issues/280#issuecomment-529990098 versuchen und zurückmelden!!

              Der Fehler kommt eher aus der 1.0.8 ... am besten nimm mal die 1.0.7 vom npm als basis oder versuchen die 1.1.0 vom Github

              Ich habe gesehen Bluefox hat in der Version 1.1.4 den keepalive Value hinzugefügt, man kann ja dann einfach die neuste Version von Github laden oder ?

              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @marcuskl last edited by apollon77

                @marcuskl Ja, das ist noch viel einfacher! 🙂 Und die Version sollte auch schon im Latest Repo sein

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

                  Endlich ist das Problem gelöst 👏
                  Großes danke an alle 🙂

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

                    @apollon77 Eine frage, zum Verständnis: Was hat das keepalive jetzt eigentlich geändert zu vorher ?

                    apollon77 1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @marcuskl last edited by

                      @marcuskl Ich denke es werden öfter "ping-pong" nachrichten ausgetauscht um die Verbindung am leben zu halten. Scheinbar hat der "Standard" 5 Minuten nicht gereicht und deswegen ist es immer wieder gekillt worden.

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

                        Seit neusten bekomme ich diese Fehlermeldung im Log:

                        2019-09-11 11:53:18.343  - error: iot.0 uncaught exception: Cannot read property 'message' of undefined
                        2019-09-11 11:53:18.377  - error: Caught by controller[0]: TypeError: Cannot read property 'message' of undefined
                        2019-09-11 11:53:18.377  - error: Caught by controller[0]:     at Request.request.post [as _callback] (/opt/iobroker/node_modules/iobroker.iot/lib/GoogleHome.js:1713:102)
                        2019-09-11 11:53:18.377  - error: Caught by controller[0]:     at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at Request.emit (events.js:198:13)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at Request.emit (events.js:198:13)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at Object.onceWrapper (events.js:286:20)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at IncomingMessage.emit (events.js:203:15)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at endReadableNT (_stream_readable.js:1145:12)
                        2019-09-11 11:53:18.378  - error: Caught by controller[0]:     at process._tickCallback (internal/process/next_tick.js:63:19)
                        2019-09-11 11:53:18.378  - error: host.iobroker instance system.adapter.iot.0 terminated with code 0 (OK)
                        2019-09-11 11:53:18.378  - info: host.iobroker Restart adapter system.adapter.iot.0 because enabled
                        2019-09-11 11:53:48.396  - info: host.iobroker instance system.adapter.iot.0 started with pid 7265
                        2019-09-11 11:53:49.834  - info: iot.0 starting. Version 1.1.4 in /opt/iobroker/node_modules/iobroker.iot, node: v10.16.3
                        2019-09-11 11:53:49.873  - info: iot.0 Connecting with a18wym7vjdl22g.iot.eu-west-1.amazonaws.com
                        
                        

                        Was hat das zu bedeuten ?

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

                          Das da leider ein Bug ist. Bitte GitHub Version versuchen

                          marcuskl 1 Reply Last reply Reply Quote 0
                          • marcuskl
                            marcuskl @apollon77 last edited by marcuskl

                            @apollon77 sagte in Iot error read ECONNRESET !!!:

                            Das da leider ein Bug ist. Bitte GitHub Version versuchen

                            Ich habe die Github Version geladen.
                            Oder muss ich das was ich Manuell in die js reingeschrieben (keepalive: 60) habe wieder rückgängig machen ?

                            apollon77 Bluefox 2 Replies Last reply Reply Quote 0
                            • apollon77
                              apollon77 @marcuskl last edited by

                              @marcuskl ne das sollte eh überschrieben wordenr sein., iot einmal neu starten nach GitHub Update

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

                                @marcuskl Kannst du dein iobroker.pro login an info@iobroker.net mailen?
                                Ich will was testen

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

                                  @Bluefox sagte in Iot error read ECONNRESET !!!:

                                  @marcuskl Kannst du dein iobroker.pro login an info@iobroker.net mailen?
                                  Ich will was testen

                                  Was heißt Login ? Passwort und Email, Freischaltcode?

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

                                    @marcuskl
                                    b4024216-a32a-4bca-8193-7c49a874e304-image.png
                                    Nur email in iobroker.pro.

                                    Bitte kein Passwort

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

                                      @Bluefox sagte in Iot error read ECONNRESET !!!:

                                      @marcuskl
                                      b4024216-a32a-4bca-8193-7c49a874e304-image.png
                                      Nur email in iobroker.pro.

                                      Bitte kein Passwort

                                      Habe ich getan. 🙂

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

                                        @marcuskl Man muss die Version von iot updaten. 1.1.7

                                        marcuskl 1 Reply Last reply Reply Quote 1
                                        • marcuskl
                                          marcuskl @Bluefox last edited by

                                          @Bluefox sagte in Iot error read ECONNRESET !!!:

                                          @marcuskl Man muss die Version von iot updaten. 1.1.6

                                          In Ordnung hab ich jetzt.
                                          Hast du meine Email bekommen ?

                                          1 Reply Last reply Reply Quote 1
                                          • D
                                            Djerry last edited by

                                            Hallo zusammen,

                                            ich war ebenfalls von dem Problem betroffen und habe mit Spannung hier und auf Git-Hub die Diskussion verfolgt. Bin ebenfalls Unitymedia-Kunde und verwende eine Fritzbox (wurde ja anfänglich diskutiert, ob es damit zu tun hat).

                                            Auf jeden Fall habe ich gestern dann die Version 1.1.6 des iot-Adapters installiert und es funktioniert seit dem bei mir alles fehlerfrei. Keine 5 minütigen Connection-Probleme mehr im Log und auch sonst keine Fehlermeldungen mehr und Alexa-Befehle gehen ohne Problem an die Geräte durch 😊

                                            Im Prinzip wollte ich mich nochmal herzlich bei markus bedanken, dass er so an dem Thema dran geblieben ist und natürlich auch bei bluefox und apollon und allen anderen beteiligten. Vielen vielen Dank, dass es jetzt wieder reibungslos funktioniert 👍

                                            marcuskl 1 Reply Last reply Reply Quote 3
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            780
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            econnreset error iot iot adapter verbindungsprobleme
                                            8
                                            58
                                            7068
                                            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