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
Description of problem:
FedEx component no longer works. On HA startup it throws this error:
fedex: Error on device update!
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/fedexdeliverymanager/__init__.py", line 62, in wrapped
return function(*args)
File "/srv/homeassistant/lib/python3.5/site-packages/fedexdeliverymanager/__init__.py", line 96, in get_packages
raise FedexError(err)
fedexdeliverymanager.FedexError: failed to get shipment list: Relogin
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 197, in _async_add_entity
yield from entity.async_device_update(warning=False)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 308, in wrapper
result = method(*args, **kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/sensor/fedex.py", line 94, in _update
for package in fedexdeliverymanager.get_packages(self._session):
File "/srv/homeassistant/lib/python3.5/site-packages/fedexdeliverymanager/__init__.py", line 65, in wrapped
return function(*args)
File "/srv/homeassistant/lib/python3.5/site-packages/fedexdeliverymanager/__init__.py", line 96, in get_packages
raise FedexError(err)
fedexdeliverymanager.FedexError: failed to get shipment list: Relogin
Expected:
It should work
Problem-relevant configuration.yaml entries and steps to reproduce:
Home Assistant release (
hass --version
):0.64
Python release (
python3 --version
):3.5
Component/platform:
FedEx Sensor
Description of problem:
FedEx component no longer works. On HA startup it throws this error:
Expected:
It should work
Problem-relevant
configuration.yaml
entries and steps to reproduce:Additional info:
Others are having this same issue: https://community.home-assistant.io/t/fedex-error-on-device-update/42974
The text was updated successfully, but these errors were encountered: