lanec / zoom-batch-downloader

Download all your zoom cloud recordings
GNU General Public License v3.0
42 stars 20 forks source link

Downloads don't start, no error message #16

Closed dcampbell503 closed 11 months ago

dcampbell503 commented 1 year ago

Hello, After updating cloudlink.py with Account _ID, CLIENT_ID, CLIENT_SECRET, USERID, and PATH I run cloudlink.py and it sits at "Downloaded 0 files. Total size: 0B. Skipped: 0 files." with no error message. Is it expected to see downloads start immediately or does it take time?

image

Thank you,

AnessZurba commented 1 year ago

Did you update the start_date and end_date as well?

dcampbell503 commented 1 year ago

Yes date range was updated.

image

AnessZurba commented 1 year ago

please enable VERBOSE_OUTPUT and see what gets printed + You are sure that you configured your credentials correctly and the user id actually has videos?

AnessZurba commented 1 year ago

I just pushed a tiny change to improve logging, not sure if it will help in this specific case, but might be worth it to use the latest version

dcampbell503 commented 1 year ago

@AnessZurba I downloaded the latest version and successfully downloaded a user's recordings.

Can Zoom-Batch-Downloader be modified to downloads all recordings on the Zoom account?

AnessZurba commented 1 year ago

it already downloads all the recordings, you just need to specify a wide enough range like give it 1-1-2010 to 1-1-2030 that should download everything

AnessZurba commented 1 year ago

oh, you mean all the users. I'm not sure

AnessZurba commented 1 year ago

it should be possible, but I'll have to look into it

dcampbell503 commented 1 year ago

@AnessZurba I appreciate you looking into it.

The Zoom Recording Downloader downloads all recordings but encountering unexpected issues.

Thanks

AnessZurba commented 1 year ago

@dcampbell503 please see the latest version

dcampbell503 commented 1 year ago

@AnessZurba Downloaded latest version and encounter a 'first_name' error message. Confirmed the old version still works.

image

AnessZurba commented 1 year ago

@dcampbell503 pushed a new version

dcampbell503 commented 1 year ago

@AnessZurba The script is working! I have almost 3 TB of Zoom recordings to download so will let it run and see if any errors stop it. Thank you!

One note others might find helpful, I had to temporarily disable Windows file length limit on the Windows VM where I'm running the script, long meeting name were generating errors.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled

AnessZurba commented 1 year ago

Glad to hear, I think this limit has been disabled on my machine since eternity so I didn't notice PS: You might want to change CHUNK_SIZE if your internet speed is well beyond 1 MB/s,

AnessZurba commented 1 year ago

@dcampbell503 can I close this issue?