Twitch overlay extension

Then you need to debug the issue.

Most commonly you have uploaded a zip containing a folder of files
Instead of a zip containing the files

The current status of overlay is “Current Status: Local Test”. I am able to see my score overlay in “Twitch developer Rig” see here https://www.screencast.com/t/Wns4JCjySnoF

but the same is not displaying in Stream Manager https://www.screencast.com/t/xXXuYEsaVs

Extension is already activated on channel https://www.screencast.com/t/NBmBnOfboK

Am I on the right track? what could be the problem here?

I am getting the following error in console

https://api.twitch.tv/kraken/channels/491630980/ingest/health 404 https://www.screencast.com/t/1Q6S7Hs3

Did you hover of the stream
Hit the icon on the right
Select “Accept” on the dialog disclaimer that it’s an in test extension?

image

Also please don’t necro the post I referenced and/or post the same message on multiple threads.

When “Extension Status: Local Test” icon is not displayed, but when current extension status: Hosted Test icon in the right is displayed
https://www.screencast.com/t/uxSYwsdfNMuy

after clicking on ‘Accept’ following is displayed
https://www.screencast.com/t/dd5CQwJhQGtC

I clicked on ‘Add to my channel’ showing the following screen
https://www.screencast.com/t/ziJ0Ye34SGQy

Score overlay is still not displayed on my channel

Getting the following error in console
https://www.screencast.com/t/JhjvHvKkf

The icon appears regardless of extension state if the extension is active on the channel, and in the case of video extensions the Stream is live

You don’t need to do that you already did that part.
You just have to hit accept then close the dialog.

There is nothing in your screenshot relevant to extensions, check the network tab to observe actual HTTP requests and their response code status

Icon displayed in right side and clicked on ‘Accept’ button
The extension still not displaying on my channel while status is in “Local Test”. I don’t know what and where I am missing the things.

Check chrome inspector network tab for any HTTP errors
Check chrome console for any errors
Right click on the video and inspect element to find the iframe and see if you have any HTML loaded and any HTML elements if any are placed where you are expecting them to be

No error found in console https://www.screencast.com/t/KgcpQV9z
No error in network tab https://www.screencast.com/t/v61jnkoQLXXy

No html element found related to my overlay in the elements tab

In the network tab find the calls to load your extension.

Or at this point tell me the channel that it’s installed on, and add me to the testers whitelist and I’ll go debug for you

Thank you, My channel is tariquewaseem. I have whitelisted your account ‘BarryCarlyon’ for testing.

You are currently in localtest served from Localhost I cannot view the extension, as the URL is set to localhost

ok, let me host it on some domain. I need to host all these files right? https://www.screencast.com/t/dPpYe74nL

yup. For hosted test you zip up the files in the folder, not a folder of files

Uploaded the files and move to next step “hosted test” Please check now

404 files not uploaded correctly

Check the zip you uploaded contains the files, not a folder with files in

ok, zip the files only and uploaded again. is it working now?

Currently showing as not live

channel is live now. I have just started streaming on it

You can’t do this:

    <div class="wrapper" style="height: 100%;">
        <iframe src="svghtml.html" frameborder="0" height="100%" width="100%"></iframe>
    </div>

You cannot use iFrames