401 Status Code When Getting Media
See original GitHub issueDescribe the bug For the past 2 days, calls to save images from my camera have been failing with a 401 status code.
This seems to have corresponded to me enabling Biometric Unlock support on my account, so I went ahead and removed it. Still getting 401s. Considering the implementation, I would not expect Biometric Unlock to have any bearing on the APIs, but that’s all I changed.
To Reproduce Steps to reproduce the behavior:
- [Enable Biometric Unlock then Disable Biometric Unlock?]
- Snap a photo from a camera
- Try to save the photo
Expected behavior Call to retrieve image returns a 200
blinkpy
version: 0.16.4
Log Output/Additional Information
DEBUG [03-12 16:10] [blinkpy.api] Making GET request to https://rest-u009.immedia-semi.com/media/u009/<omitted>.jpg
DEBUG [03-12 16:10] [urllib3.connectionpool] https://rest-u009.immedia-semi.com:443 "GET /media/u009/<omitted>.jpg HTTP/1.1" 401 44
ERROR [03-12 16:10] [blinkpy.camera] Cannot write image to file, response 401
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
How to Quickly Fix the 401 Unauthorized Error (5 Methods)
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the ...
Read more >401 Error: 5 Ways to Troubleshoot and Fix It - Hostinger
The 401 Unauthorized error is triggered by unauthenticated requests made to a WordPress web server. Learn how to identify and fix the issue....
Read more >401 Unauthorized - HTTP Status Code Glossary - WebFX
HTTP Status Code 401: The request has not been applied because it lacks valid authentication credentials for the target resource.
Read more >HTTP Status Code 401: What Is the 401 "Unauthorized" Error?
Status code 401 - the "unauthorized" error, is a client-side error. Usually, this means the user's login credentials aren't working. The user entered...
Read more >A Useful Guide to Diagnosing and Solving the 401 Error
“401 unauthorized error (unauthorized error) shows that the request from the server didn't get clearance or verification.” Let us take you through the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nope that’s the latest. Probably yet another api change we’ll have to track down. I’ll look into it!
Blink XT2 firmware 7.98
Let me know if there are any logs I can pull which may shed light on the issue.
I am no longer receiving emails with the 2FA pins after providing the pin at setup.
Previously when then cameras were working with Hass i received an email everyday with a new 2FA pin but I never entered it, due to the time expiry but they still worked.
On Sun, 21 Mar 2021, 12:00 Kevin Fronczak, @.***> wrote: