Mayuri-Chan / pyrofork

Pyrogram fork with Adjustable web page preview, Quote Reply, Story & Topics Support, Mongodb session storage, and much more. go to https://pyrofork.wulan17.top/ for documentation.
https://pyrofork.wulan17.top
GNU Lesser General Public License v3.0
162 stars 78 forks source link

Refactor: Use io module for seek operation #55

Closed troublescope closed 8 months ago

troublescope commented 8 months ago

Fixed Rare condition saved video return 0B

while trying upload. pyrogram/methods/advanced/save_file.py", line 130, in save_file raise ValueError("File size equals to 0 B") ValueError: File size equals to 0 B