-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Blink Integration Stopped Working after Core update #103312
Comments
Hey there @fronzbot, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) blink documentation |
CC @mkmer |
This looks like it had an error logging in to Blink and retrieving the camera data. It probably should handle this a bit better. |
Exact same issue here. I removed the integration and re-added it. It accepts my username and pw, but did not ask for the 2FA code. I went into the Blink app and removed Home Assistant as a device, removed and added again and this time it prompted for 2FA. Unfortunately, still receiving the error as detailed above. Happy to help with troubleshooting. |
Darn, I put the diagnostic stuff in, but it's not merged yet. Please verify the latest library is loaded, maybe something happened there. |
I have the same issued, reloading the addon does not fix anything |
Same issue here since today after installing latest HA update |
Same issue here 2023-11-04 09:23:42.729 ERROR (MainThread) [homeassistant.components.blink.coordinator] Unexpected error fetching blink data: 'NoneType' object has no attribute 'get' |
Anyone capable of trying this change out for me? It requires a bit of hacking in the installed library... but it is small |
If i knew where to find this file to edit.. i would happily try! |
Ok i found it the homeassistant docker container in and it has resolved the issue! |
Same here: Changing the above file resolved the issue for me. |
Thanks guys! As soon as @fronzbot can release the fix, we will bump the version in HA. Should be an upcoming point release (soon). |
One more question: Do you guys have sync modules on your account? |
No I don't have the sync module |
Yes, I have the sync module. |
I do not have a sync module |
Thanks. I was hoping everyone did not have sync modules. I think we have a fix coming soon base on the tests others have done for us. |
The problem
Since this weeks new core update, the Blink integration has stopped working.
This is my log:
2023-11-03 14:43:31.606 ERROR (MainThread) [homeassistant.components.blink.coordinator] Unexpected error fetching blink data: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 290, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/blink/coordinator.py", line 33, in _async_update_data
return await self.api.refresh(force=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/blinkpy/blinkpy.py", line 98, in refresh
await sync_module.refresh(force_cache=(force or force_cache))
File "/usr/local/lib/python3.11/site-packages/blinkpy/sync_module.py", line 271, in refresh
await self.cameras[camera_name].update(camera_info, force_cache=force_cache)
File "/usr/local/lib/python3.11/site-packages/blinkpy/camera.py", line 221, in update
self.extract_config_info(config)
File "/usr/local/lib/python3.11/site-packages/blinkpy/camera.py", line 229, in extract_config_info
self.name = config.get("name", "unknown")
^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
What version of Home Assistant Core has the issue?
core-2023.11.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Blink
Link to integration documentation on our website
https://www.home-assistant.io/integrations/blink/
Diagnostics information
home-assistant_blink_2023-11-03T13-50-09.289Z.log
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: