GithubHelp home page GithubHelp logo

Comments (17)

mohamed-elghafiani avatar mohamed-elghafiani commented on July 21, 2024 1

I have the same problem here, it keeps showing the message "Whatsapp is out of date. Updating now ...."
No QR code is shown!
I think the problem is from Whatsapp web!

patron:PLUS

from whatsapp-http-api.

jerryrat avatar jerryrat commented on July 21, 2024 1
6fc7258f4ae2a6b6c079ad6182ea82e docker name changed, after change name it works

from whatsapp-http-api.

Thiagomleite avatar Thiagomleite commented on July 21, 2024

I have this same problem using the plus version.

from whatsapp-http-api.

willpexeroo avatar willpexeroo commented on July 21, 2024

Yea, same problem here. Im waiting they fix it

from whatsapp-http-api.

jerryrat avatar jerryrat commented on July 21, 2024

same, tried different version, seems communication with WhatsApp issues, old version also can not load QR code when start new session.

from whatsapp-http-api.

synl0rd avatar synl0rd commented on July 21, 2024

me too, please fix this.

from whatsapp-http-api.

egbertomonteiro avatar egbertomonteiro commented on July 21, 2024

Same issue. Latest version available, all sessions "Starting" forever:
image

log:
[Nest] 31 - 06/29/2024, 12:38:54 PM ERROR [WhatsappSession - 7e980f4c-1c02-4833-a073-29afabe7cde3] ProtocolError: Waiting for selector [data-icon='search'] failed: Protocol error (Runtime.callFunctionOn): Target closed.
[Nest] 31 - 06/29/2024, 12:38:54 PM LOG [WhatsappSession - 7e980f4c-1c02-4833-a073-29afabe7cde3] Setting up client start in 2 seconds...
[Nest] 31 - 06/29/2024, 12:45:25 PM ERROR [WhatsappSession - e065d5be-81b7-4c84-8eb6-2d44ba7c34b5] ProtocolError: Waiting for selector [data-icon='search'] failed: Protocol error (Runtime.callFunctionOn): Target closed.
[Nest] 31 - 06/29/2024, 12:45:25 PM LOG [WhatsappSession - e065d5be-81b7-4c84-8eb6-2d44ba7c34b5] Setting up client start in 2 seconds...
[Nest] 31 - 06/29/2024, 1:30:28 PM ERROR [WhatsappSession - b5164473-cb9f-4302-8f81-c8e1e253076c] ProtocolError: Waiting for selector [data-icon='search'] failed: Protocol error (Runtime.callFunctionOn): Target closed.
[Nest] 31 - 06/29/2024, 1:30:28 PM LOG [WhatsappSession - b5164473-cb9f-4302-8f81-c8e1e253076c] Setting up client start in 2 seconds...
[Nest] 31 - 06/29/2024, 2:08:34 PM LOG [SessionManager] Stopping b5164473-cb9f-4302-8f81-c8e1e253076c session...
[Nest] 31 - 06/29/2024, 2:08:34 PM LOG [SessionManager] "b5164473-cb9f-4302-8f81-c8e1e253076c" has been stopped.
[Nest] 31 - 06/29/2024, 2:08:34 PM ERROR [WhatsappSession - b5164473-cb9f-4302-8f81-c8e1e253076c] ProtocolError: Waiting for selector [data-icon='search'] failed: Protocol error (Runtime.callFunctionOn): Target closed.

from whatsapp-http-api.

daviddr17 avatar daviddr17 commented on July 21, 2024

same here, sometimes it starts but after scanning qr code nothing happens and whatsapp says after a minute that connection was not successful

patron:PLUS

from whatsapp-http-api.

ilhamakbar12 avatar ilhamakbar12 commented on July 21, 2024

6fc7258f4ae2a6b6c079ad6182ea82e docker name changed, after change name it works

it work for me also, thankyou

from whatsapp-http-api.

faezyatama avatar faezyatama commented on July 21, 2024

I have the same problem here, it keeps showing the message "Whatsapp is out of date. Updating now ...."
No QR code is shown! Whats wrong...

from whatsapp-http-api.

MVidal80 avatar MVidal80 commented on July 21, 2024

same here, using devlikeapro/waha-plus

from whatsapp-http-api.

obtulowiczl avatar obtulowiczl commented on July 21, 2024

I also have pro image from May and "Whatsapp is out of date. Updating now ...." problem. I could renew my subscription, but problem is still not solved.

from whatsapp-http-api.

mohamed-elghafiani avatar mohamed-elghafiani commented on July 21, 2024

For those who are still experiencing this issue, try pulling the image again and rerunning it. This resolved the problem for me!

patron:PLUS

from whatsapp-http-api.

MVidal80 avatar MVidal80 commented on July 21, 2024

For those who are still experiencing this issue, try pulling the image again and rerunning it. This resolved the problem for me!

patron:PLUS

please share the commands

from whatsapp-http-api.

mohamed-elghafiani avatar mohamed-elghafiani commented on July 21, 2024

For those who are still experiencing this issue, try pulling the image again and rerunning it. This resolved the problem for me!
patron:PLUS

please share the commands

I am using waha-plus
if you're like me:
You can download the image using:
docker login -u devlikeapro -p {KEY}
docker pull devlikeapro/waha-plus
docker logout

and then run it using:
docker run -it -p 3000:3000/tcp devlikeapro/waha-plus

If you're using normal version it's the same think just instead of waha-plus change it to waha. Also you won't need to login!

You can check the doc for more info:
https://waha.devlike.pro/docs/overview/quick-start/

patron:PLUS

from whatsapp-http-api.

MVidal80 avatar MVidal80 commented on July 21, 2024

thanks for sharing.
i had a script that was still calling the old docker name,
I confirm that now I get the qr code

from whatsapp-http-api.

devlikepro avatar devlikepro commented on July 21, 2024

⚠️ Please make sure you're using the new docker image name devlikeapro/waha and devlikeapro/waha-plus in both docker pull command AND docker run commands.
Stop and remove the previous container if you have any (you can check it by docker ps)
Check GET /api/version response after that it must return 2024.6.8 or later (NOT 2024.6.1 or 2024.6.2 - it 100% means you're running old image, devlikeapro/whatsapp-http-api)

If after update you still have issues - kindle create SEPARATE issue and provide GET /api/version response with details.

https://waha.devlike.pro/blog/docker-image-has-been-renamed-to-devlikeapro/waha/

patron:PRO

from whatsapp-http-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.