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
532 stars 218 forks source link

[Bug] Docker image not working #83

Closed wolverine810 closed 3 years ago

wolverine810 commented 3 years ago

Maybe the docker image is using an older version of pillow.

J-Rios commented 3 years ago

It could have broken since new Bot settings changes...

I mean, related to this:

https://github.com/J-Rios/TLG_JoinCaptchaBot/pull/69

https://github.com/J-Rios/TLG_JoinCaptchaBot/commit/1f602edc8b52798a4c6f9221f305831cbfce02a5

J-Rios commented 3 years ago

Docker image build fix and checked deployment and usage specifying environment variables, seems that everything works ok now.

Take a look into: https://github.com/J-Rios/TLG_JoinCaptchaBot/pull/87

Closing the issue.