charslab / TranscriberBot

TranscriberBot for Telegram
https://t.me/transcriber_bot
GNU General Public License v3.0
273 stars 38 forks source link

Long transcriptions segmentation #12

Closed yshalsager closed 3 years ago

yshalsager commented 3 years ago

I'd like to report a possible bug when a file is pretty long and text length is longer than the maximum allowed number of a single message. The bot sends only one message in this case and skips the rest.

This can be easily reproduced by sending any long file (20 minutes for example).

carloalbertobarbano commented 3 years ago

Hello, thanks for the feedback. This functionality is actually implemented, there shouldn't be any problem unless telegram significantly reduced the max message length..

yshalsager commented 3 years ago

Update: it's working fine now so I think something went wrong temporarily before.