-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TG upload sometimes doesn't work right #78
Labels
Comments
paskal
added a commit
that referenced
this issue
Apr 21, 2022
Potential resolution for #78 as the problem might be caused by slow upload to Telegram, which causes the connection to the server we're reading the file from to drop. In the new setup, the application downloads the file first. Then uploads it to Telegram (and calculates the track duration) at the speed which is comfortable for Telegram, without making the uploading server wait.
paskal
added a commit
that referenced
this issue
Apr 21, 2022
Potential resolution for #78 as the problem might be caused by slow upload to Telegram, which causes the connection to the server we're reading the file from to drop. In the new setup, the application downloads the file first. Then uploads it to Telegram (and calculates the track duration) at the speed which is comfortable for Telegram, without making the uploading server wait.
paskal
added a commit
that referenced
this issue
Apr 21, 2022
Potential resolution for #78 as the problem might be caused by slow upload to Telegram, which causes the connection to the server we're reading the file from to drop. In the new setup, the application downloads the file first. Then uploads it to Telegram (and calculates the track duration) at the speed which is comfortable for Telegram, without making the uploading server wait.
paskal
added a commit
that referenced
this issue
Apr 22, 2022
Potential resolution for #78 as the problem might be caused by slow upload to Telegram, which causes the connection to the server we're reading the file from to drop. In the new setup, the application downloads the file first. Then uploads it to Telegram (and calculates the track duration) at the speed which is comfortable for Telegram, without making the uploading server wait.
paskal
added a commit
that referenced
this issue
Apr 22, 2022
Potential resolution for #78 as the problem might be caused by slow upload to Telegram, which causes the connection to the server we're reading the file from to drop. In the new setup, the application downloads the file first. Then uploads it to Telegram (and calculates the track duration) at the speed which is comfortable for Telegram, without making the uploading server wait.
umputun
pushed a commit
that referenced
this issue
Apr 22, 2022
Potential resolution for #78 as the problem might be caused by slow upload to Telegram, which causes the connection to the server we're reading the file from to drop. In the new setup, the application downloads the file first. Then uploads it to Telegram (and calculates the track duration) at the speed which is comfortable for Telegram, without making the uploading server wait.
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. |
this one seems to be resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: