umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
116 stars 26 forks source link

TG upload sometimes doesn't work right #78

Closed umputun closed 2 years ago

umputun commented 2 years ago

In some cases uploaded files displayed with 00:00 duration in telegram and doesn't work well. Some are seems to be truncated.

The solution (rather a workaround) we have discussed with @paskal is to check if upladed file has the exceped duration prior to the message publishing and reupload (with some max attempts) if doesn't match

umputun commented 2 years ago

We have addressed the root cause (well, most likely) as well as several related issues:

All of this should resolve the issue and make tg upload great again.

umputun commented 2 years ago

this one seems to be resolved