converse.js icon indicating copy to clipboard operation
converse.js copied to clipboard

Error getting data from Vcard Contact

Open rgonzalez-in opened this issue 1 year ago • 2 comments

Describe the bug I am unable to obtain updated contact profile data.

To Reproduce Steps to reproduce the behavior:

  1. Click on 'picture profile contact'
  2. Click on 'update - refresh'
  3. See error: 3.1 TypeError: Cannot read properties of null (reading 'requestUpdate') 3.2 TypeError: Cannot read properties of undefined (reading 'querySelector')

Expected behavior Get updated vcard contact information: Nickname, Picture, Email, etc...

Screenshots image

image

Environment (please complete the following information):

  • XMPP Server = Ejabberd 23.10.0
  • Desktop or Mobile? = all
  • Browser = all
  • Converse.js version = 10.1.6

Additional context When the data (cookie - cache) is deleted from the browser, the new vcard data is updated.

rgonzalez-in avatar Feb 19 '24 16:02 rgonzalez-in