-
|
I'm making a patch call to the Zoom API and getting this error, which I think comes directly from the call: [2021-05-30 11:39:42.592] [warn] UNCAUGHT EXCEPTION: TypeError: Converting circular structure to JSON my call is: const response = await patch( I'm reasonably sure this is formatted correctly, as I'm using similar APIs in that system with success, AND my zoom meeting is in fact correctly updated. the next instruction in my code is so perhaps the problem is with what patch returns? the relevant page of the Zoom API def is https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
uh, nevermind. Apparently I biffed the debugging. Edited my function some more and all is well... |
Beta Was this translation helpful? Give feedback.
uh, nevermind. Apparently I biffed the debugging. Edited my function some more and all is well...