-
Notifications
You must be signed in to change notification settings - Fork 121
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
DoorBell identified as mini #581
Comments
I've got these Errors also, but only with all my Minis. The problem with
Minis is timing. You get too early a picture after the capture command.
I've got the error only with my Mini, not with my Outdoors. I put a wait of
4-5 sec between capture and get. Afterwards my Minis works like my Outdoor.
Panda88CO ***@***.***> schrieb am Di., 31. Mai 2022, 19:22:
… *Describe the bug*
I have 2 doorBells in 2 different locations. they both are identified as
minis with no attributes etc
*To Reproduce*
blink.auth = auth
blink.start()
auth.send_auth_key(blink, '844022')
blink.setup_post_verify()
inspect blink
[image: image]
<https://user-images.githubusercontent.com/65139210/171234640-a42ebca6-6885-4c8d-87cd-83e57164c7d4.png>
*Expected behavior*
I would expect camera to be indetified correctly
latet version 0.19.0
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknownCould not extract camera info:
{'message': 'Camera not found', 'code': 500}Could not find thumbnail for
camera unknown
Did not receive valid response from server.
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknown
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknown
—
Reply to this email directly, view it on GitHub
<#581>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADD5Q2B3XNTW62DYP3NRH5DVMZDFJANCNFSM5XOJARLQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
My issue happens during initialization - not sure how to add a delay there - I guess the error codes are generic no matter what state is used |
Ok, that's a different problem. Errors are the same.
Panda88CO ***@***.***> schrieb am Di., 31. Mai 2022, 20:30:
… My issue happens during initialization - not sure how to add a delay there
- I guess the error codes are generic no matter what state is used
—
Reply to this email directly, view it on GitHub
<#581 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADD5Q2CPD4OILQPB35NMRE3VMZLFVANCNFSM5XOJARLQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I was messing around with the code last week and actually think I found where this problem is happening. It's in this function blinkpy/blinkpy/sync_module.py Line 123 in 74a6c1f
I wrote a test locally that tries to add a doorbell, mini, and regular camera and it looks like the last state is retained. I'll try and work on this soon, but hopefully it fixes this bug |
This should be fixed by #599 When that's merged I'll make a new release |
i am travelling so I will not be able to verify the fix works for a while |
I can verify this is fixed and the doorbell shows up properly with the latest from the dev branch. |
I'm closing this since it is fixed with the latest release Note- for those using home-assistant, this new library version has not been added yet. |
Describe the bug
I have 2 doorBells in 2 different locations. they both are identified as minis with no attributes etc
To Reproduce
blink.auth = auth
blink.start()
auth.send_auth_key(blink, '844022')
blink.setup_post_verify()
inspect blink
Expected behavior
I would expect camera to be indetified correctly
latet version 0.19.0
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknownCould not extract camera info: {'message': 'Camera not found', 'code': 500}Could not find thumbnail for camera unknown
Did not receive valid response from server.
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknown
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknown
The text was updated successfully, but these errors were encountered: