Using this template helps us debug your issues more effectively
Description
A clear and concise description of what the question is.
I built a plugin about 6 months ago and it has been working without errors since then. After the new year, it is no longer able to find meetings by ID and I’m not sure why. Nothing has changed with permissions, accounts, processes, it’s all the same.
Error
The full error message or issue you are running into.
{“code”:3001,“message”:“Meeting does not exist: 85268188618.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
I’m using oauth 2.0
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
and /reports/reportmeetingparticipants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
The meeting ended and webinar ended webhooks push to this url to initiate the code.
https://apps.coursevector.com/zoom/notifications.php
If you’d like it, here’s a meeting that I know exists that will work 81552795713 while here is a meeting I know exists that won’t work 85268188618. As I said, it used to work with no issues and it broke around the time of the new year without any changes. I’m sorry I’ve made a new ticket for this when so many have been opened but none of them really apply to me.
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I’m just kinda stuck. I’m a fairly inexperienced developer, but I had it all working and it had no issues for months. I looked through the API documentation thinking that maybe it changed, but it doesn’t look like it.
Please help