简体   繁体   English

WhatsApp商业API:“验证此电话号码时出错”

[英]WhatsApp Business API: “There was an error verifying this phone number”

I'm working on WhatsApp API Business. 我正在从事WhatsApp API业务。 So... I did registered the docker container some times before, but I had to reinstall them and this time I was unable to register the container again. 所以...我之前曾确实注册了Docker容器,但我不得不重新安装它们,这次我无法再次注册该容器。 When I try to request a register code I receive this kind os response: 当我尝试请求注册码时,会收到以下操作系统响应:

POST {{URL}}/v1/account

{
    "meta": {
        "api_status": "stable",
        "version": "2.19.4"
    },
    "errors": [
        {
            "code": 1005,
            "title": "Access denied",
            "details": "There was an error verifying this phone number. Please try again later."
        }
    ]
}

I checked if the docker containers are running and everything looks like working well. 我检查了Docker容器是否正在运行,并且一切看起来都运行良好。

[root@xxxx 2-19-4]# docker ps -a
CONTAINER ID        IMAGE                                 COMMAND                  CREATED             STATUS              PORTS                                NAMES
bee4beefa6e7        docker.whatsapp.biz/web:v2.19.4       "/opt/whatsapp/bin/w…"   About an hour ago   Up About an hour    0.0.0.0:9090->443/tcp                2-19-4_waweb_1
a52b9c98e2f2        docker.whatsapp.biz/coreapp:v2.19.4   "/opt/whatsapp/bin/w…"   About an hour ago   Up 23 minutes       6250-6253/tcp                        2-19-4_wacore_1
13a961e53501        mysql:5.7.22                          "docker-entrypoint.s…"   About an hour ago   Up About an hour    33060/tcp, 0.0.0.0:33060->3306/tcp   2-19-4_db_1

Anyone that passed and fixed this before could help me? 通过和解决此问题的任何人都可以帮助我吗?

Thanks 谢谢

I reached out the Facebook team and looks like something had wrong in their side. 我接触了Facebook小组,看起来他们这边出了毛病。 I did get the following response from the Facebook team and after this everything is working well. 我确实收到了Facebook团队的以下回复,此后一切都很好。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM