This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Sign in to view your library & saved favorites.
I had the following crash when I was working on my new character:
Action: character.EYES_SET
Payload: {"eyes":"One eye is light green, the other is hidden under an eyepatch"}
Error: ActionApiError: Invalid JSON response, data object is a string at new t (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:47703) at Object.r [as validateResponse] (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:46302) at https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:50:274364 at r (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:209194) at Generator._invoke (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:210314) at Generator.e.(anonymous function) [as next] (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:209373) at h (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:113255) at n (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:113926) at <anonymous>
I've fiddled around with the text field and it looks like if the eye description entry is too long we get this API crash. Maybe there is a way to do character string length error handling around this so that a crash doesn't occur?
Can you provide the link address of the character sheet, please? We'll try to have a look.
Here's the link: https://ddb.ac/characters/3859526/8XZeBP
Yeah it does not like long descriptions. I'll see what the devs can do.
I had the following crash when I was working on my new character:
Action: character.EYES_SET
Payload: {"eyes":"One eye is light green, the other is hidden under an eyepatch"}
Error: ActionApiError: Invalid JSON response, data object is a string at new t (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:47703) at Object.r [as validateResponse] (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:46302) at https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:50:274364 at r (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:209194) at Generator._invoke (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:210314) at Generator.e.(anonymous function) [as next] (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:209373) at h (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:113255) at n (https://www.dndbeyond.com/Content/1-0-450-0/React/CharacterTools/dist/characterBuilder.bundle.min.js:23:113926) at <anonymous>
I've fiddled around with the text field and it looks like if the eye description entry is too long we get this API crash. Maybe there is a way to do character string length error handling around this so that a crash doesn't occur?
Can you provide the link address of the character sheet, please? We'll try to have a look.
Here's the link: https://ddb.ac/characters/3859526/8XZeBP
Yeah it does not like long descriptions. I'll see what the devs can do.