Description
[2025-03-26 17:34:58] WARN: Invalid encrypted value format - expected 'iv:encrypted', returning original value
[2025-03-26 17:34:58] WARN: Invalid encrypted value format - expected 'iv:encrypted', returning original value
[2025-03-26 17:34:59] INFO: Using server ID: -1002129157442
[2025-03-26 17:34:59] INFO: No ownership data found for server -1002129157442, initializing empty role hierarchy
[2025-03-26 17:34:59] INFO: No settings state found for server -1002129157442
1 | "use strict";
2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | exports.TelegramError = void 0;
4 | class TelegramError extends Error {
5 | constructor(response, on = {}) {
6 | super(${response.error_code}: ${response.description}
);
^
error: 409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
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: [Object ...],
},
at new TelegramError (/app/node_modules/telegraf/lib/core/network/error.js:6:9)
at <anonymous> (/app/node_modules/telegraf/lib/core/network/client.js:315:19)
[2025-03-26 17:35:16] INFO: Starting graceful shutdown of PGlite client...
[2025-03-26 17:35:16] INFO: PGlite client shutdown completed successfully