Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

[BUG] Update Profile Name

Open moskoweb opened this issue 2 years ago • 2 comments

Describe the bug When trying to change the profile name, it returns the following error:

{
    "statusCode": 404,
    "error": "Not Found",
    "message": "myAppStateKey (\"AAAAALVm\") not present"
}

To Reproduce Steps to reproduce the behavior:

  1. Created a new connection
  2. Use instance.socket?.updateProfileName("New Name")

moskoweb avatar Apr 29 '23 17:04 moskoweb

I have not been able to recreate in two whatsapp accounts each one different business and normal

Whatsapp BUSSINES image

Whatsapp Not Bussines image

image

andresayac avatar Apr 30 '23 13:04 andresayac

It's working normally here too.

w3nder avatar Apr 30 '23 13:04 w3nder

Please, reopen if this still happening

edgardmessias avatar May 24 '23 01:05 edgardmessias

Describe the bug When trying to change the profile name, it returns the following error:

{
    "statusCode": 404,
    "error": "Not Found",
    "message": "myAppStateKey (\"AAAAALVm\") not present"
}

To Reproduce Steps to reproduce the behavior:

  1. Created a new connection
  2. Use instance.socket?.updateProfileName("New Name")

Same issue for me:

{ "status": 500, "error": "Internal Server Error", "response": { "message": [ "Error updating profile name", "Error: myAppStateKey ("AAAAAKNl") not present" ] } }

danilo-pimentel avatar Sep 18 '23 20:09 danilo-pimentel

Acontece comigo tambem

{ "status": 500, "error": "Internal Server Error", "response": { "message": [ "Error updating profile name", "Error: myAppStateKey ("AAAAADoC") not present" ] } }

DRIMOL avatar Oct 29 '23 20:10 DRIMOL

I had problems here too, apparently it's only on WhatsApp Business, on Messenger it updates normally.

See the return below:

{
    "status": 500,
    "error": "Internal Server Error",
    "response": {
        "message": [
            "Error updating profile name",
            "Error: myAppStateKey (\"AAAAAGdq\") not present"
        ]
    }
}

stactus avatar Nov 26 '23 15:11 stactus