I'm a bit annoyed that the JSON parser doesn't give a full list of errors. While Fix #299 is correct, there were more JSON errors:
This time, upon trying to import, sourcePlayerId missing is yielded. This time, it's just a capitalisation error (JSON is case sensitive).
To not repeat this again, I properly tested the fix and the corrected URL now leads to a successful import. So this time actually confirmed as working.
I'm a bit annoyed that the JSON parser doesn't give a full list of errors. While Fix #299 is correct, there were more JSON errors:
This time, upon trying to import,
sourcePlayerId missing
is yielded. This time, it's just a capitalisation error (JSON is case sensitive).To not repeat this again, I properly tested the fix and the corrected URL now leads to a successful import. So this time actually confirmed as working.