Twitch Extension Example don't works

I just uploaded panel.html as it is in the example Hello World Example code but it dont works. It shows nothing. At viewer.js i copied the authorization code and at viewer.css nothing and at video_component.html nothing
means

panel.html
Content from example
viewer.js
Authorization content from example
viewer.css
Nothing
video_component.html
Nothing

This usually indicates you uplaoded a Zip file of a folder of files

Instead of a zip file of files.

You can debug this using the Browser developer console and should fine that in network your panel.html has 404’ed as the file isn’t where it’s supposed to be

1 Like

Oh yes. I will try it with uploading a zip of the files again.

Thank you it works now