espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
432 stars 145 forks source link

URLSessionTask failed with Error: The Request Timed out (MEGH-4035) #200

Open me-chiel opened 1 year ago

me-chiel commented 1 year ago

I got this error when via serialdata in the Arduino environment: (changed the adress a bit)

removed the bluetooth data in my phone, and tried adding a it as a new node. still the same problem.

would be nice if someone could tell what is going on.

E (412501) esp-tls: couldn't get hostname for :xxxxxxxxxxxxxx-ats.iot.us-east-1.amazonaws.com: getaddrinfo() returns 202, addrinfo=0x0 E (412502) esp-tls: Failed to open new connection E (412506) TRANSPORT_BASE: Failed to open a new connection E (412511) MQTT_CLIENT: Error transport connect E (412516) esp_mqtt_glue: MQTT_EVENT_ERROR E (434501) esp-tls: couldn't get hostname for :xxxxxxxxxxxx-ats.iot.us-east-1.amazonaws.com: getaddrinfo() returns 202, addrinfo=0x0 E (434501) esp-tls: Failed to open new connection E (434506) TRANSPORT_BASE: Failed to open a new connection E (434511) MQTT_CLIENT: Error transport connect E (434515) esp_mqtt_glue: MQTT_EVENT_ERROR

shahpiyushv commented 1 year ago

@me-chiel the error here indicates that the MQTT broker is not reachable from your network. Can you check your network settings once or try using another network?