You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watching a file and restaring the application triggers:
[10:26:57.534] FATAL (telegram-bot-stand-up/29594): fastify-telegram: bot.launch() failed
err: {
"type": "TelegramError",
"message": "409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running",
"stack":
Error: 409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
at Telegram.callApi (/Users/mspigolon/workspace/_experiments/telegram-bot-stand-up/node_modules/telegraf/lib/core/network/client.js:294:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async [Symbol.asyncIterator] (/Users/mspigolon/workspace/_experiments/telegram-bot-stand-up/node_modules/telegraf/lib/core/network/polling.js:30:33)
at async Polling.loop (/Users/mspigolon/workspace/_experiments/telegram-bot-stand-up/node_modules/telegraf/lib/core/network/polling.js:73:30)
at async Telegraf.launch (/Users/mspigolon/workspace/_experiments/telegram-bot-stand-up/node_modules/telegraf/lib/telegraf.js:189:13)
"response": {
"ok": false,
"error_code": 409,
"description": "Conflict: terminated by other getUpdates request; make sure that only one bot instance is running"
},
"on": {
"method": "getUpdates",
"payload": {
"timeout": 50,
"offset": 758646331,
"allowed_updates": []
}
}
}
The text was updated successfully, but these errors were encountered:
Watching a file and restaring the application triggers:
The text was updated successfully, but these errors were encountered: