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

Improve diagnostics #57

Closed
bronger opened this issue Sep 26, 2015 · 1 comment
Closed

Improve diagnostics #57

bronger opened this issue Sep 26, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@bronger
Copy link

bronger commented Sep 26, 2015

I recommend to add another Python matra to the bottom of http://dyndnsc.readthedocs.org/en/latest/dev/contrib.html#idioms-to-keep-in-mind: "Errors should never pass silently". ;-)

Currently, I try to update an IP using dyndns2 and nothing is updated -- but no exception occurs either. Just for the record, the code is:

    updater = dyndns2.UpdateProtocolDyndns2("juliabase.de", "351585", "XXX", 
                                            "http://carol.selfhost.de")
    updater.update(ip)
@infothrill
Copy link
Owner

@bronger I believe the last commit fixes the issue you faced

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

No branches or pull requests

2 participants