You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019-11-11 21:31:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/media_player.py", line 278, in _handle_event
await _refresh_if_no_audiopush(already_refreshed)
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/media_player.py", line 194, in _refresh_if_no_audiopush
await self.async_update()
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/media_player.py", line 565, in async_update
no_throttle=True)
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/helpers.py", line 143, in wrapper
result = await func(*args, **kwargs)
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/media_player.py", line 362, in refresh
session = await self.alexa_api.get_state()
File "/srv/homeassistant/lib/python3.7/site-packages/alexapy/alexaapi.py", line 457, in get_state
return await response.json(content_type=None)
File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 1040, in json
return loads(stripped.decode(encoding))
File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Expected behavior
No errors
System details
Home-assistant (version): 0.101.3
Hassio (Yes/No): No
alexa_media (version from const.py or HA startup): 2.3.4
alexapy (version from pip show alexapy or HA startup): 1.3.2
The text was updated successfully, but these errors were encountered:
This looks like your cookie file has expired. Delete and relogin. If you are using config flow, you can just remove and readd the integration with no need to restart.
I'll separately figure out why it's not properly forcing a relogin when it sees this.
Describe the bug
I have a lot this errors in log:
Expected behavior
No errors
System details
const.py
or HA startup): 2.3.4pip show alexapy
or HA startup): 1.3.2The text was updated successfully, but these errors were encountered: