DevPortal

normalname is not updated

Home Forums Developing with SmartBots HTTP API normalname is not updated

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #484
    Heyter Nitely
    Participant

    Hello,

    with the recent possibility offered to the avatar to change their name, the normalname field returned from the command key2name and name2key are not updated with the new name.

    e.g:

    array:6 [
    “action” => “name2key”
    “key” => “a7b5e4a9-6913-4a6a-8764-9b829f9a1d0a”
    “name” => “Apple Pancake”
    “normalname” => “warehousefifteendesigns Resident”
    “result” => “OK”
    ]

    • This topic was modified 3 years, 9 months ago by Heyter Nitely.
    #487
    Glaznah Gassner
    Keymaster

    SL servers start returning the new name with a lag (usually about 24 hours). So it works weird at the beginning:

    First 24 hours after update:
    name2key Apple Pancake => a7b5e4a9-6913-4a6a-8764-9b829f9a1d0a
    key2name a7b5e4a9-6913-4a6a-8764-9b829f9a1d0a => warehousefifteendesigns Resident (this is weird)

    After 24 hours:
    name2key Apple Pancake => a7b5e4a9-6913-4a6a-8764-9b829f9a1d0a
    key2name a7b5e4a9-6913-4a6a-8764-9b829f9a1d0a => Apple Pancake

    “normalname” is the name returned by SL, that’s why it glitches also. It seems that SL caches got updated already, I get the right name. Please check on your side.

    #488
    Heyter Nitely
    Participant

    Thank you for your update, works fine now. :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.