【问题标题】:whatsapp business api giving error wacore not instantiatedwhatsapp业务api给出错误wacore未实例化
【发布时间】:2020-06-20 12:06:23
【问题描述】:

目前我正在使用 docker 进行 whatsapp 业务 api 设置。 我已按照安装文档中指定的说明进行操作。

安装成功,所有容器运行正常。 当我执行健康检查时得到以下响应

{
    "health": {
        "192.168.99.124:337e5a74fec8": {
            "gateway_status": "unregistered",
            "role": "primary_master"
        },
        "192.168.99.125:f6d56ce7a303": {
            "errors": [
                {
                    "code": 1011,
                    "title": "Service not ready",
                    "details": "Wacore is not instantiated. Please check wacore log for details."
                }
            ]
        },
        "192.168.99.125:f18358cd1dff": {
            "errors": [
                {
                    "code": 1011,
                    "title": "Service not ready",
                    "details": "Wacore is not instantiated. Please check wacore log for details."
                }
            ]
        }
    },
    "meta": {
        "version": "v2.25.5",
        "api_status": "stable"
    }
}

两个核心容器(master 和 wacore)没有被实例化。 我验证了我的容器,所有容器都在运行。

有人遇到过这个问题吗?或者这个是正常的,因为响应总是给出 200 状态码。

【问题讨论】:

  • 你看到了什么!?

标签: docker-compose whatsapp


【解决方案1】:

您需要注册您的 WhatsApp Business API 客户端才能使用。 参考文档 https://developers.facebook.com/docs/whatsapp/on-premises/get-started/installation/prod-multiconnect

【讨论】:

    猜你喜欢
    • 2019-01-23
    • 1970-01-01
    • 2020-02-24
    • 1970-01-01
    • 2022-06-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多