-
Notifications
You must be signed in to change notification settings - Fork 22
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
NumberFormatException on joining a channel with subscription #42
Comments
Thank you for the report. Do you happen to have a copy of the entire message that caused this exception? It's very hard to figure out what's going on without it. |
it appears that it weren't the emotes. After testing it more: |
I get this as well if this still helps with this |
Hm, so it is not just on channel joins. Alright, I gotta take care of this one pretty soon it seems like. Thanks for the reports. |
Fwiw that particular account that my bot is running under shouldn't be subscribed to any channel (as far as I'm aware) so not sure why there's a guid based emote set? Unless it's something to do with follower emotes? |
Yep, these are the follower emote set |
Error in handling the incoming Irc Message
For input string: "568bb8c9-cb3a-4a15-97eb-79288caa66c1"
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
java.base/java.lang.Integer.parseInt(Integer.java:660)
java.base/java.lang.Integer.parseInt(Integer.java:778)
com.gikk.twirk.types.AbstractTwitchUserFields.parseEmoteSets(AbstractTwitchUserFields.java:77)
com.gikk.twirk.types.AbstractTwitchUserFields.parseUserProperties(AbstractTwitchUserFields.java:61)
com.gikk.twirk.types.users.DefaultUserstateBuilder.build(DefaultUserstateBuilder.java:10)
com.gikk.twirk.Twirk.incommingMessage(Twirk.java:528)
com.gikk.twirk.InputThread.run(InputThread.java:43)
The text was updated successfully, but these errors were encountered: