-
Notifications
You must be signed in to change notification settings - Fork 52
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
backup function gives error #125
Comments
The first line of that output implies you have a formatting issue in your code (which Python can be very particular about). See if you can sort that out and then try again as it may be causing the subsequent issue. |
Trying to get my heating setup for the winter ahead I have experienced the same issue today. The code was working fine last time I ran it (probably spring-time this year). This is the line throwing the error: |
I found the cause for the error I was experiencing - it was due to a ghost zone. I managed to remove this by removing and then re-adding my setup via the website and then I was able to successfully backup |
@watchforstock Andrew, I had a similar problem, wrapping each try:
schedule = zone.schedule()
except HttpError:
_LOGGER.warning(...
schedule = {} |
Hello,
I wanted to use with the evohome api the backup schedule feature.
See below my errors.
The text was updated successfully, but these errors were encountered: