Open LorisXP opened 7 months ago
Same here!
There was some confusion in the last commit — it has been reverted.
You are trying to ping the development callback server that has been disabled in the last commit.
Please set the option ENABLE_LOCAL_CALLBACK_EXAMPLE=TRUE
in your docker-compose.yaml or pull the latest version of the repository.
There was some confusion in the last commit — it has been reverted. You are trying to ping the development callback server that has been disabled in the last commit. Please set the option
ENABLE_LOCAL_CALLBACK_EXAMPLE=TRUE
in your docker-compose.yaml or pull the latest version of the repository.
I've taken your latest commit, added the CORS as always. As soon as I activate the server, I see this log entry:
whatsapp_web_api | > whatsapp-web-api@1.0.0 start
whatsapp_web_api | > node server.js
whatsapp_web_api |
whatsapp_web_api | Server running on port 3000
whatsapp_web_api |
I obtain the QR code without errors, as soon as I scan it, the phone appears to be connected correctly. However, in the log, I see:
whatsapp_web_api | Initialize error: Execution context was destroyed, most likely because of a navigation.
The session isn't created and, of course, the submission doesn't start. I don't know what else to do. It's not the CORS's fault because I had enabled them without problems in the past.
How can I solve this? Thank you to anyone who will help me, I wish you all a good day.
Any update?
Running it locally works for me !
Any updates?
Hello everyone, after updating the container to the latest available version, I have new issues. Also, the software is behaving strangely.
When I try to obtain the QR code, I always get this error, but it still returns it anyway:
Then when I connect with my phone anyway, for WhatsApp mobile there are no problems, it seems connected. However, in the log, this still appears:
As soon as I try to send a message, it tells me that I'm not connected to the session and therefore it doesn't let me send it, crashing the container with this error:
Since the container crashed, when Docker restarts it, it resumes the session, and magically when I call the message sending API, it works correctly again. However, as soon as I disconnect the session and retry the process, it doesn't work anymore.
How can I solve this? Thank you to anyone who will help me, I wish you all a good day.