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

[Blocker]-After calling start-session-QR Code not Generating #2070

Closed
Pankaj-111 opened this issue Nov 5, 2024 · 2 comments
Closed

[Blocker]-After calling start-session-QR Code not Generating #2070

Pankaj-111 opened this issue Nov 5, 2024 · 2 comments
Labels
bug Something isn't working needs triage

Comments

@Pankaj-111
Copy link

Description

After calling /start-session API QR Code not Generating

Environment

WPPConnect-Server version: 2.6.0
Node Version : v20.17.0

Steps to Reproduce

  1. Call the API /start-session
    Response : {
    "status": "CLOSED",
    "message": "QRCode is not available...",
    "session": "PROD-WPS-919311148076"
    }
  2. second Call the API /start-session
    {
    "status": "INITIALIZING",
    "qrcode": null,
    "version": "2.5.2",
    "session": "PROD-WPS-919311148076"
    }
  3. now Call the API /qrcode-session
    Every time the same Response : {
    "status": "INITIALIZING",
    "message": "QRCode is not available...",
    "session": "PROD-WPS-919311148076"
    }
    The session is never initialized
@Pankaj-111 Pankaj-111 added bug Something isn't working needs triage labels Nov 5, 2024
@amir200xven
Copy link

Hi,

I had the same issue with generating the QR code and getting the status "status": "INITIALIZING". I resolved it by updating to the latest version (v2.8.1). I recommend updating your wppconnect-server installation to the latest version, as this fixed the problem for me.

Hope this helps!

Best,
Amir

@renat473
Copy link
Contributor

renat473 commented Nov 9, 2024

Update project version and install google chrome

@renat473 renat473 closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

3 participants