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

The Session does not start #18

Open
alexolmait opened this issue Dec 2, 2022 · 1 comment
Open

The Session does not start #18

alexolmait opened this issue Dec 2, 2022 · 1 comment

Comments

@alexolmait
Copy link

The Session does not start

Wppconnect starts initializing a session but newer ends.
No QR code is generated.
This issue has started appearing since 28 Nov.

Environment

  • WPPConnect version(s): 1.16, 1.17 (Docker version)
  • Browser: Chromium XX
  • OS: Ubuntu 20.04

Running a few instances on different machines; and the issue started appearing on all of them.

Steps to Reproduce

  1. Generate token {{baseUrl}}/api/nova/:secretkey/generate-token
  2. start session {{baseUrl}}/nova/start-session
  3. {{baseUrl}}/nova/status-session

Updated wppconnect version 1.16 to 1.17
Rebuild docker images, but the issue persists

Log Output

{
    "status": "success",
    "session": "nova",
    "token": "$2b$10$M8BSLYBz5rh41MP7uo1LaelxvqoYC8a3OfKYS6_TnzYf6BFCBayLO",
    "full": "nova:$2b$10$M8BSLYBz5rh41MP7uo1LaelxvqoYC8a3OfKYS6_TnzYf6BFCBayLO"
}

{
    "status": "INITIALIZING",
    "session": "nova"
}

P.S.

Wondering if others are having the same problem?

@alexolmait
Copy link
Author

A change of package manager in DockerFile from yarn to npm helped.
I also made some changes in config.json of server as redisHost configuration differed from the old one.

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

1 participant