Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError on meetings #3

Closed
sanaking opened this issue Apr 26, 2021 · 4 comments
Closed

KeyError on meetings #3

sanaking opened this issue Apr 26, 2021 · 4 comments

Comments

@sanaking
Copy link

sanaking commented Apr 26, 2021

I just installed this and all the requirements and i'm getting this error:

https://api.zoom.us/v2/users/xxxxxxxxxxxxxxxxxx/recordings?from=2018-01-01&to=2018-02-01&page_size=300&
Traceback (most recent call last):
File "cloudlink.py", line 89, in
main()
File "cloudlink.py", line 38, in main
get_recording(start_date, next_date)
File "cloudlink.py", line 64, in get_recording
for meeting in data['meetings']:
KeyError: 'meetings'

@assaf416
Copy link

plus 1

@bigjel
Copy link

bigjel commented Oct 25, 2021

You are likely having an issue with jwt token or meeting id.
It sad that python doesnt return a clear error message but if you do a debug, you will see what is the actual issue.
Make sure in zoom marketplace that you select the right jwt token duration. I initialy choose 90 minutes and was geeting those error and while debugging, the JWT was expired.

@AnessZurba
Copy link
Collaborator

please try the latest version if you are still having a problem. Note that you need to use server to server auth instead of JWT as JWT is deprecated now

@AnessZurba
Copy link
Collaborator

closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants