ricardorodrigues-ca / zoom-recording-downloader

Downloads and organizes all cloud recordings from your Zoom Business account
MIT License
127 stars 65 forks source link

Getting Error 'last_name' #54

Open DEPABUN opened 4 months ago

DEPABUN commented 4 months ago

Hi, can anyone help me solve this issue?

Log file not found. Creating new log file: completed-downloads.log

Getting user accounts...
Traceback (most recent call last):
  File "D:\zoom-recording-downloader\zoom-recording-downloader.py", line 400, in <module>
    main()
  File "D:\zoom-recording-downloader\zoom-recording-downloader.py", line 323, in main
    users = get_users()
            ^^^^^^^^^^^
  File "D:\zoom-recording-downloader\zoom-recording-downloader.py", line 134, in get_users
    user["last_name"]
    ~~~~^^^^^^^^^^^^^
KeyError: 'last_name'