Emojiful

Emojiful

19M Downloads

java.lang.NullPointerException if emoji can't be downloaded from URL

ViRb3 opened this issue ยท 0 comments

commented

Happened twice to me, once randomly in-game, once during game load.

Crash log: https://pastebin.com/UnHJtess

Crashes on line 188:

YamlReader reader = new YamlReader(new StringReader(Emojiful.readStringFromURL("https://raw.githubusercontent.com/InnovativeOnlineIndustries/emojiful-assets/master/Categories.yml")));
ArrayList<String> categories = (ArrayList<String>) reader.read();
for (String category : categories) {
CATEGORIES.add(0, new EmojiCategory(category.replace(".yml", ""), false));