colinbendell / homebridge-blink-for-home

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

Missing 2FA #81

Open Farmand77 opened 2 years ago

Farmand77 commented 2 years ago

No matter what I do i do not get a 2FA sent. Tried normal installation tried a child bridge But on new mobile devices i do get a 2FA sent

SchneidoDUS commented 2 years ago

Same for me. Did you found a solution meanwhile?

Farmand77 commented 2 years ago

No I have disabled the plug-in untill its fixed. But I hope its fixed soon

M.v.h Jesper Frost

Den 2. okt. 2021 kl. 14.40 skrev SchneidoDUS @.***>:



Same for me. Did you found a solution meanwhile?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/colinbendell/homebridge-blink-for-home/issues/81#issuecomment-932745691, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASOMCFD5XTS6DGCK5KEB2CDUE34TBANCNFSM5DBGUYWQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

pedroo84 commented 2 years ago

I'm using homebridge on a Unraid Server trough docker. Just reseting the server via GUI didn't work. So I've made a hard reset on Unraid docker and finally got the SMS. So maybe you guys cloud try to do a hard reset on the device you are running homebridge.

Unfortunately live view is disabled for me, not sure why...

Rovic77 commented 2 years ago

Hi guys, Blink support kicked me out a few days ago and since then i wasnt able to get plugin working again. I forced a 2MFA by login out and in, changing the pwd of my blink acocunt, but still get the following message. What else can I do? Please advise.

_[6.3.2022, 15:24:19] [Blink] {"message":"Client already deleted. Please re-login","lockout_time_remaining":0,"force_password_reset":false,"allow_pin_resend_seconds":90,"code":242} [6.3.2022, 15:24:19] [Blink] POST /api/v5/account/login (401 Unauthorized) [6.3.2022, 15:24:19] [Blink] { 'client-verified': '0', 'content-length': '150', 'content-type': 'application/json', date: 'Sun, 06 Mar 2022 14:24:19 GMT', server: 'nginx + Phusion Passenger', status: '401 Unauthorized', via: '1.1 2a44338adc8233e5b25aca28287a69c8.cloudfront.net (CloudFront)', 'x-amz-cf-id': 'Ki5aPzZX7gHplXT6S4Rt_oJcjiBXnzj1-hTgccr17FrJIwRq9aZb3w==', 'x-amz-cf-pop': 'FRA60-P3', 'x-blink-served-by': 'i-017822d3c26539dfd', 'x-cache': 'Error from cloudfront', 'x-content-type-options': 'nosniff', 'x-powered-by': 'Phusion Passenger' } [6.3.2022, 15:24:19] [Meross] [Küche] has been reported [online]. [6.3.2022, 15:24:19] [Blink] Error: 401 Unauthorized at BlinkAPI._request (/usr/lib/node_modules/homebridge-blink-for-home/src/blink-api.js:167:19) at processTicksAndRejections (node:internal/process/task_queues:96:5) at BlinkAPI.login (/usr/lib/node_modules/homebridge-blink-for-home/src/blink-api.js:309:21) at HomebridgeBlink.setupBlink (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:110:13) at HomebridgeBlink.init (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:48:26) [6.3.2022, 15:24:19] [Blink] Error: Unable to authenticate with Blink. Missing 2FA PIN? at HomebridgeBlink.setupBlink (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:117:19) at processTicksAndRejections (node:internal/process/task_queues:96:5) at HomebridgeBlink.init (/usr/lib/nodemodules/homebridge-blink-for-home/src/index.js:48:26) [6.3.2022, 15:24:19] [Blink] NOTE: Blink devices in HomeKit will not be responsive.

acidcrinkle commented 2 years ago

I'm getting a similar issue, I cannot get it to generate a 2FA code from a plugin login attempt. I've setup a brand new Intel NUC running Ubuntu and a new instance of HomeBridge as a test, installed the plug-in and still no 2FA code. If i logout and back in with the app on my phone to generate a 2FA code and try to use that code I still get the same error message below. Very strange as I've had this running for months with no issues and all of sudden it's erroring out.

[14/03/2022, 19:26:53] [Blink] POST /api/v5/account/login (401 Unauthorized)
[14/03/2022, 19:26:53] [Blink] {
  'client-verified': '0',
  'content-length': '150',
  'content-type': 'application/json',
  date: 'Mon, 14 Mar 2022 19:26:53 GMT',
  server: 'nginx + Phusion Passenger',
  status: '401 Unauthorized',
  via: '1.1 0a46842111c873a69a39e255bd934436.cloudfront.net (CloudFront)',
  'x-amz-cf-id': 'l6ISY9VqzXP2tRrM_M1SVj2_VDEmXnZvD_ShB_bLf9Ek0NQFHhFoXA==',
  'x-amz-cf-pop': 'LHR61-P3',
  'x-blink-served-by': 'i-00368fe836832b4d9',
  'x-cache': 'Error from cloudfront',
  'x-content-type-options': 'nosniff',
  'x-powered-by': 'Phusion Passenger'
}
[14/03/2022, 19:26:53] [Blink] Error: 401 Unauthorized
    at BlinkAPI._request (/usr/lib/node_modules/homebridge-blink-for-home/src/blink-api.js:167:19)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at BlinkAPI.login (/usr/lib/node_modules/homebridge-blink-for-home/src/blink-api.js:309:21)
    at HomebridgeBlink.setupBlink (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:110:13)
    at HomebridgeBlink.init (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:48:26)
[14/03/2022, 19:26:53] [Blink] Error: Unable to authenticate with Blink. Missing 2FA PIN?
    at HomebridgeBlink.setupBlink (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:117:19)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at HomebridgeBlink.init (/usr/lib/node_modules/homebridge-blink-for-home/src/index.js:48:26)
[14/03/2022, 19:26:53] [Blink] NOTE: Blink devices in HomeKit will not be responsive.