Cannot login after entering code that was sent to my phone #1003
Unanswered
albertpierce
asked this question in
Q&A
Replies: 2 comments
-
the way i got the repo was cloning it. Could that be an issue since I took the developer version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to access https://rest-u015.immedia-semi.com/api/v3/accounts/440736/homescreen after token refresh.
Enter code sent to XXXXX: somecode
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x1028006e0>
Unclosed connector
I am trying to login to my account here to test some functionality out. I was able to retrieve the code that was sent to my phone then i get this error message. Is this due because I tried multiple times to login and my prior connections were not closed?
I am using the code that is in the README file to see if I can login. Any suggestions or ideas I should do to get around this?
import asyncio
from aiohttp import ClientSession
from blinkpy.blinkpy import Blink
async def start():
blink = Blink(session=ClientSession())
await blink.start()
return blink
blink = asyncio.run(start())
Beta Was this translation helpful? Give feedback.
All reactions