fronzbot/blinkpy

App update required....

mkmer opened this issue · 0 comments

mkmer commented

Describe the bug
I'm putting this as a bug report for now - I don't have the time to dig into WHY. The 0.22.5 release (and possibly other versions) with the new USER_AGENT
Homescreen json data has the following info:

"app_updates": {
    "message": "An app update is required",
    "code": 105,
    "update_available": true,
    "update_required": true
  },

To Reproduce
Steps to reproduce the behavior:

  1. Connect to server
  2. Review homescreen data presented by blink.

Expected behavior
I think they should be "happy" and not tell us we need to update the app. Need to figure out what is different between the Blink APP and Blinkpy implementation causing this response. Since it's very early in the setup, it may still be some header values.

Home Assistant version (if applicable):

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

Log Output/Additional Information
If using home-assistant, please paste the output of the log showing your error below. If not, please include any additional useful information.

  "app_updates": {
    "message": "An app update is required",
    "code": 105,
    "update_available": true,
    "update_required": true
  },