-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'fw_version' of undefined #2
Comments
Yea, I did a bunch of last minute refactoring to manually downshift from ES2020 to node 12 compat which was my downfall. Can you update to 3.5.5 and verify? |
I'm running HomeBridge in Docker, so I loaded version 3.5.5 and have the same issue @nin9s reported above, yet the 3.5.5 version did not seem to resolve. Happy to provide any additional information as needed, just let me know. |
unfortunately the issue remains the same with 3.5.5 |
What blink hardware are you using? This looks like a schema difference in the API. Can you turn on debug mode and share with me the output from the |
Specifically, do you have a sync-module with your setup? |
its a blink mini and there is no sync module. there does not seem to be
|
This is helpful. I don't have any mini's to test with but I think I can get you operational with minor updates to the code. (The mini's use a slightly different API) |
I’ll have to test this later but wanted to comment I only have a Blink Mini at this time. Seems to be consistent with @nin9s |
I might have to build a quick debug tool to capture the different API responses for the different hardware. That said, I think I might have a 'good enough' solution for the mini's. (most of APIs for the mini's just use |
same as @nin9s . I'm seeing the no signal splash even if LiveView is enabled or disabled. This might still be WIP though 👍 |
Yes. Liveview is absolutely broken right now and I probably won't be able to get back to it for another week. (I'm hoping that the protocol is the same for the mini's so might need some low level debugging support from you) Thumbnails refresh every 10min unless you turn off the battery saver then they will refresh every 1min. There does appear to be some weirdness in the frequency in the UI refresh which might be some kind of race condition that I'm not fully comprehending. |
I believe this issue has been resolved? |
@colinbendell I'm still getting the same (Original) error, using version 3.5.5. Is there a newer version than 3.5.5? I run HomeBridge in a Docker and have it pull the latest version and it still seems to pull 3.5.5. I have a Blink account with ONLY a Blink Mini at this time. [10/31/2020, 6:38:12 AM] --- [10/31/2020, 6:38:19 AM] [Blink] initing Blink:Network:26700 |
3.5.11 is the latest
…On Sat, Oct 31, 2020 at 07:51 neigsti ***@***.***> wrote:
@colinbendell <https://github.com/colinbendell> I'm still getting the
same (Original) error, using version 3.5.5. Is there a newer version than
3.5.5? I run HomeBridge in a Docker and have it pull the latest version and
it still seems to pull 3.5.5. I have a Blink account with ONLY a Blink Mini
at this time.
[10/31/2020, 6:38:12 AM] ---
[10/31/2020, 6:38:13 AM] Loaded plugin: ***@***.***
[10/31/2020, 6:38:13 AM] Registering platform
'homebridge-blink-for-home.Blink'
[10/31/2020, 6:38:19 AM] [Blink] initing Blink:Network:26700
[10/31/2020, 6:38:19 AM] [Blink] TypeError: Cannot read property
'fw_version' of undefined
at BlinkNetwork.get firmware [as firmware]
(/homebridge/node_modules/homebridge-blink-for-home/src/blink.j
s:115:50)
at BlinkNetwork.createAccessory
(/homebridge/node_modules/homebridge-blink-for-home/src/blink.js:92:70)
at BlinkNetwork.createAccessory
(/homebridge/node_modules/homebridge-blink-for-home/src/blink.js:165:15)
at /homebridge/node_modules/homebridge-blink-for-home/src/index.js:53:60
at Array.map ()
at HomebridgeBlink.init
(/homebridge/node_modules/homebridge-blink-for-home/src/index.js:53:41)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[10/31/2020, 6:38:19 AM] [Blink] NOTE: Blink devices in HomeKit will not
be responsive.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMMERIW5CR6FPAE4VUUKGLSNP24TANCNFSM4S6LFM5Q>
.
|
@colinbendell You're right. Not sure why my Docker is not pulling the latest and greatest version when I have it set to - but that's not your problem! :) Thanks for pointing that out. |
first of all, thanks for your effort!
Account and 2fa pin successfully validated but then the following happens after a restart of homebridge.
The text was updated successfully, but these errors were encountered: