fronzbot / blinkpy

A Python library for the Blink Camera system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: "Login endpoint failed. Try again later."

muelli01 opened this issue · comments

Describe the bug
When executing the usage example, I always encounter an error:
"Login endpoint failed. Try again later."

To Reproduce
Execute pyton3 shell, enter:

from blinkpy.blinkpy import Blink

blink = Blink()
blink.start()

Expected behavior
after auth, proceed to 2FA

blinkpy version (not needed if filling out Home Assistant version):
0.19.0

pi@raspberrypi:~ $ python3
Python 3.7.3 (default, Jan 22 2021, 20:04:44) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from blinkpy.blinkpy import Blink
>>> blink = Blink()
>>> blink.start()
Username:my_blink_user@example.net
Password:
Login endpoint failed. Try again later.
Cannot setup Blink platform.
False

Are you trying to log in with that fake email address?

No of course not :D But I will not show my real login here.....

Haha ok just double checking. I'm not sure what's going on there so I'll try and see if I can recreate that on my end

Maybe a stupid question: The login/pass I am supposed to enter is the account data I used when creating the blink account and with which I login into the blink app?

Yep, exactly

OK, this issue can be closed.
I used special character in the password that for some reason is not working as expected via my ssh shell. Changed my pass to something simpler, works :)
sorry for any wasted time.