Embedded stream throwing internal js error

I’m creating a react-redux app (live app: https://goo.gl/mSV2SA) to view multiple streams and create view configs at the same time. I’m using the Twitch Player to initialize a stream. I’m receiving an error from what I assume is internal redux code in the iframe js code? Viewing the console in that app shows the error happening…

Even a minimal example using just the iframe syntax causes this same error. Anyone know what is going on here? I don’t think it was doing this a couple days ago…

<html>
<body>
<iframe
    src="http://player.twitch.tv/?channel=cam_zach"
    height="720"
    width="1280"
    frameborder="0"
    scrolling="no"
    allowfullscreen="true">
</iframe>
</body>
</html>

Looks like it was patched. Error is no longer showing heh.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.