-
-
Notifications
You must be signed in to change notification settings - Fork 430
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 verification code cannot appear. #678
Comments
`package main import ( func eventHandler(evt interface{}) { func main() {
} |
I tried your code, it seems you are using the |
Thank you very much for your reply. I don't quite understand what you mean by "printing" in qrterminal. Could you please explain it to me? I copied the example code, and I'm very grateful for your help. |
You need to generate import(
"github.com/mdp/qrterminal"
)
...
if evt.Event == "code" {
qrterminal.GenerateHalfBlock(evt.Code, qrterminal.L, os.Stdout)
}
... |
Considering closing this issue. |
Hi, hello, I'm encountering a bit of an issue while using Whatsmeow. I've followed the example code, and I'm seeing the log message "19:11:13.070 [Client/Socket DEBUG] Dialing wss://web.whatsapp.com/ws/chat", but there's been no further progress since then. No verification code has appeared. Have I made a mistake somewhere? I really need your assistance with this.
The text was updated successfully, but these errors were encountered: