This repository was archived by the owner on Apr 24, 2025. It is now read-only.
crashing since update not sure what to do. #107
Unanswered
AtriskAlpha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So. I had the old version and it worked fine, I could see the two Blink cameras video, and it was just fine for my needs. Today I updated to the new version and the cameras only show up as disabled. Also, I think that the new version is crashing home bridge every time I try to view the cameras in the home app. I have attached the log below. Any help as to how to resolve this would be appreciated.
[08/04/2022, 19:29:25] Got SIGTERM, shutting down Homebridge...
[08/04/2022, 19:29:30] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[08/04/2022, 19:29:35] [HB Supervisor] Restarting Homebridge...
[08/04/2022, 19:29:35] [HB Supervisor] Starting Homebridge with extra flags: -I
[08/04/2022, 19:29:35] [HB Supervisor] Started Homebridge v1.4.0 with PID: 2391
[08/04/2022, 19:29:37] Loaded config.json with 0 accessories and 3 platforms.
[08/04/2022, 19:29:37] Loaded 3 cached accessories from cachedAccessories.
[08/04/2022, 19:29:38] ---
[08/04/2022, 19:29:40] Loaded plugin: homebridge-blink-for-home@3.9.0
[08/04/2022, 19:29:40] Registering platform 'homebridge-blink-for-home.Blink'
[08/04/2022, 19:29:40] ---
[08/04/2022, 19:29:40] Loaded plugin: homebridge-camera-ffmpeg@3.1.4
[08/04/2022, 19:29:40] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[08/04/2022, 19:29:40] ---
[08/04/2022, 19:29:41] Loaded plugin: homebridge-config-ui-x@4.42.0
[08/04/2022, 19:29:41] Registering platform 'homebridge-config-ui-x.config'
[08/04/2022, 19:29:41] ---
[08/04/2022, 19:29:41] Loading 3 platforms...
[08/04/2022, 19:29:41] [Config] Initializing config platform...
[08/04/2022, 19:29:41] [Config] Running in Service Mode
[08/04/2022, 19:29:41] [Camera FFmpeg] Initializing Camera-ffmpeg platform...
[08/04/2022, 19:29:41] [Blink] Initializing Blink platform...
[08/04/2022, 19:29:41] [Camera FFmpeg] [WyzePatio] Configuring unbridged accessory...
[08/04/2022, 19:29:41] [Blink] Init Blink
Setup Payload:
X-HM://00246MC2H4RXT
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
xxx-xx-xxxx
└────────────┘
[08/04/2022, 19:29:42] WyzePatio ED0D is running on port 42075.
[08/04/2022, 19:29:42] Please add [WyzePatio ED0D] manually in Home app. Setup Code: xxxxxxxxxx
[08/04/2022, 19:29:42] Homebridge v1.4.0 (HAP v0.10.0) (Homebridge 306F) is running on port 51382.
[08/04/2022, 19:29:43] [Blink] ADD: Blink:Network:95669
[08/04/2022, 19:29:43] [Blink] ADD: Blink:Network:95669:Camera:236341
[08/04/2022, 19:29:43] [Blink] ADD: Blink:Network:95669:Camera:236364
all looks good then if I try to access the camera in the home app i get this. and shortly it reboots.
[08/04/2022, 19:30:51] [Blink] TypeError: Cannot read properties of undefined (reading 'proxyServer')
at BlinkCameraDelegate.handleStreamRequest (/usr/local/lib/node_modules/homebridge-blink-for-home/src/homebridge/blink-camera-deligate.js:240:31)
at RTPStreamManagement._handleStopStream (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:963:19)
at RTPStreamManagement._handleSelectedStreamConfigurationWrite (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:751:12)
at SelectedRTPStreamConfiguration.emit (node:events:390:28)
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1725:16
at new Promise ()
at SelectedRTPStreamConfiguration. (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1723:14)
at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
[08/04/2022, 19:31:00] [Blink] TypeError: Cannot read properties of undefined (reading 'proxyServer')
at BlinkCameraDelegate.handleStreamRequest (/usr/local/lib/node_modules/homebridge-blink-for-home/src/homebridge/blink-camera-deligate.js:240:31)
at RTPStreamManagement._handleStopStream (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:963:19)
at RTPStreamManagement._handleSelectedStreamConfigurationWrite (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:751:12)
at SelectedRTPStreamConfiguration.emit (node:events:390:28)
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1725:16
at new Promise ()
at SelectedRTPStreamConfiguration. (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1723:14)
at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
[08/04/2022, 19:31:28] [Blink] LiveView Stream: undefined
[08/04/2022, 19:31:28] Error: Audio was enabled but not supplied in PrepareStreamResponse!
at RTPStreamManagement.generateSetupEndpointResponse (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:1124:13)
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:1094:16
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/once.ts:10:18
at BlinkCameraDelegate.prepareStream (/usr/local/lib/node_modules/homebridge-blink-for-home/src/homebridge/blink-camera-deligate.js:132:9)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
[08/04/2022, 19:31:28] Got SIGTERM, shutting down Homebridge...
[08/04/2022, 19:31:28] [Blink] LiveView Stream: undefined
[08/04/2022, 19:31:28] Error: Audio was enabled but not supplied in PrepareStreamResponse!
at RTPStreamManagement.generateSetupEndpointResponse (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:1124:13)
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/camera/RTPStreamManagement.ts:1094:16
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/once.ts:10:18
at BlinkCameraDelegate.prepareStream (/usr/local/lib/node_modules/homebridge-blink-for-home/src/homebridge/blink-camera-deligate.js:132:9)
[08/04/2022, 19:31:33] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[08/04/2022, 19:31:38] [HB Supervisor] Restarting Homebridge...
[08/04/2022, 19:31:38] [HB Supervisor] Starting Homebridge with extra flags: -I
[08/04/2022, 19:31:38] [HB Supervisor] Started Homebridge v1.4.0 with PID: 2516
[08/04/2022, 19:31:40] Loaded config.json with 0 accessories and 3 platforms.
[08/04/2022, 19:31:40] Loaded 3 cached accessories from cachedAccessories.
[08/04/2022, 19:31:41] ---
[08/04/2022, 19:31:43] Loaded plugin: homebridge-blink-for-home@3.9.0
[08/04/2022, 19:31:43] Registering platform 'homebridge-blink-for-home.Blink'
[08/04/2022, 19:31:43] ---
[08/04/2022, 19:31:44] Loaded plugin: homebridge-camera-ffmpeg@3.1.4
[08/04/2022, 19:31:44] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[08/04/2022, 19:31:44] ---
[08/04/2022, 19:31:44] Loaded plugin: homebridge-config-ui-x@4.42.0
[08/04/2022, 19:31:44] Registering platform 'homebridge-config-ui-x.config'
[08/04/2022, 19:31:44] ---
[08/04/2022, 19:31:44] Loading 3 platforms...
[08/04/2022, 19:31:44] [Config] Initializing config platform...
[08/04/2022, 19:31:44] [Config] Running in Service Mode
[08/04/2022, 19:31:44] [Camera FFmpeg] Initializing Camera-ffmpeg platform...
[08/04/2022, 19:31:44] [Blink] Initializing Blink platform...
[08/04/2022, 19:31:44] [Camera FFmpeg] [WyzePatio] Configuring unbridged accessory...
[08/04/2022, 19:31:44] [Blink] Init Blink
Setup Payload:
X-HM://00246MC2H4RXT
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
[08/04/2022, 19:31:45] WyzePatio ED0D is running on port 36549.
[08/04/2022, 19:31:45] Please add [WyzePatio ED0D] manually in Home app. Setup Code : xxx-xx-xxxx
[08/04/2022, 19:31:45] Homebridge v1.4.0 (HAP v0.10.0) (Homebridge 306F) is running on port 51382.
[08/04/2022, 19:31:46] [Blink] ADD: Blink:Network:95669
[08/04/2022, 19:31:46] [Blink] ADD: Blink:Network:95669:Camera:236341
[08/04/2022, 19:31:46] [Blink] ADD: Blink:Network:95669:Camera:236364
[08/04/2022, 19:31:47] [Blink] Blink Westchester Blink - Blink Westchester Blink Arm: Manual Arm
[08/04/2022, 19:31:47] [Blink] Blink Westchester Blink - Blink Westchester Blink Arm: ✅
[08/04/2022, 19:31:47] [Blink] Blink Backyard - Temperature: 10.6°C
[08/04/2022, 19:31:47] [Blink] Blink Backyard - Enabled: ✅
[08/04/2022, 19:31:47] [Blink] Blink Front Door Cam - Temperature: 8.9°C
[08/04/2022, 19:31:47] [Blink] Blink Westchester Blink - Blink Westchester Blink Armed (Target): ✅
[08/04/2022, 19:31:47] [Blink] Blink Westchester Blink - Blink Westchester Blink Armed (Current): ✅
Beta Was this translation helpful? Give feedback.
All reactions