-
Notifications
You must be signed in to change notification settings - Fork 445
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
wabweb container exit code 1: /opt/whatsapp/bin/web_setup.sh: line 368: WACORE_PORT_6250-6253_TCP: invalid variable name #101
Comments
Hi ronna (https://github.com/ronna/), Thank you for your comment. This GitHub repo is not actively monitored. If you need help, please check previously asked questions in the WA Business API Developer Community, or raise a Direct support ticket. Meanwhile, we are happy to continue with less time-sensitive discussions in GitHub. Thanks for your understanding! |
Same here. So far Direct Support is only telling us it is our fault but it really is a container issue 😭 |
Same issue here using WA_API_VERSION=2.59.2 and latest version of docker-compose file with Docker Desktop 4.35.1 (173168) |
same here |
I also opened a ticket on meta developer site wishing that help fixing the issue https://developers.facebook.com/community/threads/1090523782334534/?post_id=1090523785667867 |
Hi, The solution is to remove the |
Hi @RonnieRocket147
Perhaps I should open a separate issue for this |
I had the same problem, try removing the lines
|
Yes I think this is because the default network bridge does not provide name resolution as stated in https://docs.docker.com/engine/network/drivers/bridge/#differences-between-user-defined-bridges-and-the-default-bridge |
There is any update\solution on this issue? |
Following the docker compose install and using docker files wabweb container is not starting, see log below
waweb-1 | Uploading certificate to db
waweb-1 | Downloading certificate from db
waweb-1 | Installed ca cert at /var/lib/whatsapp/ca.pem
waweb-1 | Installed server cert at /var/lib/whatsapp/www.cert
waweb-1 | Rewrote cert file at /var/lib/whatsapp/server.cert
wacore-1 | D 2024-11-04 13:02:44.625 UTC 44 servicemessagestore_p.h:1350] Creating template_rate_limiting_rolling_window_counter table req_id=none
wacore-1 | D 2024-11-04 13:02:44.625 UTC 44 datastore.cpp:1587] Creating table "template_rate_limiting_rolling_window_counter" req_id=none
wacore-1 | D 2024-11-04 13:02:44.625 UTC 44 datastore.cpp:1647] "CREATE TABLE IF NOT EXISTS template_rate_limiting_rolling_window_counter ( timestamp BIGINT NULL , template_id VARCHAR(512) CHARACTER SET latin1 NOT NULL , pacing_session BIGINT NULL )" req_id=none
waweb-1 | SSL Hardened
waweb-1 | SSL enabled
waweb-1 | Provisioned certificates successfully
waweb-1 | Cleaned up staging area
wacore-1 | D 2024-11-04 13:02:44.652 UTC 44 datastore.cpp:1497] Creating indexes for "template_rate_limiting_rolling_window_counter" req_id=none
waweb-1 | /opt/whatsapp/bin/web_setup.sh: line 368: WACORE_PORT_6250-6253_TCP: invalid variable name
The text was updated successfully, but these errors were encountered: