telebot
telebot copied to clipboard
Error: read ECONNRESET
I have this minimal configuration:
const TelegramBot = require('telebot'); const token = 'conf.TOKEN'; const bot = new TelegramBot(token); bot.start()
And I'm getting this error each few seconds or minutes:
[bot.error.update] Error: read ECONNRESET at exports._errnoException (util.js:1050:11) at TLSWrap.onread (net.js:582:26)
I already have tested some events and works fine, but still getting that error, so I kept it to its minimal configuration. Ideas? thank you