Advertisement
Guest User

Untitled

a guest
Feb 13th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. Logger: aiohttp.server
  2. Source: /usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py:421
  3. First occurred: 3:41:37 PM (1 occurrences)
  4. Last logged: 3:41:37 PM
  5.  
  6. Error handling request
  7. Traceback (most recent call last):
  8. File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
  9. resp = await request_handler(request)
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. File "/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py", line 543, in _handle
  12. resp = await handler(request)
  13. ^^^^^^^^^^^^^^^^^^^^^^
  14. File "/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py", line 114, in impl
  15. return await handler(request)
  16. ^^^^^^^^^^^^^^^^^^^^^^
  17. File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 91, in security_filter_middleware
  18. return await handler(request)
  19. ^^^^^^^^^^^^^^^^^^^^^^
  20. File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 100, in forwarded_middleware
  21. return await handler(request)
  22. ^^^^^^^^^^^^^^^^^^^^^^
  23. File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
  24. return await handler(request)
  25. ^^^^^^^^^^^^^^^^^^^^^^
  26. File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 80, in ban_middleware
  27. return await handler(request)
  28. ^^^^^^^^^^^^^^^^^^^^^^
  29. File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 235, in auth_middleware
  30. return await handler(request)
  31. ^^^^^^^^^^^^^^^^^^^^^^
  32. File "/usr/src/homeassistant/homeassistant/components/http/headers.py", line 31, in headers_middleware
  33. response = await handler(request)
  34. ^^^^^^^^^^^^^^^^^^^^^^
  35. File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 149, in handle
  36. result = await handler(request, **request.match_info)
  37. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/usr/src/homeassistant/homeassistant/components/http/decorators.py", line 72, in with_admin
  39. return await func(self, request, *args, **kwargs)
  40. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  41. File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 185, in post
  42. return await super().post(request, flow_id)
  43. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  44. File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 72, in wrapper
  45. result = await method(view, request, data, *args, **kwargs)
  46. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  47. File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 110, in post
  48. result = await self._flow_mgr.async_configure(flow_id, data)
  49. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  50. File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 358, in async_configure
  51. result = await self._async_configure(flow_id, user_input)
  52. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  53. File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 404, in _async_configure
  54. result = await self._async_handle_step(
  55. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  56. File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 501, in _async_handle_step
  57. result: FlowResult = await getattr(flow, method)(user_input)
  58. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  59. File "/usr/src/homeassistant/homeassistant/components/roomba/config_flow.py", line 230, in async_step_link
  60. roomba_pw = RoombaPassword(self.host)
  61. ^^^^^^^^^^^^^^^^^^^^^^^^^
  62. File "/usr/local/lib/python3.12/site-packages/roombapy/getpassword.py", line 21, in __init__
  63. self.server_socket = _get_socket()
  64. ^^^^^^^^^^^^^
  65. File "/usr/local/lib/python3.12/site-packages/roombapy/getpassword.py", line 81, in _get_socket
  66. ssl_socket = ssl.wrap_socket(
  67. ^^^^^^^^^^^^^^^
  68. AttributeError: module 'ssl' has no attribute 'wrap_socket'
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement