theonion/videojs-vast-plugin

VAST Error: on VASTClient.requestVastXML, HTTP request error with status '-1'

Opened this issue · 0 comments

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