I looked at this yesterday.
When I looked it apepared that embed everywhere was in use, and for whatever reason the script is being run Twice.
This seems to be an issue the Dynadot website building but I have no idea why. This would likely be fixed using just the iFrame version instead of the EmbedJS version.
And the presented iFrame code should be
<iframe
src="https://player.twitch.tv/?channel=gamingmorningshow&parent=gamingmorningshow.tv&parent=www.gamingmorningshow.tv&muted=true"
height="158"
width="280"
allowfullscreen>
</iframe>
IE both gamingmorningshow.tv and www.gamingmorningshow.tv as parents.
Omit the parent to let it auto detect. (All their non www.'s seem to redirect to the www. version so auto detect works better.
new Twitch.Embed("twitch-embed", {
width: 280,
height: 158,
channel: "gamingmorningshow",
allowfullscreen : "true",
layout : "video"
});
But that won’t solve the double run issue. That appears to be occuring