Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Telegram: terminated by other getUpdates request

    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

    UNSOLVED Telegram: terminated by other getUpdates request

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

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Raspberry 4
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: Raspbian

      Ich habe einen Telegram Bot in welchen ich aus iobroker und node-red Nachrichten senden möchte.

      Ich verwende erfolgreich den Telegram Adapter in iobroker. Ich kann mir dort Nachrichten schicken.
      Ich kann auch aus node-red mit dem entsprechenden Modul Nachrichten an den Bot senden.

      Das funktioniert jedoch nur wenn nur eine der beiden Varianten in Verwendung ist. Sobald ich in iobroker und node-red versuche Nachrichten zu senden kommen aus beiden Bereichen Fehlermeldungen die wie folgt aussehen:

      node-red.0	2021-01-04 02:34:34.000	warn	(16778) 4 Jan 02:34:33 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:34:33.999	warn	(16778) 4 Jan 02:34:33 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      telegram.0	2021-01-04 02:34:30.567	warn	(16861) polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:34:27.242	warn	(16778) 4 Jan 02:34:27 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:34:27.241	warn	(16778) 4 Jan 02:34:27 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      telegram.0	2021-01-04 02:34:23.818	warn	(16861) polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:34:20.461	warn	(16778) 4 Jan 02:34:20 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:34:20.458	warn	(16778) 4 Jan 02:34:20 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      telegram.0	2021-01-04 02:34:17.027	warn	(16861) polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:34:13.700	warn	(16778) 4 Jan 02:34:13 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:34:13.698	warn	(16778) 4 Jan 02:34:13 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      telegram.0	2021-01-04 02:34:10.255	warn	(16861) polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:34:06.930	warn	(16778) 4 Jan 02:34:06 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:34:06.926	warn	(16778) 4 Jan 02:34:06 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      telegram.0	2021-01-04 02:34:03.491	warn	(16861) polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:34:00.166	warn	(16778) 4 Jan 02:34:00 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:34:00.165	warn	(16778) 4 Jan 02:34:00 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      telegram.0	2021-01-04 02:33:56.744	warn	(16861) polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:33:53.410	warn	(16778) 4 Jan 02:33:53 - [warn] [telegram bot:987813b3.61536] Unknown error. Trying again.
      node-red.0	2021-01-04 02:33:53.408	warn	(16778) 4 Jan 02:33:53 - [warn] [telegram bot:987813b3.61536] ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      node-red.0	2021-01-04 02:33:48.372	warn	(16778) 4 Jan 02:33:48 - [warn] Projects disabled : editorTheme.projects.enabled=false
      

      Ich bin in keinster Weise Telegram-erfahren. Kann mir jemand sagen weshalb der Fehler kommt und wie eine Behebung aussehen könnte? Ich möchte aus beiden Bereichen NAchrichten an den gleichen Bot senden. Ist das so möglich?

      Viele Grüße
      Marco

      UncleSam 1 Reply Last reply Reply Quote 0
      • UncleSam
        UncleSam Developer @CaptainBalou last edited by

        @CaptainBalou sagte in Telegram: terminated by other getUpdates request:

        Kann mir jemand sagen weshalb der Fehler kommt und wie eine Behebung aussehen könnte?

        Ein Telegram-Bot darf nur einmal mit dem System verbunden sein. Somit musst du einen zweiten Bot anlegen und an beiden Orten (node-red und ioBroker) separate Bots verwenden.

        C 1 Reply Last reply Reply Quote 0
        • C
          CaptainBalou @UncleSam last edited by

          @unclesam Hallo UncleSam,

          danke für deine Antwort. Das war mir so nicht klar. Habe einen zweiten gemacht und das passt soweit. Funktioniert bestens.

          Viele Grüße
          Marco

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

          Support us

          ioBroker
          Community Adapters
          Donate

          672
          Online

          31.9k
          Users

          80.1k
          Topics

          1.3m
          Posts

          409 conflict getupdates telegram telegram adapter
          2
          3
          745
          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