Загрузка...

Who can help with the error

Thread in Node.js created by stupid143141 Oct 6, 2022. 327 views

  1. stupid143141
    stupid143141 Topic starter Oct 6, 2022 Banned 77 Jul 20, 2020
    менял токены сто раз уже , никак не проходит. вот сама ошибка:

    TelegramError: 409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
    at Telegram.callApi (C:\Users\qwedfrghhuji\Desktop\рабочий\node_modules\telegraf\lib\core\network\client.js:263:19)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Polling.[Symbol.asyncIterator] (C:\Users\qwedfrghhuji\Desktop\рабочий\node_modules\telegraf\lib\core\network\polling.js:27:33)
    at async Polling.loop (C:\Users\qwedfrghhuji\Desktop\рабочий\node_modules\telegraf\lib\core\network\polling.js:69:30) {
    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: 0, allowed_updates: [] }
    }
    }
     
  2. convseize
    convseize Oct 6, 2022 12 Jun 19, 2022
    еще какой-то бот есть?
     
    1. stupid143141 Topic starter
      convseize, который на другом токене стоит да
    2. stupid143141 Topic starter
      convseize, как раз к нему доступ не имею
    3. stupid143141 Topic starter
      convseize, и новый пытаюсь поставить
    4. View the next comments (1)
  3. pinilopa
    pinilopa Oct 6, 2022 Banned 69 Apr 17, 2021
    пересоздай токен бота
     
  4. Безысходность
    Гений. Код хотя бы показал. bot.lauch() используешь?
     
    1. pinilopa
      Безысходность, Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
      вот ошибка)
    2. Безысходность
      pinilopa,
      и эта ошибка связывает с лаунчем, он мог напихать ненужного хлама пакеты дубликаты т.д
Loading...
Top