-
Notifications
You must be signed in to change notification settings - Fork 2
failed to request key for a changed SL-name also not possible to add that key with new username to the database. #5
Comments
Can you provide some example names/UUIDs? We will probably need a volunteer to create and maintain something in-world to handle this reliably. |
Jade Alpaca 588cbc30-29c5-4eb3-a7fe-b216be687a38 |
everyone with a lastname from this list: https://twitter.com/SecondLife/status/1249799210108686339 Alpaca |
What @freddii means is that people now can change their name in Secondlife which when they are seen by any of the inworld objects that communicate with W-Hat services is that they are being discarded because there's already a name connected with that UUID. For example: UUID: 507dc24a-ff87-4b5f-8db6-f0e21b95df0e When querying SL search, it will return the new name but the old name should also be "stored" as historical. Currently there's no way to do that without breaking.
|
We already update the key2name mapping to the new name and add a new name2key mapping when we become aware of a name change. (see #3) The problem is we have no way to become aware of those changes right now. We are receiving new names and keys faster than we can query them. Our recent downtime was essentially caused by all of our queues overflowing. The best fix for this would be to have an in-world script using the proper APIs that anyone can run to help share the load, but we do not have anyone that can create this. I personally am banned from SL forever. |
It's now possible in SL to change your Firstname and Lastname while keeping the UUID.
But the w-hat database is not able to give out the UUID when requesting with a changed username.
The text was updated successfully, but these errors were encountered: