Не удалось разрешить DNS при развертывании Node-Red - PullRequest
0 голосов
/ 11 октября 2019

Мой файл конфигурации в Node-Red:

[
    {
        "id": "eee43054.2bb8d",
        "type": "tab",
        "label": "流程1",
        "disabled": false,
        "info": ""
    },
    {
        "id": "bf829562.c914f8",
        "type": "ttn event",
        "z": "eee43054.2bb8d",
        "name": "smoke_detector",
        "app": "f718b5c3.e623a8",
        "dev_id": "smoke_detecter_11",
        "event": "#activations",
        "x": 180,
        "y": 240,
        "wires": [
            [
                "885a855c.c94f98"
            ]
        ]
    },
    {
        "id": "885a855c.c94f98",
        "type": "debug",
        "z": "eee43054.2bb8d",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "x": 380,
        "y": 240,
        "wires": []
    },
    {
        "id": "f718b5c3.e623a8",
        "type": "ttn app",
        "z": "",
        "appId": "smoke_detector_lora",
        "accessKey": "ttn-account-v2.-xxxxxxxxxx",
        "discovery": "asia-se"
    }
]

Возвращает "Error on connection for TTN application smoke_detector_lora: Error: 14 UNAVAILABLE: DNS resolution failed", когда я пытался развернуть проект.

Кто-нибудь знал, что с этим не так?

Я следовал учебнику в https://www.thethingsnetwork.org/docs/applications/nodered/quick-start.html Но версия с узлом красного цвета видна как измененная

...