core/homeassistant/components/onvif
olijouve 8256acb8ef
Fix onvif ConnectionResetError (#45899)
Fix "ConnectionResetError: Cannot write to closing transport" error we can have on lots of chinese cams(like Goke GK7102 based IP cameras)
Those non full onvif compliant cams can "crash" when calling non implemented functions like events or ptz and they are likely react by closing transport, leaving the request in a uncatched error state.

My camera used to fail on setup, and now it run nicely with that simple fix.
2021-02-04 09:25:35 +01:00
..
translations Update translations 2021-02-03 11:46:49 +01:00
__init__.py Remove empty schema (#45044) 2021-01-11 14:25:09 +01:00
base.py
binary_sensor.py
camera.py
config_flow.py
const.py
device.py Fix onvif ConnectionResetError (#45899) 2021-02-04 09:25:35 +01:00
event.py
manifest.json
models.py
parsers.py
sensor.py
services.yaml
strings.json