#Help with TypeError (Checking size of Files)

1 messages · Page 1 of 1 (latest)

ocean terrace
#

Maybe if it checks before download the media, looks better, but i still can't do it

dim marlin
#

You'll need to get the size of the BytesIO object. Path's stat function is for files on disk not files in memory. Your file is in memory (a variable) as a BytesIO object

ocean terrace
dim marlin
#

I'm not in front of a computer rn so can't check

ocean terrace