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

Handle unescaped double quote in API response #361

Closed
Jericho opened this issue Sep 25, 2024 · 1 comment
Closed

Handle unescaped double quote in API response #361

Jericho opened this issue Sep 25, 2024 · 1 comment
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@Jericho
Copy link
Owner

Jericho commented Sep 25, 2024

As discussed here, there are some scenarios where the response from the Zoom API contains a malformed JSON string. For example:

{
  "code":104, 
  "message":"Invalid access token, does not contain scopes:["zoom_events_basic:read","zoom_events_basic:read:admin"]"
}

Zoom is working on a permanent fix, but in the mean time we need to be able to handle the unescaped quotes in the message.

@Jericho Jericho added the Enhancement New feature or request label Sep 25, 2024
@Jericho Jericho self-assigned this Sep 25, 2024
@Jericho Jericho added this to the 0.81.0 milestone Sep 25, 2024
@Jericho
Copy link
Owner Author

Jericho commented Oct 13, 2024

🎉 This issue has been resolved in version 0.81.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

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

No branches or pull requests

1 participant