colinbendell / homebridge-blink-for-home

Blink For Home Camera Homebridge plugin
MIT License
88 stars 27 forks source link

Blink Login Failure #49

Closed WhooKnew closed 3 years ago

WhooKnew commented 3 years ago

[20/02/2021, 08:38:29] [Blink] TypeError: this.enqueueConfigurationUpdate is not a function at PlatformAccessory.Accessory.addService (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:466:12) at BlinkNetwork.createAccessory (/usr/local/lib/node_modules/homebridge-blink-for-home/src/blink.js:195:37) at /usr/local/lib/node_modules/homebridge-blink-for-home/src/index.js:54:60 at Array.map () at HomebridgeBlink.init (/usr/local/lib/node_modules/homebridge-blink-for-home/src/index.js:54:41) at processTicksAndRejections (internal/process/task_queues.js:93:5) [20/02/2021, 08:38:29] [Blink] NOTE: Blink devices in HomeKit will not be responsive.

I get this failure.

Can andybody please help?

Thank you

mowen87 commented 3 years ago

I’m getting the same. And earlier had a different error 69B8F87C-E07F-4DAE-A339-0095EF2B5D8A

ratsoid commented 3 years ago

I'm experiencing the same error as OP since upgrading Homebridge to 1.3.0

juergen-venne commented 3 years ago

Same here, Homebridge 1.3.0 on raspberry pi 4 with official Homebridge image

[20/02/2021, 12:34:37] [Blink] Initing: Blink:Network:3098 [20/02/2021, 12:34:38] [Blink] TypeError: this.enqueueConfigurationUpdate is not a function at PlatformAccessory.Accessory.addService (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:466:12) at BlinkNetwork.createAccessory (/usr/local/lib/node_modules/homebridge-blink-for-home/src/blink.js:195:37) at /usr/local/lib/node_modules/homebridge-blink-for-home/src/index.js:54:60 at Array.map () at HomebridgeBlink.init (/usr/local/lib/node_modules/homebridge-blink-for-home/src/index.js:54:41) at processTicksAndRejections (internal/process/task_queues.js:93:5)

rcoletti116 commented 3 years ago

Same as #44. @colinbendell made a fix but hasn’t published a release yet.

colinbendell commented 3 years ago

Just completing last set of testing. Help is welcome.

On Sat, Feb 20, 2021 at 09:08 rcoletti116 notifications@github.com wrote:

Same as #44 https://github.com/colinbendell/homebridge-blink-for-home/issues/44. @colinbendell https://github.com/colinbendell made a fix but hasn’t published a release yet.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/colinbendell/homebridge-blink-for-home/issues/49#issuecomment-782678202, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMMERNTMEE7CLQTZ3W322TS7667TANCNFSM4X5TKARQ .

WhooKnew commented 3 years ago

@colinbendell - if you tell me how I would love to help or test :-)

BR

xImportExportx commented 3 years ago

i'm also seeing this with homebridge 1.3.0

[2/19/2021, 9:54:46 PM] [Blink] Initing: Blink:Network:151084 [2/19/2021, 9:54:46 PM] [Blink] TypeError: this.enqueueConfigurationUpdate is not a function at PlatformAccessory.Accessory.addService (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:466:12) at BlinkNetwork.createAccessory (/homebridge/node_modules/homebridge-blink-for-home/src/blink.js:195:37) at /homebridge/node_modules/homebridge-blink-for-home/src/index.js:54:60 at Array.map () at HomebridgeBlink.init (/homebridge/node_modules/homebridge-blink-for-home/src/index.js:54:41) at processTicksAndRejections (internal/process/task_queues.js:93:5) [2/19/2021, 9:54:46 PM] [Blink] NOTE: Blink devices in HomeKit will not be responsive.

Let me know how i can help test new version

ratsoid commented 3 years ago

Everything is now fixed on my end - Pi3, Homebridge Image 1.3.0, Blink XT & XT2. Also prior bugs seem to now be fixed as well!

Thank you @colinbendell !

colinbendell commented 3 years ago

thanks! great to hear!

@WhooKnew the only way I know how testing can be done is having a local git clone. I'm digging in a bit to a) build better mock/tests and b) see if there is a better way to deliver pre-release versions into homebridge to make it easier for community testing. stay tuned!

mowen87 commented 3 years ago

Thanks @colinbendell