Closed fengqifengluo closed 2 years ago
The console shows: error: [polling_error] {"code":"EFATAL","message":"EFATAL: Error: connect ETIMEDOUT 182.50.139.56:443"}
why could it happen? the programm can't connect to the server?
You can get better error messages with this piece of code:
bot.on('polling_error', (err) => { console.log(err) });
But yes, in the end you have a internet problem connection to the Telegram servers
The console shows: error: [polling_error] {"code":"EFATAL","message":"EFATAL: Error: connect ETIMEDOUT 182.50.139.56:443"}
why could it happen? the programm can't connect to the server?