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

Bug in your AssetRecordingTimes model #61

Open
davidfekke opened this issue Oct 16, 2024 · 2 comments
Open

Bug in your AssetRecordingTimes model #61

davidfekke opened this issue Oct 16, 2024 · 2 comments

Comments

@davidfekke
Copy link

We are providing a WebHook for Mux to give us updates on video uploads. We just added live streams to our platform. Now when a type of 'live_stream_completed' is sent to our WebHook, we get an error when .NET when it tries to parse the started_at property in the recorded_times.

@davidfekke
Copy link
Author

I added a PR with a fix for this issue:

#62

@jsanford8
Copy link
Contributor

Hey @davidfekke - thank you for the PR and pointing this out. Unfortunately, this SDK is generated off of our open API spec, and the proposed changes are incompatible with our spec today and will cause issues in other places. We're working to migrate to a major rev of this (and other) SDKs that will handle this automatically, but unfortunately for today this SDK won't be able to parse webhook payloads.

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

2 participants