I am using python and cherrypy with my telegram bot.
Also, I am using webhooks instead of long polling.
But the bot doesn't work. Get_webhook_info
returns this message:
{ "ok": true,
"result":
{ "url": "https://IP/571605115:token/",
"has_custom_certificate":true,
"pending_update_count":3,
"last_error_date":1524150207,
"last_error_message":"Connection timed out",
"max_connections":40
}
}
Could somebody please help with this?