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
[20:44:07] [pool-11-thread-1/ERROR]: Unable to load emote
java.lang.NullPointerException: null
at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?]
at net.vinrobot.mcemote.client.font.impl.SevenTVEmote.loadFrames(SevenTVEmote.java:73) ~[mcemote-1.1.0.jar:?]
at net.vinrobot.mcemote.client.font.EmoteFontStorage.loadAnimatedGlyph(EmoteFontStorage.java:61) ~[mcemote-1.1.0.jar:?]
at net.vinrobot.mcemote.client.font.EmoteFontStorage.lambda$asyncLoadAnimatedGlyph$1(EmoteFontStorage.java:50) ~[mcemote-1.1.0.jar:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
The text was updated successfully, but these errors were encountered:
7TV API seems to have some problems(?).
I could not (for the moment) experience this exact issue, but I had time where the API didn't return the emotes list.
The text was updated successfully, but these errors were encountered: