Created
May 22, 2024 16:41
-
-
Save jrgleason/d2fb818589044e53b6945cce7b05c3d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-05-22 11:57:07 2024-05-22 11:57:07.875 ERROR (MainThread) [aiohttp.server] Error handling request | |
2024-05-22 11:57:07 Traceback (most recent call last): | |
2024-05-22 11:57:07 File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request | |
2024-05-22 11:57:07 resp = await request_handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle | |
2024-05-22 11:57:07 resp = await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl | |
2024-05-22 11:57:07 return await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware | |
2024-05-22 11:57:07 return await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 210, in forwarded_middleware | |
2024-05-22 11:57:07 return await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware | |
2024-05-22 11:57:07 return await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 88, in ban_middleware | |
2024-05-22 11:57:07 return await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/local/lib/python3.12/site-packages/aiohttp_session/__init__.py", line 199, in factory | |
2024-05-22 11:57:07 response = await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 295, in auth_middleware | |
2024-05-22 11:57:07 return await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 32, in headers_middleware | |
2024-05-22 11:57:07 response = await handler(request) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle | |
2024-05-22 11:57:07 result = await handler(request, **request.match_info) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/image_upload/__init__.py", line 212, in get | |
2024-05-22 11:57:07 await hass.async_add_executor_job( | |
2024-05-22 11:57:07 File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run | |
2024-05-22 11:57:07 result = self.fn(*self.args, **self.kwargs) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/src/homeassistant/homeassistant/components/image_upload/__init__.py", line 233, in _generate_thumbnail | |
2024-05-22 11:57:07 image = ImageOps.exif_transpose(Image.open(original_path)) | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 File "/usr/local/lib/python3.12/site-packages/PIL/Image.py", line 3277, in open | |
2024-05-22 11:57:07 fp = builtins.open(filename, "rb") | |
2024-05-22 11:57:07 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
2024-05-22 11:57:07 FileNotFoundError: [Errno 2] No such file or directory: '/config/image/5092099785b19baefce35babbbf9c4f8/original' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment