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

[BUG] QR not displayed in connection.update #1185

Open
JUNIORCEDE opened this issue Dec 31, 2024 · 4 comments
Open

[BUG] QR not displayed in connection.update #1185

JUNIORCEDE opened this issue Dec 31, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@JUNIORCEDE
Copy link

when making a connection via console, the qr code is not shown, and via sockets in connection-update it does not return the qr attribute in the object.

@JUNIORCEDE JUNIORCEDE added the bug Something isn't working label Dec 31, 2024
@7thRA-ONE
Copy link

install required dependencies for Terminal in Qr

@FaouzKK
Copy link

FaouzKK commented Jan 1, 2025

when making a connection via console, the qr code is not shown, and via sockets in connection-update it does not return the qr attribute in the object.

did you install qrcode-terminal ?

@JUNIORCEDE
Copy link
Author

when making a connection via console, the qr code is not shown, and via sockets in connection-update it does not return the qr attribute in the object.

did you install qrcode-terminal ?

yep, these are my dependecies

"devDependencies": {
"@hapi/boom": "^10.0.1",
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"cache-manager": "^5.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^1.6.3",
"baileys": "github:WhiskeySockets/Baileys",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"languagedetect": "^2.0.0",
"pino": "^8.17.2",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.7.2"
}

@7thRA-ONE
Copy link

Show your socket code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants