fbchat-dev / fbchat

Facebook Chat (Messenger) for Python
https://fbchat.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.19k stars 412 forks source link

Upload speed is very slow even with good internet #649

Closed MohamadOday closed 3 years ago

MohamadOday commented 3 years ago

Description of the problem

When i try to upload files(from 5-20Mb) to facebook and send it it takes to much to be uploaded even with 400Mb upload speed

Code to reproduce

#video size ≈ 20Mb
client.sendLocalFiles(file_paths="video.mp4", thread_id=tid, thread_type=ttp)

Environment information

i wounder if there is other people that suffer from this problem and found a fix for it?