Now, I reentered the configuration.yaml info.
Nest start:
Thu Sep 19 2019 21:06:37 GMT+0200 (Mitteleuropäische Sommerzeit)
Error setting up entry [email protected] - amazon.de for alexa_media
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 924, in _wrap_create_connection
await self._loop.create_connection(*args, **kwargs))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 981, in create_connection
ssl_handshake_timeout=ssl_handshake_timeout)
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1009, in _create_connection_transport
await waiter
ConnectionResetError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 190, in async_setup
hass, self
File "/config/custom_components/alexa_media/__init__.py", line 172, in async_setup_entry
await login.login_with_cookie()
File "/usr/local/lib/python3.7/site-packages/alexapy/alexalogin.py", line 168, in login_with_cookie
await self.login(cookies=self._cookies)
File "/usr/local/lib/python3.7/site-packages/alexapy/alexalogin.py", line 331, in login
if (cookies and await self.test_loggedin(cookies)):
File "/usr/local/lib/python3.7/site-packages/alexapy/alexalogin.py", line 246, in test_loggedin
ssl=self._ssl
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 476, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 522, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 854, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 992, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 974, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 931, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host alexa.amazon.de:443 ssl:<ssl.SSLContext object at 0x727f6270> [None]
Verbindung getrennt. Verbinde erneut...
I have no other idea then to rollback to 1.4.1
ok, after rolling back everything works again.
This error comes at startup:
Error importing platform config_flow from integration alexa_media to set up alexa_media config entry: No module named 'custom_components.alexa_media.config_flow'
seems to be a rest of 2.2.0
Sorry that I cannot test more but it’s late and my family kills me, when alexa is not working tomorrow
Ok, the integration entry is still present. That’s obviously the reason for the error above.
Maybe I have to delete the integration, but I have respect for the resulting issues. Will try it tomorrow.
Just to close:
Deleted integration entry - started again - entered captcha - everythings fine so far.