You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out! I think the issue lies here:
parsedVAST.VAST.Ad = parsedVAST.VAST.Ad.reduce...
My guess is that this doesn't work when the response from the ad server only returns a single ad, causing the function to error out due to the function reduce not being applicable.
Yes, I think it's the same root cause. The fact that Ad can be an array sometimes, but not every time is a bit of a headache. Will look into it when I get the time.
While testing, some strange results were found.
Command
returns
which includes a mp4 asset in MediaFile.
However, a duration of 30 seconds would return transcoded assets.
Command
returns
Here the second asset is actually 2 mins instead of 10 seconds long.
The text was updated successfully, but these errors were encountered: