no hosts or host table rows not found
See original GitHub issuehi all.
i have installed this, and tried it a few times. but i keep getting this error. i have triple checked that i have the username and password entered correctly. and thats all fine.
this is the output from the ssh session.
jason@ubuntu-production:~/no_ip_auto_renew$ ls | Dockerfile README.md debug1.png docker-compose.yml noip-renew-master noip-renew.py screenshot.png | LICENSE crontab-docker-host debug2.png exception.png noip-renew-skd.sh noip-renew.sh setup.sh | jason@ubuntu-production:~/no_ip_auto_renew$ ./noip-renew.sh | [2020/05/16 03:24:25] - Debug level: 2 | [2020/05/16 03:24:25] - Opening https://www.noip.com/login... | [2020/05/16 03:24:28] - Logging in... | [2020/05/16 03:24:32] - Opening https://my.noip.com/#!/dynamic-dns... | [2020/05/16 03:24:34] - No hosts or host table rows not found | 30 0 * * * jason /usr/local/bin/noip-renew-jason /var/log/noip-renew/jason | jason@ubuntu-production:~/no_ip_auto_renew$
Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (14 by maintainers)
Top GitHub Comments
Hi @jbates58,
Would it be possible to upload your debug1.png & debug2.png here? Feel free to censor any host info, etc. Will give us a better idea of where the script got to before failing.
Are you allowing the script to run via crontab or are you trying to run it from the installation folder (~/no_ip_auto_renew)?
If you’re trying to run it “live” I recommend the following:
If you run it from the installation folder, the file “noip-renew.sh” file which is supposed to contain your noip user details will be empty as they’re only copied into the working file. I hope this helps!
Thanks Ryan
@loblab,
I was happy to help 😄 I will still keep an eye on the repo and help with any issues that may come up 😃 also if any bugs are discovered I will do my best to fix them.
Good luck and I’m sure I will check in from time to time.
Thanks Ryan