Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.inviteInfo return undefined #3187

Closed
1 task done
GamiDPC opened this issue Apr 7, 2024 · 2 comments
Closed
1 task done

client.inviteInfo return undefined #3187

GamiDPC opened this issue Apr 7, 2024 · 2 comments

Comments

@GamiDPC
Copy link

GamiDPC commented Apr 7, 2024

Are you using the latest version of the library?

  • I have checked and am using the latest version of the library.

What type of session are you experiencing this issue on?

Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag

What type of host account are you experiencing this issue on?

Personal account (normal)

Mode

EASY API/CLI

Current Behavior

when i use client.inviteInfo return undefined

Expected Behavior

No response

Steps To Reproduce

No response

create() code OR full CLI command + CONFIG

you.inviteInfo(req.body.url)
        .then(d => {
		  res.json({success: true, inviteInfo: d})
        })
        .catch(e => {
		  res.json({success: true, inviteInfo: e})
        })


return

{"success":true,"inviteInfo":{}}

DEBUG INFO

WA_VERSION - '2.3000.1012605925'                                                             PAGE_UA - 'WhatsApp/2.2147.16 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36' │
WA_AUTOMATE_VERSION - '4.71.1'                                                                  
BROWSER_VERSION - 'HeadlessChrome/112.0.5614.0'

Environment

- OS: Windows 10
- Node: v18.16.0
- npm: 9.5.1

Screenshots/Logs

No response

Anything else?

No response

@GamiDPC
Copy link
Author

GamiDPC commented Apr 10, 2024

Will you fix it?

@smashah
Copy link
Member

smashah commented Apr 12, 2024

@GamiDPC this is fixed, update to latest version restart and try again

@smashah smashah closed this as completed Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants