Log warning Gladys telegram

Hello,

While analyzing Gladys logs, I saw these warnings; I’m not sure if this is normal:

2025-06-06T11:13:19+0200 <warn> message.connect.js:19 (TelegramBot.<anonymous>) Telegram polling error, code = ETELEGRAM, message = ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
2025-06-06T11:13:29+0200 <warn> message.connect.js:19 (TelegramBot.<anonymous>) Telegram polling error, code = ETELEGRAM, message = ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
2025-06-06T11:13:38+0200 <warn> message.connect.js:19 (TelegramBot.<anonymous>) Telegram polling error, code = ETELEGRAM, message = ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
2025-06-06T11:13:48+0200 <warn> message.connect.js:19 (TelegramBot.<anonymous>) Telegram polling error, code = ETELEGRAM, message = ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
2025-06-06T11:13:57+0200 <warn> message.connect.js:19 (TelegramBot.<anonymous>) Telegram polling error, code = ETELEGRAM, message = ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running

Telegram messages are working fine :wink:

You probably used the same Telegram token in multiple places, for example: in Gladys and Node-RED, in two Gladys instances or others!

If you have multiple Telegram bots, you need to create multiple bots :slight_smile:

So I do have different bots in my various instances.
In any case I only have Gladys messages in my Gladys bot :slight_smile:

You need to avoid that — the error is clear, the bot gets disconnected because the other bot takes control, the Telegram API does not support having multiple clients with the same API key :slight_smile:

I think I expressed myself poorly.
The Telegram bot key is used only in Gladys and nowhere else :wink:

I only have messages from Gladys in my Gladys Telegram bot :slight_smile:

Oh! I just found it — Node-Red is indeed using the same one :cry:
I was sure it wasn’t the same ^^
I’ll look into fixing that :slight_smile:

Sorry for the inconvenience :frowning:

1 Like

well, bravo! :stuck

1 Like

:sweat_smile: :joy:

I confirm that after creating a new bot it’s ok :slight_smile:

1 Like