Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
356 stars 81 forks source link

SyntaxError · Unexpected token u in JSON at position 0 #94

Closed ovchinnikov closed 1 year ago

ovchinnikov commented 1 year ago

Hi, Some of my users have the following error "SyntaxError · Unexpected token u in JSON at position 0"

image

[MCLC]: MCLC version 3.16.16

Does anyone know how to solve it?

ovchinnikov commented 1 year ago

Probably need to add "return" in line 116

Pierce01 commented 1 year ago

Yep, that looks like it would cause the issue. I'll add return when I get home from work._