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
Started seeing these errors today -- not sure what it means exactly....I seem to be getting these alerts, just never noticed this behaviour before. Is it something on Telegram's end?
TelegramError: 403: Forbidden: bot was blocked by the user
at Telegram.callApi (/Users/xxxxx/xxxx/toogoodtogo-bot/node_modules/.pnpm/[email protected]/node_modules/telegraf/lib/core/network/client.js:302:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
response: {
ok: false,
error_code: 403,
description: 'Forbidden: bot was blocked by the user'
},
on: {
method: 'sendMessage',
payload: {
chat_id: 1297094036,
parse_mode: 'HTML',
text: 'Original Unverpackt\nAvailable: 1\n3,00 €\nToday 19:15 - 19:45'
}
}
}
The text was updated successfully, but these errors were encountered:
Started seeing these errors today -- not sure what it means exactly....I seem to be getting these alerts, just never noticed this behaviour before. Is it something on Telegram's end?
TelegramError: 403: Forbidden: bot was blocked by the user
at Telegram.callApi (/Users/xxxxx/xxxx/toogoodtogo-bot/node_modules/.pnpm/[email protected]/node_modules/telegraf/lib/core/network/client.js:302:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
response: {
ok: false,
error_code: 403,
description: 'Forbidden: bot was blocked by the user'
},
on: {
method: 'sendMessage',
payload: {
chat_id: 1297094036,
parse_mode: 'HTML',
text: 'Original Unverpackt\nAvailable: 1\n3,00 €\nToday 19:15 - 19:45'
}
}
}
The text was updated successfully, but these errors were encountered: