Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95370

Telegram problem 409

$
0
0

@Tom7320 wrote:

Hi

I have a problem with the telegram bot. This message is in the log approximately two times per minute:

2020-04-09 07:22:54 ERROR (updater) [telegram.ext.updater] Error while getting Updates: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running (409)

I do not have Node-RED running! I configured Telegram bot like this:

telegram_bot:
  - platform: polling
    api_key: !secret telegram_api_key
    allowed_chat_ids:
      - !secret telegram_chat_id

notify:
  - platform: telegram
    name: telegram
    chat_id: !secret telegram_chat_id

I send messages from automations.yaml like this:

  action:
    - service: notify.telegram
      data:
        message: "Test message"

So there should be really only one instance running! How can I fix that (HASS 0.108)?

Thx a lot!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95370

Trending Articles