ydns / bash-updater

YDNS Bash Updater Script
GNU General Public License v3.0
80 stars 43 forks source link

Server Error (500) #50

Closed gustavopalminha closed 5 years ago

gustavopalminha commented 5 years ago

Suddenly the https://ydns.io/api/v1/update/?host=XXXXXXX is sending Server Error 500, even after adding the appropriate authorization header. No other way to update it by bash script?

grahjenk commented 5 years ago

Yes, I've been seeing the same problem for several days.

commx commented 5 years ago

Please check again, this should have been solved now.

grahjenk commented 5 years ago

Still not working. [grahjenk@gecko ~]$ curl -6 https://ydns.io/api/v1/ip;echo

[grahjenk@gecko ~]$ curl -4 https://ydns.io/api/v1/ip;echo

[grahjenk@gecko ~]$

commx commented 5 years ago

The update endpoint was fixed, but the ip endpoint(s) did return an empty value which has been fixed now as well. After moving to a new server, the client's IP address were not picked up correctly, leading to empty payloads.