telebot icon indicating copy to clipboard operation
telebot copied to clipboard

Error: read ECONNRESET

Open manuasir opened this issue 8 years ago • 0 comments

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

manuasir avatar Sep 04 '17 11:09 manuasir