You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested the latest sample project on the same version of Unity (same everything) and the IRC.Instance.OnChatMessage doesn't ever invoke. I am able to connect to the IRC but I don't see any console messages regarding these listeners. I tested with a second account on my phone. I tried using Anonymous Login as well as my own OAuth token but both have the same outcome.
I noticed that https://twitchapps.com/tmi/ is no longer a thing. Instead, it redirects you to https://twitchtokengenerator.com/ which might be the source of my problems. Using that, I've enabled all permissions and generated what seems to be a working OAuth token (no errors in console about it). Perhaps it has to do with the application's OAuth Redirect URL? I set it to this https://twitchtokengenerator.com which worked on a previous IRC solution I was using.
Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered:
The token thing is fine and it should work with anonymous login regardless.
My guess is that your computer or maybe ISP is blocking the Twitch IRC ports/connections?
Does it work if you change the port to 80, instead of 6667
I've tested the latest sample project on the same version of Unity (same everything) and the IRC.Instance.OnChatMessage doesn't ever invoke. I am able to connect to the IRC but I don't see any console messages regarding these listeners. I tested with a second account on my phone. I tried using Anonymous Login as well as my own OAuth token but both have the same outcome.
I noticed that https://twitchapps.com/tmi/ is no longer a thing. Instead, it redirects you to https://twitchtokengenerator.com/ which might be the source of my problems. Using that, I've enabled all permissions and generated what seems to be a working OAuth token (no errors in console about it). Perhaps it has to do with the application's OAuth Redirect URL? I set it to this https://twitchtokengenerator.com which worked on a previous IRC solution I was using.
Any help would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: