I'm getting an unexpected exception when loading some binaries, but it is no problem when loading jsons.
Finally, I find the reason is :
String path = input.readString(); is returning null.(line 192)
Is that a bug ? Or am I doing something wrong ? 😢
Thank you for any suggestion .