Hello All,
Apologies if this is not the appropriate place for this. I’m only a beginner in python and have run in to a problem that I need to solve.
I am trying to download zoom cloud recordings for where I work, and have found this bit of code on github.
The weird thing is, while this works for two users, I then get the following message, and it stops.
Traceback (most recent call last):
File “zoom-recording-downloader.py”, line 274, in
main()
File “zoom-recording-downloader.py”, line 245, in main
downloads = get_downloads(recording)
File “zoom-recording-downloader.py”, line 111, in get_downloads
recording_type = download[‘recording_type’]
KeyError: ‘recording_type’
I’m just a baby when it comes to python. can anyone shed some light on what exactly is going on here?
Thanks!