You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this, the downloaded file didn't match the FileSize parameter (maybe related to #9 ?)
There is one weird thing though, I need to keep "pinging" the api using some command (see conn.storageinfo() in my code) to prevent the download from freezing. This helps but it still freezes sometimes.
Do you have some idea how to make this flawless?
The text was updated successfully, but these errors were encountered:
Hi,
thank you for the project.
I am trying to download all video files which I list with conn.files()
This is the function I am using:
this only started working after I patched playback like this:
I took the parameter from a capture I made during download using the original activeX plugin:
Before this, the downloaded file didn't match the FileSize parameter (maybe related to #9 ?)
There is one weird thing though, I need to keep "pinging" the api using some command (see conn.storageinfo() in my code) to prevent the download from freezing. This helps but it still freezes sometimes.
Do you have some idea how to make this flawless?
The text was updated successfully, but these errors were encountered: