question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no hosts or host table rows not found

See original GitHub issue

hi 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:closed
  • Created 3 years ago
  • Comments:24 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
IDemixIcommented, May 16, 2020

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:

cd /usr/local/bin
. noip-renew-pi

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

1reaction
IDemixIcommented, Jun 26, 2020

@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

Read more comments on GitHub >

github_iconTop Results From Across the Web

No hosts or host table rows not found · Issue #84 - GitHub
I solved this error by altering the Python code in noip-renew.py by changing: HOST_URL = "https://my.noip.com/#!/dynamic-dns" to: HOST_URL ...
Read more >
Ambari Hosts Tab does not show hosts - Cloudera Community
Hi, we are using ambari 2.2.2.0 and we are unable to see the hosts when i click on hosts tab on the ambari...
Read more >
Can't find any matching row in the user table - Stack Overflow
I encountered this error using MySQL in a different context (not within phpMyAdmin). GRANT and SET PASSWORD commands failed on a particular ...
Read more >
Hosts Table - Code Dx
Each row in the table contains all of the host information that Code Dx is aware of for a particular host, and each...
Read more >
6.2.17 Troubleshooting Problems Connecting to MySQL
A common problem here is that the Host value in the user table row specifies an unqualified host name, but your system's name...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found