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
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
I am using videojs-vast-vpaid version 5 to play an ad from "YuMe" that returns an Inline ad with mediafile type="application/x-shockwave-flash" and apiFramework="VPAID". It is displaying a message in console
VAST Error: on VASTClient.requestVastXML, HTTP request error with status '-1'
complete message object is
{"message":"VAST Error: on VASTClient.requestVastXML, HTTP request error with status '-1'","code":301}
The part of code throws this message is
`function _(t, e)
{
n.trigger({ type: "vast.adError", error: t });
y();
if (console && console.log)
{
console.log("AD ERROR:", t.message, t, e)
}
} `
Also I can see a Cross-origin request blocked error also
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://cdn-01.yumenetworks.com
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using videojs-vast-vpaid version 5 to play an ad from "YuMe" that returns an Inline ad with mediafile type="application/x-shockwave-flash" and apiFramework="VPAID". It is displaying a message in console
The part of code throws this message is
`function _(t, e)
{
n.trigger({ type: "vast.adError", error: t });
y();
if (console && console.log)
{
Also I can see a Cross-origin request blocked error also
The text was updated successfully, but these errors were encountered: