Giter Club home page Giter Club logo

Comments (9)

gekkedev avatar gekkedev commented on July 30, 2024 3

@Saifallak @sandro-salles @ademirMess if you want to say "plus 1" you can just react with a thumbs up. GitHub even hides repetitive replies.

from wppconnect.

sandro-salles avatar sandro-salles commented on July 30, 2024 1

@renandecarlo already did that.. multiple times. no help...

Using headless false, i can see that the instance is in fact authenticated:

WhatsApp Image 2024-06-11 at 10 12 11

Bu the process hangs for some time as Waiting page load and then i can see some exceptions in the console:

WhatsApp Image 2024-06-11 at 10 11 28

from wppconnect.

Saifallak avatar Saifallak commented on July 30, 2024

+1

from wppconnect.

sandro-salles avatar sandro-salles commented on July 30, 2024

+1

from wppconnect.

sandro-salles avatar sandro-salles commented on July 30, 2024

@renandecarlo still having issues on Ubuntu 22.04, even after setting that version manually.

Environment
WPPConnect version(s): 1.31.0
WA-JS version(s): 3.3.1
Browser: Chrome 125.0.6422.141
OS: Ubuntu 22.04
Node version: v18.19.1
WhatsApp version: 2.3000.1014090025-alpha

Puppeteer versions:
"puppeteer": "^22.10.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-extra-plugin-user-data-dir": "^2.4.1",
"puppeteer-extra-plugin-user-preferences": "^2.4.1",

WhatsApp Image 2024-06-11 at 10 02 59

Anyone?

from wppconnect.

renandecarlo avatar renandecarlo commented on July 30, 2024

@sandro-salles you have to delete the tokens folder after editing the wpp version

from wppconnect.

renandecarlo avatar renandecarlo commented on July 30, 2024

@sandro-salles i'm not sure then, maybe try an older version like 2.3000.1013710920-alpha or whatsappVersion: null
It works for me with a bare minimum wppconnect instance on Windows 10

const wppconnect = require('@wppconnect-team/wppconnect');


(async () => {
	try {
		wppconnect.defaultLogger.level = 'silly';

		const client = await wppconnect.create({
			session: 'wpp-session', 
			headless: false, 
			whatsappVersion: '2.3000.1013710920-alpha',
		});
	} catch(e) {
		console.error('-> Não foi possível inicializar o Whatsapp Web', e);
	}
})()

2024-06-11 10_46_14-Window

from wppconnect.

ademirMess avatar ademirMess commented on July 30, 2024

+1

from wppconnect.

icleitoncosta avatar icleitoncosta commented on July 30, 2024

Hey, please test this PR:
#2215

from wppconnect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.