Closed adriencog closed 3 months ago
This pull request addresses a timeout issue in the NOC module by extending the exception handling in the async_update_camera_urls
method. The change allows the method to catch TimeoutError
in addition to the existing ClientConnectorError
, preventing the whole home update from failing due to local URL timeouts.
Change | Details | Files |
---|---|---|
Extended exception handling to include TimeoutError |
|
src/pyatmo/modules/module.py |
hi @cgtobi do you think it could be possible to create a 8.10.1 release with this fix ? 🙏
On my NOC module, I'm experiencing timeout for local url. It makes whole home update throw.
Client already catches connectivity error, but timeout wasn't part of them.
Summary by Sourcery
Catch timeout errors in the camera URL update process to improve error handling and prevent disruptions in the home update process.
Bug Fixes: