fronzbot / blinkpy

A Python library for the Blink Camera system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blink Login Bug?

jsniff opened this issue · comments

Describe the bug

When I go through steps to login to blink, I get below error; it only happens with one account (I have two other accounts that this doesn't happen with). Error message:

"Unable to access https://rest-u035.immedia-semi.com/api/v3/accounts/304376/homescreen after token refresh."

To Reproduce
Steps to reproduce the behavior:

  1. from blinkpy.blinkpy import Blink
  2. blink = Blink()
  3. blink.start()

Expected behavior
I enter login details and for two of my accounts it logins in fine; but for the other one I get above error

Any idea how this could happen for the one account and not others?

My only guess is a 2FA problem or an incorrect username/password combo. No reason one account would work and the other won't

commented

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