Shawn
Posts: 0
Joined: Sat Jun 21, 2014 11:13 pm

Untrusted Origin Error when playing Youtube video

I had a page to display Youtube videos that was working before and now I'm getting an error 'Untrusted origin' when playing youtube video on my browser

I'm using the 'Youtube component' & on the code on Page show looks something like this

Appery('kioskYoutube').attr("src", "https://www.youtube.com/embed/"+ localStorage.getItem('youtubeid') + "?autoplay=1&loop=1&controls=1&showinfo=0&playlist="+localStorage.getItem('youtubeid')+"&enablejsapi=1&origin=https%3A%2F%2Fappery.io");

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Untrusted Origin Error when playing Youtube video

Hi Shawn,

What browser do you use? What version? This seems to be Youtube issue.
Have you tried in different browser?

Shawn
Posts: 0
Joined: Sat Jun 21, 2014 11:13 pm

Untrusted Origin Error when playing Youtube video

I get the same error when trying to play the video from the App

My chrome Version 41.0.2272.101 m

I dont understand how code that worked before keeps breaking
as your platform changes ?

Return to “Issues”