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 #2275

Closed
1 task done
DwiRizqiH opened this issue Nov 8, 2021 · 3 comments
Closed
1 task done

client.inviteInfo return undefined #2275

DwiRizqiH opened this issue Nov 8, 2021 · 3 comments

Comments

@DwiRizqiH
Copy link

Are you using the latest version of the library?

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

Current Behavior

when i use client.inviteInfo return undefined

Expected Behavior

No response

Steps To Reproduce

No response

Mode

My own code

create() code

create({
    executablePath: '/usr/bin/google-chrome',
    sessionDataPath: './session.data.json',
    headless: true,
    autoRefresh: true,
    restartOnCrash: start,
    cacheEnabled: true,
    killProcessOnBrowserClose: true,
    throwErrorOnTosBlock: false,
    deleteSessionDataOnLogout: false,
    multiDevice: false,
    authTimeout: 0,
    qrTimeout: 0,
    maxMessages: 200,
    chromiumArgs: [
        '--no-sandbox',
        '--disable-setuid-sandbox'
        /*'--aggressive-cache-discard',
        '--disable-cache',
        '--disable-application-cache',
        '--disable-offline-load-stale-cache',
        '--disk-cache-size=0'*/
    ]
})
    .then(nao => start(nao))
    .catch(error => console.log(error))

DEBUG INFO

Debug info {
WA_VERSION: '2.2142.12',
PAGE_UA: 'WhatsApp/2.2108.8 Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36',
WA_AUTOMATE_VERSION: '4.23.7',
BROWSER_VERSION: 'HeadlessChrome/95.0.4638.69'
}

Environment

- OS: 'Linux 5.11'
- Node: 14.18.1
- npm: 8.1.3

Screenshots

No response

Anything else?

No response

@GamiDPC
Copy link

GamiDPC commented Nov 8, 2021

It's the same with me
{"success":true}

@smashah
Copy link
Member

smashah commented Nov 11, 2021

patched

@smashah smashah closed this as completed Nov 11, 2021
@GamiDPC
Copy link

GamiDPC commented Apr 7, 2024

after the last update it stopped processing group links again

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

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

3 participants