e-caste / boggle-telegram-bot

A Telegram bot to play boggle (ITA: il paroliere) with friends
https://t.me/boggle_paroliere_bot
GNU General Public License v3.0
1 stars 0 forks source link

Add fix to not exceed flood control #44

Open e-caste opened 4 years ago

e-caste commented 4 years ago

telegram.error.RetryAfter: Flood control exceeded. Retry in 10 seconds

e-caste commented 4 years ago

Hopefully solved looking at this page of the documentation

e-caste commented 4 years ago

The implementation with the MQBot class didn't work. Here are the issues it generated: #47 and #48. A new approach is needed. Current fix: use production branch, which is an older commit of the master branch.