Error handling request components/blink/camera.py

Hello all,
since 2 days my Home Assistant can not access my Blink Outdoor. At first I thought it was due to too many requests, but I can still access it via the Blink app.

Here is my log:

Logger: aiohttp.server
Source: components/blink/camera.py:88
First occurred: 9. März 2022, 10:26:08 (4485 occurrences)
Last logged: 09:07:41

Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 435, in _handle_request
resp = await request_handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py”, line 504, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py”, line 117, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/forwarded.py”, line 98, in forwarded_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 28, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 79, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 219, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 137, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/camera/init.py”, line 753, in get
return await self.handle(request, camera)
File “/usr/src/homeassistant/homeassistant/components/camera/init.py”, line 771, in handle
image = await _async_get_image(
File “/usr/src/homeassistant/homeassistant/components/camera/init.py”, line 169, in _async_get_image
image_bytes = await camera.async_camera_image(
File “/usr/src/homeassistant/homeassistant/components/camera/init.py”, line 584, in async_camera_image
return await self.hass.async_add_executor_job(
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 52, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/blink/camera.py”, line 88, in camera_image
return self._camera.image_from_cache.content
AttributeError: ‘NoneType’ object has no attribute ‘content’

Thanks in advance! :slight_smile:

Blink have changed how the API accesses their servers. The developer is aware of the problem and I guess it will be fixed in due course. There is more on it at Issues · fronzbot/blinkpy · GitHub

I’m in the same situation…