Advertisement
to4ko

Untitled

Jul 22nd, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. 2021-07-22 13:09:52 ERROR (MainThread) [aiohttp.server] Error handling request
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
  4. resp = await self._request_handler(request)
  5. File "/usr/local/lib/python3.9/site-packages/sentry_sdk/integrations/aiohttp.py", line 123, in sentry_app_handle
  6. reraise(*_capture_exception(hub))
  7. File "/usr/local/lib/python3.9/site-packages/sentry_sdk/_compat.py", line 54, in reraise
  8. raise value
  9. File "/usr/local/lib/python3.9/site-packages/sentry_sdk/integrations/aiohttp.py", line 113, in sentry_app_handle
  10. response = await old_handle(self, request)
  11. File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 499, in _handle
  12. resp = await handler(request)
  13. File "/usr/local/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 119, in impl
  14. return await handler(request)
  15. File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
  16. return await handler(request)
  17. File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 77, in forwarded_middleware
  18. return await handler(request)
  19. File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 24, in request_context_middleware
  20. return await handler(request)
  21. File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 144, in auth_middleware
  22. return await handler(request)
  23. File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 135, in handle
  24. result = await result
  25. File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 511, in get
  26. return await self.handle(request, camera)
  27. File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 546, in handle
  28. stream = await camera.handle_async_mjpeg_stream(request)
  29. File "/usr/src/homeassistant/homeassistant/components/mjpeg/camera.py", line 163, in handle_async_mjpeg_stream
  30. return await async_aiohttp_proxy_web(self.hass, request, stream_coro)
  31. File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 142, in async_aiohttp_proxy_web
  32. return await async_aiohttp_proxy_stream(
  33. File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 172, in async_aiohttp_proxy_stream
  34. await response.write(data)
  35. File "/usr/local/lib/python3.9/site-packages/aiohttp/web_response.py", line 470, in write
  36. await self._payload_writer.write(data)
  37. File "/usr/local/lib/python3.9/site-packages/aiohttp/http_writer.py", line 107, in write
  38. self._write(chunk)
  39. File "/usr/local/lib/python3.9/site-packages/aiohttp/http_writer.py", line 67, in _write
  40. raise ConnectionResetError("Cannot write to closing transport")
  41. ConnectionResetError: Cannot write to closing transport
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement