Replies: 1 comment
-
|
My fault! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fails with code 500 - amazon.co.uk & amazon.com tried.
Log shows:
2025-11-11 13:54:15.705 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.4.165 homeassistant | Traceback (most recent call last): homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions homeassistant | yield homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 394, in handle_async_request homeassistant | resp = await self._pool.handle_async_request(req) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request homeassistant | raise exc from None homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request homeassistant | response = await connection.handle_async_request( homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | pool_request.request homeassistant | ^^^^^^^^^^^^^^^^^^^^ homeassistant | ) homeassistant | ^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request homeassistant | return await self._connection.handle_async_request(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request homeassistant | raise exc homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request homeassistant | ) = await self._receive_response_headers(**kwargs) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers homeassistant | event = await self._receive_event(timeout=timeout) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_async/http11.py", line 217, in _receive_event homeassistant | data = await self._network_stream.read( homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | self.READ_NUM_BYTES, timeout=timeout homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | ) homeassistant | ^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_backends/anyio.py", line 32, in read homeassistant | with map_exceptions(exc_map): homeassistant | ~~~~~~~~~~~~~~^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__ homeassistant | self.gen.throw(value) homeassistant | ~~~~~~~~~~~~~~^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions homeassistant | raise to_exc(exc) from exc homeassistant | httpcore.ReadTimeout homeassistant | homeassistant | The above exception was the direct cause of the following exception: homeassistant | homeassistant | Traceback (most recent call last): homeassistant | File "/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py", line 510, in _handle_request homeassistant | resp = await request_handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/aiohttp/web_app.py", line 569, in _handle homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/aiohttp/web_middlewares.py", line 117, in impl homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 92, in security_filter_middleware homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 87, in forwarded_middleware homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 26, in request_context_middleware homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 86, in ban_middleware homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 242, in auth_middleware homeassistant | return await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 41, in headers_middleware homeassistant | response = await handler(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/src/homeassistant/homeassistant/helpers/http.py", line 73, in handle homeassistant | result = await handler(request, **request.match_info) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/config/custom_components/alexa_media/config_flow.py", line 1066, in wrapped homeassistant | return await cls.handler(request, **kwargs) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/authcaptureproxy/auth_capture_proxy.py", line 442, in all_handler homeassistant | resp = await getattr(self.session, method)( homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | site, data=data, headers=headers, follow_redirects=True homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | ) homeassistant | ^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1859, in post homeassistant | return await self.request( homeassistant | ^^^^^^^^^^^^^^^^^^^ homeassistant | ...<13 lines>... homeassistant | ) homeassistant | ^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1540, in request homeassistant | return await self.send(request, auth=auth, follow_redirects=follow_redirects) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1629, in send homeassistant | response = await self._send_handling_auth( homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | ...<4 lines>... homeassistant | ) homeassistant | ^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1657, in _send_handling_auth homeassistant | response = await self._send_handling_redirects( homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | ...<3 lines>... homeassistant | ) homeassistant | ^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects homeassistant | response = await self._send_single_request(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_client.py", line 1730, in _send_single_request homeassistant | response = await transport.handle_async_request(request) homeassistant | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 393, in handle_async_request homeassistant | with map_httpcore_exceptions(): homeassistant | ~~~~~~~~~~~~~~~~~~~~~~~^^ homeassistant | File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__ homeassistant | self.gen.throw(value) homeassistant | ~~~~~~~~~~~~~~^^^^^^^ homeassistant | File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions homeassistant | raise mapped_exc(message) from exc homeassistant | httpx.ReadTimeoutBeta Was this translation helpful? Give feedback.
All reactions