Exception during Telegraph::store for large videos #607
-
I'm trying to save a video while a webhook is triggered. Small files, up to about 10MB, are saved without problems. Larger files are not saved and the exception "Failed to retreive info for file" is thrown during Telegraph::store. What could be the problem?
$this->message->video() dumps for small and large videos look the same good. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @YAlex84 it seems that the issue comes from telegram's side could you please dump |
Beta Was this translation helpful? Give feedback.
What is the size of your file? Telegram has a 2gb max size for non-premium users
Edit: it seems that Bots have a lower file size limit for downloads: 20MB:
https://core.telegram.org/bots/api#getfile
I can't see a workaround for this, sorry