extensions-hello-world icon indicating copy to clipboard operation
extensions-hello-world copied to clipboard

The Simplest Extension in the (Hello) World

Results 14 extensions-hello-world issues
Sort by recently updated
recently updated
newest added

Replaced the dead link to Developer Rig Github Repo with the link to the official Twitch Documentation on the Developer Rig.

The curl command provided in the README now results in {"error":"Unauthorized","status":401,"message":"OAuth token is missing"}. It would be helpful to explain the steps that the current Twitch API requires to get...

The example does not work if the user does not first decode the secret token with Base64 (wich is not specified if i'm not mistaken)

Deprecate this guide in lieu of https://github.com/twitchdev/extension-getting-started

I'm having a terrible time getting the developer rig running on my Windows 8.1 box. I can't create a project with any of the projects offered as starter code (Hello...

Hello, I am very new here, but I was wondering if there is any plan/ instructions on how to run this on Linux.

According to the comment in logSuccess the hello-world sample should use the broadcast functionality of PubSub to trigger the actual color change. https://github.com/twitchdev/extensions-hello-world/blob/b5eb29a842829691391b687174f5a17d0ff0c0a0/public/viewer.js#L56-L60 But due to createRequest pointing to updateBlock...

Hi, Trying to learn how to build an extension. 1. Is live reloading working? I can see that `inert` is listed as a dependency which should make reloading available via...

All of the documentation linked to for windows certificate generation is out of date. the documentation refers to using a tool that has is no longer available (makecert.exe) and any...