Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

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

Open
manumohant opened this issue Mar 31, 2016 · 0 comments

Comments

@manumohant
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant