do nothing and press the update button, failed to Update Avatar Information
needs more information
ぎふます
The following error occurs when attempting to update avatar information on the web.
> acknowledgements must be a string˸ ‘null’ - ‘object’
The acknowledgements form needs to be corrected so that it can be passed with an empty string.
Webでアバター情報を更新しようとすると以下のエラーが発生します。
acknowledgements must be a string˸ 'null' - 'object'
acknowledgementsフォームは空文字でも通るように修正をしてほしいです。
Log In
StormRel
needs more information
This should be fixed now, is anyone still having this issue?
nekochanfood
StormRel Hi I confirmed that the issue still occur by testing with few avatars uploaded recently.
nekochanfood
Hmm, seems the author has been solved the issue... that's odd
nekochanfood
StormRel Anyways, I'll leave the ID of my avatar that is occurring an issue here:
avtr_213ebc7f-16f1-4dec-8011-f7f53c83e93d
Note that the avatar is my own and is private
lackofbindings
I have found that adding any characters in the acknowledgements box, and then deleting those characters allows it proceed without error.
Fax
tracked
StormRel
needs more information
Do you have specific repro steps? I don't seem to have this issue when updating avatar info with no changes.
ぎふます
StormRel
There are issues with some of the uploaded avatars, but there are no identifiable factors.
This often happens when you first try to edit information on the web after uploading it from Unity.
The “considerations” parameter doesn't seem to be something that can be set on Unity, so I'm not sure why it's null either.
SDK 3.7.5
I captured the request in the development console, so I'll post it.
nekochanfood
StormRel I've encountered this issue and found a repro step so I'll explain it to you; there's a property named
acknowledgements
in the JSON data of recently uploaded or updated avatars, and it seems to cause the issue.I compared and tested an avatar uploaded a few months ago with one uploaded yesterday, the olde avatar doesn't have this property and can save changes without any problems, but recent avatars contain this property, which seems to prevent them from saving changes.