kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
127 stars 11 forks source link

Ensure that the entire homebridge does not go down by setting alarm or privacy when the camera stops responding. #48

Closed eiryu closed 2 years ago

eiryu commented 2 years ago

It was found that the problem occurs when an accessory is operated before it becomes "No Response", so it will be fixed.

sample log:

[2/22/2022, 1:23:28 PM] [tapo-camera] [dTapo C100] Error at 'setLensMaskConfig'. FetchError: network timeout at: https://192.168.0.241/stok=xxx/ds
    at Timeout.<anonymous> (/Users/eiryu/ghq/github.com/eiryu/homebridge-tapo-camera/node_modules/node-fetch/lib/index.js:1484:13)
    at listOnTimeout (node:internal/timers:557:17)
    at processTimers (node:internal/timers:500:7) {
  type: 'request-timeout'
}

related PullRequest (#45)

kopiro commented 2 years ago

Thanks, released in latest version!