ayushsharma82 / EasyDDNS

Easy to Use ESP8266 & ESP32 DDNS Update Client Library.
MIT License
197 stars 59 forks source link

No-IP not working, httpCode -1 #38

Closed rubende closed 2 years ago

rubende commented 2 years ago

I am doing some tests with the library for No-IP. For this, I have added two Serial.println() in EasyDDNS.cpp, one for the variable "update_url" and other for variable "httpCode" when sending the new IP.

httpCode is always -1, and the url from "update_url" is correct, it works in browser.

Any idea what may be happening? I am using Arduino 1.8.9, and ESP8266 3.0.2.

Thank you.

rubende commented 2 years ago

Hardware problem, Microcontroller was not able to keep the connection open. With another ESP8266 it works.