I would love to help here, but I’m not actually seeing a problem. What browser are you in, what is it that you think should be happening, what is actually happening, and where are you seeing this error?
I’m using Chrome. My html links to the Twitchtv FreeCodeCamp page. I thought the user story included showing if FreeCodeCamp in online or offline and linking to the FreeCodeCamp channel.
After I fixed the glitch with the new API ID requirement, it was working. The user could link on the top of the page that says FreeCodeCamp is … and see the FCC Channel Screen.It usually says it’s offline, but shows recent streams.
Today it only showed me a black blank page. I checked my Google Console and got this message: Failed to load ‘’ as a plugin, because the frame into which the plugin is loading is sandboxed. player.js:14
Damn. I’m not sure why this is happening. For whatever reason, the Twitch player isn’t loading when it’s referred by CodePen - a part of some security policy enforced by Firefox and Chrome, but not Safari. I’m hugely interested in what Twitch has to say about fixing this problem. If you get an answer, please let us know!
Thank you. So there is no way to fix it?
This was one of my better projects. I learned so much from it and was so proud that it worked just the way I wanted it to. Amazingly enough, my major challenges were with the streamer api’s and the fcc link was originally an easy html link.
How does this affect our passing of the certification? Because we are missing one of the user stories.
I don’t see what you mean by ‘saving locally’.
You will want to create a github page to hold your twitch project and then it will work when you send your visitors to github instead of codepen.
I’m also understanding that eventually all of our projects should be moved to github, I think it is part of the curriculum.
Instead of writing in Codepen you write in code editor on your computer (Atom, Sublime Text, Visual Studio Code, Vim etc).
You use Git to track the changes and GitHub to host your project. When your project is on GitHub you can set it to be live on GitHub Pages.
Sounds complicated, but in reality it’s pretty simple after you have done it a couple of times.
http://surge.sh/ is another commonly used site by FCC campers. Some like it a lot better than GitHub Pages, but I cannot testify as I have never used it.