We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tobin reported error 500s on upload and I see a JSON.parse failure. This is the culprit JSON:
'{ "version": "2", "name": "Tobin", "race": "Sho", "gender": "Male", "level": 239, "allegiance_name": ""Guardians of the Lifestone"",
I didn't know allegiance names could have double quote chars in them so I didn't bother escaping. I really should escape them.
The text was updated successfully, but these errors were encountered:
It's entirely possible retail didn't allow this so I might just close this and file a bug on whichever server code Drunkenfell uses.
Sorry, something went wrong.
amoeba
No branches or pull requests
Tobin reported error 500s on upload and I see a JSON.parse failure. This is the culprit JSON:
I didn't know allegiance names could have double quote chars in them so I didn't bother escaping. I really should escape them.
The text was updated successfully, but these errors were encountered: