-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to channels when their name ends with an underscore #27
Comments
Yeah, I would guess that it may be due to your username’s format. It’s been quite a while since I worked on OVRTC so I’m not sure. That said, I’m also not sure when I can patch this, but I’ll look into it regardless. |
Oh don’t worry about it I changed my name on twitch thanks anyways though :) |
sounds like a simple string conversion in the right place might do it, if you point me to the file I can give it a go @Hotrian |
@joseph-allen this one handles the actual Twitch procedures but may not be the one causing issues with the trailing underscore. |
i think this is the submission not the chat itself? |
#29 was caused by Unity not being able to draw certain characters afaict. I never finished figuring out what was causing the issue with the trailing underscore as no one else ever brought it up, and @ItsBrando changed his Twitch name so it didn't seem to be an issue for anyone anymore (although I acknowledge there could be other users who have experienced this issue but never took the time to bring it to my attention). |
I have the same issue with my channel. Channel has two underscores in name, and will not connect. Issue lies in the TwitchChatTester.cs. Seems like this routine splits the string by "" to capitalize the first letter. This doesn't work for channel names with "__" in it, since it cannot capitalize "" public static string ChannelFirstLetterToUpper(string str)
|
Thanks for bringing that up @agwosdz, I'll look into this as soon as I can. |
I cant connect to my twitch account to read my chat, i can connect to other ones just not mine, im not sure if its because of the two underscores in my name or what.
Account- ItsBrando__
The text was updated successfully, but these errors were encountered: