Advertisement
Guest User

Untitled

a guest
Jan 8th, 2023
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | Fixit | 0 0
  1. 2023-01-09 00:21:44.264 DEBUG (MainThread) [custom_components.alexa_media.config_flow] Creating new login
  2. 2023-01-09 00:21:44.266 DEBUG (MainThread) [custom_components.alexa_media.helpers] *********@*********: Returning uuid {'uuid': '****************************', 'index': 0}
  3. 2023-01-09 00:21:44.295 DEBUG (MainThread) [alexapy.alexalogin] Creating TOTP for 2************************************************HOQ
  4. 2023-01-09 00:21:44.295 DEBUG (MainThread) [alexapy.alexalogin] Generating OTP ******
  5. 2023-01-09 00:21:44.296 DEBUG (MainThread) [alexapy.alexalogin] Login created for *********@*********- amazon.de
  6. 2023-01-09 00:21:45.120 DEBUG (MainThread) [alexapy.alexalogin] Generating OTP ******
  7. 2023-01-09 00:21:45.120 DEBUG (MainThread) [custom_components.alexa_media.config_flow] Generating OTP from *******
  8. 2023-01-09 00:21:47.751 DEBUG (MainThread) [custom_components.alexa_media.config_flow] Starting proxy for *********@********* - amazon.de
  9. 2023-01-09 00:21:47.753 DEBUG (MainThread) [alexapy.alexalogin] Attempting oauth login to https://www.amazon.com/ap/signin?openid.return_to=https://www.amazon.com/ap/maplanding&openid.assoc_handle=amzn_dp_project_dee_ios&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&pageId=amzn_dp_project_dee_ios&accountStatusPolicy=P1&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns.oa2=http://www.amazon.com/ap/ext/oauth/2&openid.oa2.client_id=device:316163383534366561653035656435303335333166376562343433323266613023413249564c5635564d32573831&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.oa2.response_type=token&openid.ns=http://specs.openid.net/auth/2.0&openid.pape.max_auth_age=0&openid.oa2.scope=device_auth_access&language=de_DE
  10. 2023-01-09 00:21:47.785 DEBUG (MainThread) [alexapy.alexalogin] Generating OTP ******
  11. 2023-01-09 00:21:47.786 DEBUG (MainThread) [alexapy.alexalogin] Generating OTP ******
  12. 2023-01-09 00:21:48.978 DEBUG (MainThread) [alexapy.alexaproxy] Filled <input aria-invalid="false" autocapitalize="off" autocorrect="off" id="ap_email" maxlength="128" name="email" placeholder="E-Mail-Adresse oder Telefonnummer" tabindex="1" type="email" value="*********@*********"/>
  13. 2023-01-09 00:21:48.983 DEBUG (MainThread) [alexapy.alexaproxy] Filled <input aria-label="Amazon Passwort" id="ap_password" maxlength="1024" name="password" placeholder="Amazon Passwort" spellcheck="false" tabindex="2" type="password" value="REDACTED 10 CHARS"/>
  14. 2023-01-09 00:22:01.401 ERROR (MainThread) [aiohttp.server] Error handling request
  15. Traceback (most recent call last):
  16. File "/usr/local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 111, in connect_tcp
  17. stream: anyio.abc.ByteStream = await anyio.connect_tcp(
  18. File "/usr/local/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 213, in connect_tcp
  19. async with create_task_group() as tg:
  20. File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 662, in __aexit__
  21. raise exceptions[0]
  22. File "/usr/local/lib/python3.10/site-packages/anyio/_core/_sockets.py", line 164, in try_connect
  23. stream = await asynclib.connect_tcp(remote_host, remote_port, local_address)
  24. File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 1691, in connect_tcp
  25. await get_running_loop().create_connection(
  26. File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1049, in create_connection
  27. sock = await self._connect_sock(
  28. File "/usr/local/lib/python3.10/asyncio/base_events.py", line 960, in _connect_sock
  29. await self.sock_connect(sock, address)
  30. File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 500, in sock_connect
  31. return await fut
  32. asyncio.exceptions.CancelledError
  33.  
  34. During handling of the above exception, another exception occurred:
  35.  
  36. Traceback (most recent call last):
  37. File "/usr/local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 10, in map_exceptions
  38. yield
  39. File "/usr/local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 110, in connect_tcp
  40. with anyio.fail_after(timeout):
  41. File "/usr/local/lib/python3.10/site-packages/anyio/_core/_tasks.py", line 118, in __exit__
  42. raise TimeoutError
  43. TimeoutError
  44.  
  45. During handling of the above exception, another exception occurred:
  46.  
  47. Traceback (most recent call last):
  48. File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions
  49. yield
  50. File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 353, in handle_async_request
  51. resp = await self._pool.handle_async_request(req)
  52. File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 253, in handle_async_request
  53. raise exc
  54. File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 237, in handle_async_request
  55. response = await connection.handle_async_request(request)
  56. File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 86, in handle_async_request
  57. raise exc
  58. File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 63, in handle_async_request
  59. stream = await self._connect(request)
  60. File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 111, in _connect
  61. stream = await self._network_backend.connect_tcp(**kwargs)
  62. File "/usr/local/lib/python3.10/site-packages/httpcore/backends/auto.py", line 29, in connect_tcp
  63. return await self._backend.connect_tcp(
  64. File "/usr/local/lib/python3.10/site-packages/httpcore/backends/asyncio.py", line 109, in connect_tcp
  65. with map_exceptions(exc_map):
  66. File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__
  67. self.gen.throw(typ, value, traceback)
  68. File "/usr/local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
  69. raise to_exc(exc)
  70. httpcore.ConnectTimeout
  71.  
  72. The above exception was the direct cause of the following exception:
  73.  
  74. Traceback (most recent call last):
  75. File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
  76. resp = await request_handler(request)
  77. File "/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
  78. resp = await handler(request)
  79. File "/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
  80. return await handler(request)
  81. File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
  82. return await handler(request)
  83. File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 227, in forwarded_middleware
  84. return await handler(request)
  85. File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
  86. return await handler(request)
  87. File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 81, in ban_middleware
  88. return await handler(request)
  89. File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 236, in auth_middleware
  90. return await handler(request)
  91. File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 136, in handle
  92. result = await result
  93. File "/config/custom_components/alexa_media/config_flow.py", line 883, in wrapped
  94. return await cls.handler(request, **kwargs)
  95. File "/usr/local/lib/python3.10/site-packages/authcaptureproxy/auth_capture_proxy.py", line 375, in all_handler
  96. resp = await getattr(self.session, method)(
  97. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1848, in post
  98. return await self.request(
  99. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1533, in request
  100. return await self.send(request, auth=auth, follow_redirects=follow_redirects)
  101. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1620, in send
  102. response = await self._send_handling_auth(
  103. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1648, in _send_handling_auth
  104. response = await self._send_handling_redirects(
  105. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1685, in _send_handling_redirects
  106. response = await self._send_single_request(request)
  107. File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1722, in _send_single_request
  108. response = await transport.handle_async_request(request)
  109. File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 352, in handle_async_request
  110. with map_httpcore_exceptions():
  111. File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__
  112. self.gen.throw(typ, value, traceback)
  113. File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
  114. raise mapped_exc(message) from exc
  115. httpx.ConnectTimeout
  116.  
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement