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
Failed to execute 'postMessage' on 'DOMWindow':The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://www.mysite.fr').
#491
Open
J0onathan opened this issue
Oct 10, 2022
· 1 comment
Hello all.
After loading the video with jquery.mb.YTPlayer I receive this error message. With it, I also got : Access to XMLHttpRequest at 'https://googleads.g.doubleclick.net/pagead/viewthroughconversion/962985656/?backend=innertube&cname=56&cver=20221005&foc_id=t2fHJDmqGo63N7nAOt19nA&label=followon_view&ptype=no_rmkt&random=118337904&cv_attributed=0' (redirected from 'https://www.youtube.com/pagead/viewthroughconversion/962985656/?backend=innertube&cname=56&cver=20221005&foc_id=t2fHJDmqGo63N7nAOt19nA&label=followon_view&ptype=no_rmkt&random=118337904') from origin 'https://www.youtube.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Even if I add the option useNoCookie.
Any help please. Thanks
The text was updated successfully, but these errors were encountered:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('https://mysite.vercel.app').
But only in chrome & edge, on firefox it works fine
Edit: Upon further testing I got the error randomly happening on chrome & edge
Hello all.
After loading the video with jquery.mb.YTPlayer I receive this error message. With it, I also got :
Access to XMLHttpRequest at 'https://googleads.g.doubleclick.net/pagead/viewthroughconversion/962985656/?backend=innertube&cname=56&cver=20221005&foc_id=t2fHJDmqGo63N7nAOt19nA&label=followon_view&ptype=no_rmkt&random=118337904&cv_attributed=0' (redirected from 'https://www.youtube.com/pagead/viewthroughconversion/962985656/?backend=innertube&cname=56&cver=20221005&foc_id=t2fHJDmqGo63N7nAOt19nA&label=followon_view&ptype=no_rmkt&random=118337904') from origin 'https://www.youtube.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Even if I add the option useNoCookie.
Any help please. Thanks
The text was updated successfully, but these errors were encountered: