Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuck at exception.png #82

Open
Sopor opened this issue Aug 28, 2021 · 4 comments
Open

stuck at exception.png #82

Sopor opened this issue Aug 28, 2021 · 4 comments

Comments

@Sopor
Copy link

Sopor commented Aug 28, 2021

It seems to not work. I get a picture of the exception.png, but i have no idea how to fix it :(

My log file is always 0 byte. How do i get it ti log more?

@miorlo
Copy link

miorlo commented Aug 28, 2021

noip-renew.py <noip_username> <noip_password> [<debug-level>]
Debug level 2 will give you more information.
Update
HOST_URL = "https://my.noip.com/#!/dynamic-dns"
to
HOST_URL = "https://my.noip.com/dynamic-dns"
See #80

@Sopor
Copy link
Author

Sopor commented Aug 28, 2021

I have updated the URL to https://my.noip.com/dynamic-dns (for some days ago) and it worked after changing the URL. At least it worked to login and detect that it hasn't expired yet, but now when it has expired it won't work.

@Sopor
Copy link
Author

Sopor commented Aug 30, 2021

I manually activated all my ddns again (Confirm) but the script still won't work. They must have changed something else because it worked after i changed the HOST_URL. It doesn't even detect how many days left to the next expired date. The cron job will run at 00:30 every day instead when there are 6 days left.

@Sopor
Copy link
Author

Sopor commented Sep 23, 2021

If i run noip-renew.py <noip_username> <noip_password> [<debug-level>] it works but not if i run it as a cron job.

$ sudo /usr/local/bin/noip-renew.py username password 2
[2021/09/23 18:18:43] - Debug level: 2
[2021/09/23 18:18:43] - Opening https://www.noip.com/login...
[2021/09/23 18:18:45] - Logging in...
[2021/09/23 18:18:51] - Opening https://my.noip.com/dynamic-dns...
[2021/09/23 18:18:58] - *********** expires in 6 days
[2021/09/23 18:18:58] - Updating ***********
[2021/09/23 18:19:03] - *********** expires in 6 days
[2021/09/23 18:19:03] - Updating ***********
[2021/09/23 18:19:09] - *********** expires in 6 days
[2021/09/23 18:19:09] - Updating ***********
[2021/09/23 18:19:14] - *********** expires in 6 days
[2021/09/23 18:19:14] - Updating ***********
[2021/09/23 18:19:20] - Confirmed hosts: 4

Yes, i have 4 free ddns :)

Any suggestions what could be wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants