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

XB returns transcoded-video control XML instead of JSON like the delivery SDK #6659

Open
3 of 5 tasks
russdanner opened this issue Mar 25, 2024 · 2 comments
Open
3 of 5 tasks

Comments

@russdanner
Copy link
Member

russdanner commented Mar 25, 2024

Duplicates

  • I have searched the existing issues

Latest version

  • The issue is in the develop branch
  • The issue is in the latest released 4.1.x
  • The issue is in the latest released 4.0.x
  • The issue is in the latest released 3.1.x

Describe the issue

XB Serializes AWS Video items rather than returning the path of the video.

image

CI: 4806than

Steps to reproduce

Steps:

  1. Configure AWS transcoded video data source
  2. Add video via XB
  3. Note the Javascript SDK serializes the XML rather than returning the URL for the item as expected

Relevant log output

No response

Screenshots and/or videos

No response

@russdanner
Copy link
Member Author

From a discussion with Roy, the following code seems to be the issue. Items of any kind should not be returned as XML.

case 'transcoded-video-picker':
case 'taxonomy-selector':
  return getInnerHtml(element);

@russdanner russdanner added this to the Next Release milestone Mar 25, 2024
@sumerjabri sumerjabri removed the triage Requires triage label Mar 25, 2024
@rart rart changed the title XB Serializes AWS Video items rather than returning the path of the video XB returns transcoded-video control XML instead of JSON like the delivery sdk Apr 1, 2024
@rart rart changed the title XB returns transcoded-video control XML instead of JSON like the delivery sdk XB returns transcoded-video control XML instead of JSON like the delivery SDK Apr 1, 2024
@sumerjabri sumerjabri assigned russdanner and unassigned sumerjabri Apr 1, 2024
@rart rart removed their assignment Apr 2, 2024
@jvega190 jvega190 removed their assignment Apr 9, 2024
@russdanner
Copy link
Member Author

Confirmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Test and Validate
Status: Done
Development

No branches or pull requests

4 participants