J-Rios / TLG_JoinCaptchaBot

Telegram Bot to verify if users joining a group are human. The Bot sends an image captcha for each new user and kicks any of them who can't solve the captcha in a specified time.
GNU General Public License v3.0
516 stars 217 forks source link

[Notice] Bot instance is down #51

Closed ikovalyov closed 4 years ago

ikovalyov commented 4 years ago

image

J-Rios commented 4 years ago

Experimenting some issue in Bot response time, due this, actual Bot instance has been shutdown.

Currently I'm trying to identify the reason of the issue...

J-Rios commented 4 years ago

Seems that the problem comes from the VPS network where the Bot instance was running. For some unknown reason there was something delaying telegram network packets reception.

Yesterday I have migrated the Bot instance to another VPS provider and all have been working normally until today. Let's give some more time (few days) of testing before closing the issue.

P.D. Also, I have been trying some performance stuffs ((Webhook support, Multithreads for message deletion and kick/ban funtions) into Bot code while trying to identify the problem. None of them fix the problem (due was a network issue), but I'm going to be testing and pushing this changes bit by bit.

J-Rios commented 4 years ago

So, no more delayed msgs, everything has been OK until today.

Let's close the issue.