-
Notifications
You must be signed in to change notification settings - Fork 6
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
specify path to python in cronjob string? #4
Comments
Hi @simgitlochub Your call of the script looks correct. |
Hi! Thank you for your reply! I checked the file (with the command) and get the result: ionos_dyndns.py: Python script, UTF-8 Unicode text executable So i guess it's good to go.
|
Same mistake. The problem seems to be in:
The line |
It turns out that the script was configured only to work with "www." prefixes in domain names. I've submitted pull request #6 to make it now accept both "domain.com" and the subdomain "www.domain.com." I believe that with these changes, the functionality should be more versatile and address the original concern raised in the issue. It might be beneficial to consider adding additional documentation on how to use the I think this issue can now be closed. I appreciate any further review and suggestions before officially closing it. Thank you! |
Hi I am new to github and not even a programmer - a tinkerer really. First off - thank you very much for writing this python script! But I haven't been able to get it to work! :( I don't what I am doing, but I think maybe the string has to first specify to execute the script using python3 and include the path to python3 as well, right?
Should it look something rather like this?
*/15 * * * * /usr/bin/python3 ./ionos_dyndns.py --AAAA --api-prefix my_prefix_string --api-secret my_secret_string
The text was updated successfully, but these errors were encountered: