atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 218 forks source link

Debugging insane delay sending files #222

Closed BernH4 closed 1 year ago

BernH4 commented 3 years ago

Hello i just sent a file with this code: image It took more than 11 minutes too complete. (7 MB .mp3 File)

How can i start debugging this issue? Is Telegram limiting me because i sent too much at one day? It worked fine yesterday. Of course i do not get any console output and i cant kill (STRG + C) while the file is uploading.

Maybe its also my Internet thats suddenly pretty bad, im not experienced in this. Can someone point me where to start researching/debbuging this issue right know i cant do more than starr at an empty console. Appreciate any help, also "google this and this"

ivanovaleksey commented 3 years ago

You can try to upload a file with plain curl request. Maybe it would give you any hints. As for Telegram limitations try to contact official support.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.