Giter VIP home page Giter VIP logo

Comments (8)

dotfortun3-code avatar dotfortun3-code commented on August 23, 2024 1

Looks like the config isn't generating properly if none of the default fields are set under streaming. Just go under Streaming > Video Processor and set that to ffmpeg and it will work. The placeholder text is there, but the field is technically blank. Once you save it, it should start properly.

from homebridge-arlo.

dotfortun3-code avatar dotfortun3-code commented on August 23, 2024

#123

This fixes this issue.

from homebridge-arlo.

justinsail avatar justinsail commented on August 23, 2024

Thank you! Yes, it does fix the initial load and crash problem. Now I'm having another one you may be able to help with. Seems that it's finding my cameras, but not able to "read property 'id' of undefined"
It's also causing a reload of the home bridge web UI every several seconds

down below in the logs, it suggests adding each camera as a separate bridge. Is this something that's normal and will it fix the errors in my log?

[03/05/2021, 15:53:36] [Arlo] Found: Camera - garage [52M1837BBB375]
TypeError: Cannot read property 'id' of undefined
at Arlo.notify (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:360:35)
at ArloCamera.get (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/ArloCamera.js:24:17)
at new ArloCameraAccessory (/usr/local/lib/node_modules/homebridge-arlo/index.js:297:21)
at ArloPlatform.addAccessory (/usr/local/lib/node_modules/homebridge-arlo/index.js:96:48)
at ArloPlatform. (/usr/local/lib/node_modules/homebridge-arlo/index.js:147:26)
at Arlo.emit (events.js:315:20)
at Arlo. (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:53:18)
at Request._callback (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:387:11)
at Request.self.callback (/usr/local/lib/node_modules/homebridge-arlo/node_modules/request/request.js:185:22)
at Request.emit (events.js:315:20)
undefined
....
Preparing Advertiser for 'garage 4ECD' using bonjour-hap backend!
....
[03/05/2021, 15:53:36] garage 4ECD is running on port 33559.
[03/05/2021, 15:53:36] Please add [garage 4ECD] manually in Home app. Setup Code: xxx-xx-xxx

from homebridge-arlo.

justinsail avatar justinsail commented on August 23, 2024

UPDATE: I went ahead and added my 3 cameras individually with the setup code (all 3 had the same one, which is interesting, and they were discovered by HomeKit, also interesting... that must be the "using bonjour-hap backend!" stuff)

and THEY WORK!

So that's very cool. Thanks for writing and supporting this plugin!

but, I'm still getting the property 'id' error listed above for all three cameras and I feel like it's making the system a little unstable, especially the homebridge UI. Any possible way to have the plugin stop looking for the camera ID now that they've been added separately?

THANK YOU. I'm one step closer to unifying my smarthome. Just have Wink, Tuya, and Flume to go!

from homebridge-arlo.

github-actions avatar github-actions commented on August 23, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from homebridge-arlo.

justinsail avatar justinsail commented on August 23, 2024

Still getting this error in my logs. Anyone have an idea how to fix?

[19/05/2021, 14:56:40] [Arlo] Found: Camera - Kitchen porch
TypeError: Cannot read property 'id' of undefined
at Arlo.notify (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:360:35)
at ArloCamera.get (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/ArloCamera.js:24:17)
at new ArloCameraAccessory (/usr/local/lib/node_modules/homebridge-arlo/index.js:297:21)
at ArloPlatform.addAccessory (/usr/local/lib/node_modules/homebridge-arlo/index.js:96:48)
at ArloPlatform. (/usr/local/lib/node_modules/homebridge-arlo/index.js:147:26)
at Arlo.emit (events.js:315:20)
at Arlo. (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:53:18)
at Request._callback (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:387:11)
at Request.self.callback (/usr/local/lib/node_modules/homebridge-arlo/node_modules/request/request.js:185:22)
at Request.emit (events.js:315:20)
undefined
TypeError: Cannot read property 'id' of undefined
at Arlo.notify (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:360:35)
at ArloCamera.get (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/ArloCamera.js:24:17)
at ArloCameraAccessory. (/usr/local/lib/node_modules/homebridge-arlo/index.js:317:25)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
undefined
TypeError: Cannot read property 'id' of undefined
at Arlo.notify (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:360:35)
at ArloCamera.get (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/ArloCamera.js:24:17)
at ArloCameraAccessory. (/usr/local/lib/node_modules/homebridge-arlo/index.js:317:25)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
undefined
TypeError: Cannot read property 'id' of undefined
at Arlo.notify (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/Arlo.js:360:35)
at ArloCamera.get (/usr/local/lib/node_modules/homebridge-arlo/node_modules/node-arlo/lib/ArloCamera.js:24:17)
at ArloCameraAccessory. (/usr/local/lib/node_modules/homebridge-arlo/index.js:317:25)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
undefined

from homebridge-arlo.

github-actions avatar github-actions commented on August 23, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from homebridge-arlo.

github-actions avatar github-actions commented on August 23, 2024

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

from homebridge-arlo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.