Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme nach js-controller 1.5.6->1.4.2 Downgrade

    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

    Probleme nach js-controller 1.5.6->1.4.2 Downgrade

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

      Hallo,

      ich habe aus Unwissenheit, bevor ich hier gelesen habe, versucht das Update zu machen. Mit folgendem Ergebnis:

      undefined server error
      undefined Error: server error at Socket.onPacket (/opt/iobroker/node_modules/engine.io-client/lib/socket.js:445:19)
      at XHR.<anonymous> (/opt/iobroker/node_modules/engine.io-client/lib/socket.js:268:10)
      at XHR.Emitter.emit (/opt/iobroker/node_modules/engine.io-client/node_modules/component-emitter/index.js:133:20)
      at XHR.Transport.onPacket (/opt/iobroker/node_modules/engine.io-client/lib/transport.js:145:8)
      at callback (/opt/iobroker/node_modules/engine.io-client/lib/transports/polling.js:144:10)
      at Object.exports.decodePayload (/opt/iobroker/node_modules/engine.io-parser/lib/index.js:309:18)
      at XHR.Polling.onData (/opt/iobroker/node_modules/engine.io-client/lib/transports/polling.js:148:10)
      at Request.<anonymous> (/opt/iobroker/node_modules/engine.io-client/lib/transports/polling-xhr.js:126:10)
      at Request.Emitter.emit (/opt/iobroker/node_modules/engine.io-client/node_modules/component-emitter/index.js:133:20)
      at Request.onData (/opt/iobroker/node_modules/engine.io-client/lib/transports/polling-xhr.js:296:8)

      Kann keine Adapter mehr installieren....

      Stabilostick 1 Reply Last reply Reply Quote 0
      • Stabilostick
        Stabilostick @Rocket85 last edited by

        @Rocket85

        Zurück auf 1.4.2:

        cd /opt/iobroker
        iobroker stop
        npm i iobroker.js-controller@1.4.2 --production
        iobroker start
        
        R 1 Reply Last reply Reply Quote 0
        • R
          Rocket85 @Stabilostick last edited by

          @Stabilostick

          Habe ich versucht, bekomme dann die selbe Fehlermeldung

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

            Wann kommt die? Bei jedem iobroker-Kommando?

            R 1 Reply Last reply Reply Quote 0
            • R
              Rocket85 @Stabilostick last edited by Stabilostick

              @Stabilostick

              gerade nochmal versucht. Jetzt hat es anscheinend geklappt

              pi@raspberrypi:/opt/iobroker $ npm i iobroker.js-controller@1.4.2 --production
              
              > iobroker.js-controller@1.4.2 preinstall /opt/iobroker/node_modules/iobroker.js-controller
              > node lib/preinstall_check.js
              
              NPM version: 6.5.0
              npm version >= 5: disabling package-lock
              
              > iobroker.js-controller@1.4.2 install /opt/iobroker/node_modules/iobroker.js-controller
              > node iobroker.js setup first
              
              + iobroker.js-controller@1.4.2
              added 15 packages from 16 contributors, removed 5 packages, updated 1 package and audited 4473 packages in 56.871s
              found 54 vulnerabilities (38 low, 1 moderate, 15 high)
                run `npm audit fix` to fix them, or `npm audit` for details
              

              Stabilostick, 14.02.19 01:07
              Code als Code-Block formatiert

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

                npm ERR! code ELOCKVERIFY
                npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
                npm ERR! Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.0
                npm ERR! Missing: iobroker.alexa2@^1.1.3
                npm ERR! Missing: iobroker.cloud@^2.6.2
                npm ERR! Missing: iobroker.fritzbox@^0.2.1
                npm ERR! Missing: iobroker.ham@^1.0.0
                npm ERR! Missing: iobroker.javascript@^4.0.12
                npm ERR! Missing: iobroker.material@^0.10.6
                npm ERR! Missing: iobroker.mihome@^1.2.5
                npm ERR! Missing: iobroker.pushover@^1.0.4
                npm ERR! Missing: iobroker.rpi2@^1.0.0
                npm ERR! Missing: iobroker.samsung@^0.2.9
                npm ERR! Missing: iobroker.scenes@^1.1.0
                npm ERR! Missing: iobroker.shelly@^2.1.0
                npm ERR! Missing: iobroker.telegram@^1.3.6
                npm ERR! Missing: iobroker.terminal@^0.1.2
                npm ERR! Missing: iobroker.text2command@^1.2.5
                npm ERR! Missing: iobroker.tradfri@^2.1.0
                npm ERR! Missing: iobroker.vis@^1.1.10
                npm ERR! Missing: iobroker.vis-colorpicker@^1.1.1
                npm ERR! Missing: iobroker.vis-hqwidgets@https://github.com/ioBroker/ioBroker.vis-hqwidgets/tarball/master
                npm ERR! Missing: iobroker.vis-players@^0.1.5
                npm ERR! Missing: iobroker.vis-timeandweather@^1.1.7
                npm ERR! Missing: iobroker.vis-weather@^2.2.1
                npm ERR! Missing: iobroker.web@^2.4.1

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

                  Führe bitte im Ordner /opt/iobroker den Befehl

                  npm i 
                  

                  aus.

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    Rocket85 @Stabilostick last edited by Stabilostick

                    @Stabilostick

                    > iobroker.inst@1.3.1 install /opt/iobroker
                    > node lib/checkVersions.js
                    
                    NPM version: 6.5.0
                    
                    > iobroker.inst@1.3.1 postinstall /opt/iobroker
                    > node lib/install.js
                    
                    Cannot create file /usr/bin/iobroker!. Non critical
                    
                    -----------------------------------------------------
                    You can manually copy file into /usr/bin/. Just write:
                        sudo cp /opt/iobroker/iobroker /usr/bin/
                        sudo chmod 755 /usr/bin/iobroker
                    -----------------------------------------------------
                    Non-critical error: EACCES: permission denied, open '/lib/systemd/system/iobroker.service'
                    audited 4463 packages in 49.685s
                    found 53 vulnerabilities (38 low, 1 moderate, 14 high)
                      run `npm audit fix` to fix them, or `npm audit` for details
                    

                    Stabilostick, 14.02.19 01:16
                    Code bitte in Code-Tags schreiben.

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

                      Wenn Du magst, kannst Du genau die Befehle ausführen, die da im Log stehen (die mit sudo) und dann versuchen, den ioBroker wieder zu starten.

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Rocket85 @Stabilostick last edited by

                        @Stabilostick

                        Hab es versucht, danach wieder npm i

                        > iobroker.inst@1.3.1 install /opt/iobroker
                        > node lib/checkVersions.js
                        
                        NPM version: 6.5.0
                        
                        > iobroker.inst@1.3.1 postinstall /opt/iobroker
                        > node lib/install.js
                        
                        Cannot create file /usr/bin/iobroker!. Non critical
                        
                        -----------------------------------------------------
                        You can manually copy file into /usr/bin/. Just write:
                            sudo cp /opt/iobroker/iobroker /usr/bin/
                            sudo chmod 755 /usr/bin/iobroker
                        -----------------------------------------------------
                        Non-critical error: EACCES: permission denied, open '/lib/systemd/system/iobroker.service'
                        audited 4463 packages in 49.6s
                        found 53 vulnerabilities (38 low, 1 moderate, 14 high)
                          run `npm audit fix` to fix them, or `npm audit` for details
                        
                        R 1 Reply Last reply Reply Quote 0
                        • R
                          Rocket85 @Rocket85 last edited by

                          @Rocket85

                          Keine Reaktion

                          pi@raspberrypi:/opt/iobroker $ sudo cp /opt/iobroker/iobroker /usr/bin/
                          pi@raspberrypi:/opt/iobroker $ sudo chmod 755 /usr/bin/iobroker
                          
                          1 Reply Last reply Reply Quote 0
                          • Stabilostick
                            Stabilostick last edited by Stabilostick

                            Eine Option ist das Neuinstallieren von ioBroker. Das geht am einfachsten so:

                            1. Altes Verzeichnis umbenennen.
                            2. Neu installieren nach Anleitung http://www.iobroker.net/docu/?page_id=8323&lang=de
                            3. iobroker stoppen, falls läuft
                            4. iobroker-data Verzeichnis aus altem Ordner kopieren in die neue Installation, vorhandene Dateien überschreiben
                            5. „sudo chown -R iobroker.iobroker iobroker-data“ im iobroker-Ordner
                            6. iobroker neu starten
                            7. warten bis alle Adapter wieder automatisch installiert wurden.

                            Aber wahrscheinlich stelle ich mich nur unwissend an und man müsste zur Reparatur nur „sudo npm i“ ausführen? Bin mit dem neuen Setup noch nicht sattelfest.

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

                              @Rocket85 diese Meldungen einfach ignorieren. Oder Package-lock löschen.

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

                                @apollon77

                                Okay, ich ignoriere erst einmal. DANKE!

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

                                  Seit dem versuchten Update hab ich leider nur Probleme. Kann mir jemand das hier erklären?

                                  telegram.0	2019-02-16 08:51:41.946	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:39.675	info	Restart adapter system.adapter.pushover.0 because enabled
                                  host.raspberrypi	2019-02-16 08:51:39.672	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                                  telegram.0	2019-02-16 08:51:38.612	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:38.611	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:38.610	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:38.503	info	instance system.adapter.pushover.0 started with pid 19516
                                  telegram.0	2019-02-16 08:51:35.137	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:31.800	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:31.800	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:31.799	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:30.012	info	Restart adapter system.adapter.shelly.0 because enabled
                                  host.raspberrypi	2019-02-16 08:51:30.011	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:51:28.864	info	Restart adapter system.adapter.discovery.0 because enabled
                                  host.raspberrypi	2019-02-16 08:51:28.861	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:51:28.668	info	instance system.adapter.shelly.0 started with pid 19498
                                  telegram.0	2019-02-16 08:51:28.329	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:27.873	info	Restart adapter system.adapter.javascript.0 because enabled
                                  host.raspberrypi	2019-02-16 08:51:27.872	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:51:27.686	info	instance system.adapter.discovery.0 started with pid 19488
                                  mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:26.307	info	Change connection status: true
                                  telegram.0	2019-02-16 08:51:24.996	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:24.996	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:24.995	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:24.071	info	instance system.adapter.javascript.0 started with pid 19478
                                  telegram.0	2019-02-16 08:51:21.533	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:19.579	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:19.578	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:19.578	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:19.577	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:19.109	info	Change connection status: true
                                  mihome.0	2019-02-16 08:51:18.917	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.916	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.916	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.916	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.915	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.897	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.896	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:18.896	info	Change connection status: false
                                  mihome.0	2019-02-16 08:51:18.895	info	Change connection status: false
                                  telegram.0	2019-02-16 08:51:18.198	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:18.197	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:18.196	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:14.718	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:13.396	info	Restart adapter system.adapter.mihome.0 because enabled
                                  host.raspberrypi	2019-02-16 08:51:13.396	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:51:12.133	info	instance system.adapter.mihome.0 started with pid 19464
                                  telegram.0	2019-02-16 08:51:11.385	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:11.385	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:51:11.384	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:08.467	info	Restart adapter system.adapter.pushover.0 because enabled
                                  host.raspberrypi	2019-02-16 08:51:08.466	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                                  telegram.0	2019-02-16 08:51:07.916	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:51:07.270	info	instance system.adapter.pushover.0 started with pid 19454
                                  telegram.0	2019-02-16 08:51:01.100	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:58.647	info	Restart adapter system.adapter.shelly.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:58.646	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                                  telegram.0	2019-02-16 08:50:57.766	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:57.669	info	Restart adapter system.adapter.discovery.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:57.668	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:50:57.237	info	instance system.adapter.shelly.0 started with pid 19436
                                  host.raspberrypi	2019-02-16 08:50:56.366	info	instance system.adapter.discovery.0 started with pid 19430
                                  mihome.0	2019-02-16 08:50:55.701	info	Change connection status: true
                                  telegram.0	2019-02-16 08:50:54.300	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:54.042	info	Restart adapter system.adapter.javascript.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:54.041	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                                  telegram.0	2019-02-16 08:50:50.963	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:50.193	info	instance system.adapter.javascript.0 started with pid 19416
                                  mihome.0	2019-02-16 08:50:49.573	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:50:49.572	info	Change connection status: false
                                  mihome.0	2019-02-16 08:50:49.191	info	Change connection status: true
                                  mihome.0	2019-02-16 08:50:48.913	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:50:48.891	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:50:48.889	info	Change connection status: false
                                  telegram.0	2019-02-16 08:50:47.474	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:50:44.136	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:42.107	info	Restart adapter system.adapter.mihome.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:42.106	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:50:40.847	info	instance system.adapter.mihome.0 started with pid 19402
                                  telegram.0	2019-02-16 08:50:40.663	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:50:37.326	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:37.253	info	Restart adapter system.adapter.pushover.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:37.252	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:50:36.056	info	instance system.adapter.pushover.0 started with pid 19392
                                  telegram.0	2019-02-16 08:50:33.868	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:50:30.534	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  cloud.0	2019-02-16 08:50:29.855	info	Connection changed: connect
                                  cloud.0	2019-02-16 08:50:29.719	info	Trying to connect as system.user.admin
                                  mihome.0	2019-02-16 08:50:28.357	info	Change connection status: true
                                  host.raspberrypi	2019-02-16 08:50:27.222	info	Restart adapter system.adapter.shelly.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:27.221	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                                  telegram.0	2019-02-16 08:50:27.067	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:26.344	info	Restart adapter system.adapter.discovery.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:26.344	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:50:25.829	info	instance system.adapter.shelly.0 started with pid 19374
                                  host.raspberrypi	2019-02-16 08:50:25.138	info	instance system.adapter.discovery.0 started with pid 19364
                                  telegram.0	2019-02-16 08:50:23.725	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:50:20.257	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:20.171	info	Restart adapter system.adapter.javascript.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:20.170	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                                  mihome.0	2019-02-16 08:50:19.572	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:50:19.570	info	Change connection status: false
                                  mihome.0	2019-02-16 08:50:19.269	info	Change connection status: true
                                  mihome.0	2019-02-16 08:50:18.911	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:50:18.888	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:50:18.886	info	Change connection status: false
                                  telegram.0	2019-02-16 08:50:16.913	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:16.261	info	instance system.adapter.javascript.0 started with pid 19354
                                  telegram.0	2019-02-16 08:50:13.423	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:10.834	info	Restart adapter system.adapter.mihome.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:10.834	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                                  telegram.0	2019-02-16 08:50:10.088	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:09.554	info	instance system.adapter.mihome.0 started with pid 19339
                                  telegram.0	2019-02-16 08:50:06.602	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:50:06.036	info	Restart adapter system.adapter.pushover.0 because enabled
                                  host.raspberrypi	2019-02-16 08:50:06.035	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:50:04.852	info	instance system.adapter.pushover.0 started with pid 19325
                                  telegram.0	2019-02-16 08:50:03.266	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:49:59.795	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  telegram.0	2019-02-16 08:49:56.451	error	polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                  host.raspberrypi	2019-02-16 08:49:55.815	info	Restart adapter system.adapter.shelly.0 because enabled
                                  host.raspberrypi	2019-02-16 08:49:55.814	error	instance system.adapter.shelly.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:49:55.110	info	Restart adapter system.adapter.discovery.0 because enabled
                                  host.raspberrypi	2019-02-16 08:49:55.109	error	instance system.adapter.discovery.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:49:54.342	info	instance system.adapter.shelly.0 started with pid 19306
                                  host.raspberrypi	2019-02-16 08:49:53.878	info	instance system.adapter.discovery.0 started with pid 19300
                                  mihome.0	2019-02-16 08:49:53.776	info	Change connection status: true
                                  telegram.0	2019-02-16 08:49:53.327	info	getMe: {"id":776274381,"is_bot":true,"first_name":"ZuhauseBot","username":"UnserAsgardbot"}
                                  telegram.0	2019-02-16 08:49:52.786	info	starting. Version 1.3.6 in /opt/iobroker/node_modules/iobroker.telegram, node: v8.15.0
                                  text2command.0	2019-02-16 08:49:51.787	info	starting. Version 1.2.5 in /opt/iobroker/node_modules/iobroker.text2command, node: v8.15.0
                                  host.raspberrypi	2019-02-16 08:49:50.341	info	instance system.adapter.text2command.0 started with pid 19286
                                  host.raspberrypi	2019-02-16 08:49:49.993	info	instance system.adapter.telegram.0 started with pid 19280
                                  mihome.0	2019-02-16 08:49:49.569	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:49:49.567	info	Change connection status: false
                                  mihome.0	2019-02-16 08:49:49.313	info	Change connection status: true
                                  host.raspberrypi	2019-02-16 08:49:48.972	info	Restart adapter system.adapter.telegram.0 because enabled
                                  host.raspberrypi	2019-02-16 08:49:48.972	error	instance system.adapter.telegram.0 terminated with code 7 (Adapter already running)
                                  Caught	2019-02-16 08:49:48.972	error	by controller[0]: See https://github.com/yagop/node-telegram-bot-api/issues/319. at module.js:653:30
                                  Caught	2019-02-16 08:49:48.971	error	by controller[0]: In the future, you will have to enable it yourself.
                                  Caught	2019-02-16 08:49:48.971	error	by controller[0]: Sat, 16 Feb 2019 07:49:48 GMT node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
                                  mihome.0	2019-02-16 08:49:48.909	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:49:48.886	error	Error: bind EADDRINUSE 0.0.0.0:9898
                                  mihome.0	2019-02-16 08:49:48.884	info	Change connection status: false
                                  host.raspberrypi	2019-02-16 08:49:46.339	info	instance system.adapter.telegram.0 started with pid 19270
                                  host.raspberrypi	2019-02-16 08:49:46.241	info	Restart adapter system.adapter.javascript.0 because enabled
                                  host.raspberrypi	2019-02-16 08:49:46.240	error	instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:49:42.357	info	instance system.adapter.javascript.0 started with pid 19256
                                  host.raspberrypi	2019-02-16 08:49:39.535	info	Restart adapter system.adapter.mihome.0 because enabled
                                  host.raspberrypi	2019-02-16 08:49:39.534	error	instance system.adapter.mihome.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:49:38.364	info	instance system.adapter.mihome.0 started with pid 19246
                                  host.raspberrypi	2019-02-16 08:49:34.831	info	Restart adapter system.adapter.pushover.0 because enabled
                                  host.raspberrypi	2019-02-16 08:49:34.831	error	instance system.adapter.pushover.0 terminated with code 7 (Adapter already running)
                                  host.raspberrypi	2019-02-16 08:49:33.618	info	instance system.adapter.pushover.0 started with pid 19232
                                  web.0	2019-02-16 08:49:32.161	info	http server listening on port 8082
                                  web.0	2019-02-16 08:49:32.156	info	socket.io server listening on port 8082
                                  web.0	2019-02-16 08:49:31.633	info	starting. Version 2.4.1 in /opt/iobroker/node_modules/iobroker.web, node: v8.15.0
                                  
                                  mania25 created this issue in yagop/node-telegram-bot-api

                                  closed Error: cannot enable cancellation after promises are in use #319

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

                                    Alle Instanzen springen zwischen grün und rot hin und her! Iobroker Neustart habe ich schon mehrfach durchgeführt!

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

                                      iobroker neustart hilft nicht wenn ein Prozess zombie noch läuft. Entweder iobroker stoppen und dann noch laufende prozesse killen oder rebooten

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

                                        @apollon77

                                        Danke wieder was gelernt -Prozess Zombie-. Wie kille ich denn laufende Prozesse?

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

                                          ioBroker Prozesse sehen haben als Namen immer "io.<Adaptername>.<Instanz>", mit

                                          ps auxww |grep io.
                                          

                                          siehst Du die die ggf noch laufen. Killen mit

                                          sudo kill -9 <ProzessID>
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            Rocket85 last edited by

                                            Hier wieder etwas neues, ich weiß nicht womit das zusammen hängt und wollte jetzt nicht extra ein neues Thema öffnen.

                                            Aber egal was ich anklicke, ob Objekte instanzen usw. immer ist automatisch etwas in die Filterleiste kopiert.

                                            Unbenannt.JPG

                                            Objekt.JPG

                                            Instanz.jpg

                                            sigi234 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

                                            581
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            22
                                            4200
                                            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