Finity gave me a succinct installation process that worked right away. But sometime in the past few days, all of my Echo media_player devices disappeared from my entities page.
Any clues what may have happened would be appreciated, or a suggestion of how to fix it?
Then restart and look in the log for the messages you get.
Mine is working fine and this is something similar to what you should expect to see:
2019-02-13 19:06:26 DEBUG (SyncWorker_19) [custom_components.media_player.alexa] Trying cookie from file /config/alexa_media.pickle
2019-02-13 19:06:26 DEBUG (SyncWorker_19) [custom_components.media_player.alexa] cookie loaded: <RequestsCookieJar[<Cookie at-main=A_Whole_bunch_of_stuff for .amazon.com/>, <Cookie csrf=XXXXXXXXXXXX for .amazon.com/>, <Cookie sess-at-main="YYYYYYYYYYYYZ0TmfSQfx4=" for .amazon.com/>, <Cookie session-id=ZZZZZZZZZZZZZZZZ for .amazon.com/>, <Cookie session-id-time=AAAAAAAAAl for .amazon.com/>, <Cookie session-token="A_wHolE_buncH_of_oTher_stuFF" for .amazon.com/>, <Cookie ubid-main=BBBBBBBBBBBBB for .amazon.com/>, <Cookie x-main="CCCCCCCCCCCCC" for .amazon.com/>]>
2019-02-13 19:06:27 DEBUG (SyncWorker_19) [custom_components.media_player.alexa] Logged in.
2019-02-13 19:06:27 DEBUG (SyncWorker_19) [custom_components.media_player.alexa] Using cookies to log in
2019-02-13 19:06:27 DEBUG (SyncWorker_19) [custom_components.media_player.alexa] Log in successful with cookies
2019-02-13 19:06:27 DEBUG (SyncWorker_19) [custom_components.media_player.alexa] Setting up Alexa devices
Thanks for the reply. And kicking my butt to look at the log files.
I did find this:
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘alexa.https’, port=443): Max retries exceeded with url: //alexa.amazon.com/api/devices-v2/device (Caused by NewConnectionError(‘<urllib3.connection.VerifiedHTTPSConnection object at 0x6f9b8470>: Failed to establish a new connection: [Errno -2] Name does not resolve’,))