clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Cannot Generate token when using Twitch Chat OAuth Token Generator #108

Closed PatPat1567 closed 4 years ago

PatPat1567 commented 5 years ago

Describe the bug When trying to go out to https://www.twitchapps.com/tmi/ in order to get a token for logging in, I get the following error.

image

To Reproduce Steps to reproduce the behavior:

  1. Connect the "Twitch Chat OAuth Token Generator" inside Twitch
  2. Go to https://www.twitchapps.com/tmi/

Expected behavior Receive a token that can be entered into the highlighter for connecting to Twitch.

Screenshots See above

VSCode Version 0.2.2

clarkio commented 5 years ago

@PatPat1567 I'm not seeing an error when I go to the link. You should see a big blue button that says "Connect"

Here's what I'm seeing: image

Do you maybe have a browser extension hiding/removing it or something?

clarkio commented 4 years ago

@PatPat1567 with the new changes from #112 could you see if you are able to successfully connect everything?

PatPat1567 commented 4 years ago

Sorry for the delay in response. Yes, I was able to get connected now.