Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Homebridge crashes #1

Open
mach1009 opened this issue Mar 2, 2018 · 6 comments
Open

Homebridge crashes #1

mach1009 opened this issue Mar 2, 2018 · 6 comments

Comments

@mach1009
Copy link

mach1009 commented Mar 2, 2018

with this error

TypeError: Cannot read property 'ring' of undefined
at HTTPDoorbell.httpHandler (/usr/local/lib/node_modules/homebridge-http-doorbell/index.js:50:39)
at Server. (/usr/local/lib/node_modules/homebridge-http-doorbell/index.js:20:14)
at emitTwo (events.js:126:13)
at Server.emit (events.js:214:7)
at parserOnIncoming (_http_server.js:602:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:116:23)

@felix-mcfly
Copy link

I have the same error.
screenshot 2018-04-02 17 02 02

@aprosvetova
Copy link
Owner

What id's do you use in configuration?
What url do you request?
If you have id "frontDoor" and port "9053", you should use:
http://{ip_address}:9053/frontDoor
Please note that you can't put a slash in the end.

@pccaredk
Copy link

Hi. I get the exact same error...

@phenotypic
Copy link

phenotypic commented Dec 27, 2018

Getting the same issue here, only started recently though which is strange. I've tried reinstalling both the plugin and Homebridge. I've also updated to the newest node etc. Any ideas?

@phenotypic
Copy link

For those still experiencing this error, I have forked homebridge-http-motion-sensor and simplified it to function in much the same way as homebridge-http-doorbell in an attempt to work around the issue. If you are interested, you can view it here.

Kind regards, Tom

@alc7328
Copy link

alc7328 commented Jul 24, 2021

When I access the url http://{my_ip_address}:{my_port}/{my_id} Homebridge instantly crashes. I'm looking at the log and says "Got SIGTERM, shutting down Bridge..."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants