• Resolved pcriss12

    (@pcriss12)


    Hello! I need a little help with this error

    Whoops! This embed is misconfigured.

    (Developers: Please check your browser console for more information)

    • This topic was modified 4 years, 5 months ago by pcriss12.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I think the mistake is on the side of the twitch itself. The frame code created on the twitch produces the same message. Use this code while the developers of the plugin and twitch solve the problem. Just replace the channel name with yours.

    <script src= "https://player.twitch.tv/js/embed/v1.js"></script>
    <div id="<player div ID>"></div>
    <script type="text/javascript">
       var options =
       {
        height:"200",
        width: "100%",
        channel: "vitamus"
       };
      var player = new Twitch.Player("<player div ID>", options);
      player.setVolume(0.5);
    </script>

    Detailed usage settings here – https://dev.twitch.tv/docs/embed/video-and-clips/
    and sorry for my english.

    • This reply was modified 4 years, 5 months ago by gamecaste.
    Plugin Author flowdee

    (@flowdee)

    We released v3.0.1 of our plugin which solves the issue!

    PS: Indeed, this error occurred due to changes on the Twitch side.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in my widget’ is closed to new replies.