Javascript Fetch for TwitchTV viewer

Hey @poulamic,
the error you are getting can originate from several reasons. Since you only gave a small snippet of your code, I can;t really be sure where the problem originates from.
Have you made sure that the url you are sending in the fetch request is valid?
Have you configured the fetch request appropriately based on Twitch’s API (type of request, headers, API key)?

I would visit this thread :

1 Like