atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 218 forks source link

bot.api.send_message doesn't work anymore #172

Closed syxanash closed 6 years ago

syxanash commented 6 years ago

Hi, I've started my bot as usual this morning and I noticed that some messages are not sent to the user anymore. Trying to debug the code I found that the command is successfully sent to the bot but the bot doesn't reply with send_message method.

In this example, when given /ping command the bot should return pong, but no message is sent.

The TELEGRAM_BOT_POOL_SIZE variable I'm using is set to 4 if the problem has to do with pool size or multi threading.

Did Telegram change their API somehow? how come everything stopped working all of the sudden?

syxanash commented 6 years ago

Okay I found the problem, one of the plugin was not correctly working and blocked the interpretation of the rest of the commands. Sorry if I opened an issue on this repository but I thought the problem was with the library! 😄