-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error doing job: Task exception was never retrieved #21
Comments
You dont have latest pydreamscreen installed. So short time fix:Clone pydreamscreen into your custom components directory.
Restart your Homeassistant and it should work. At does at least here, so there is hope. I will open a ticket at pydreamscreen, as it needs to be updated automatically. We need a way for this |
Hi J3n50m4t, first I've removed both folder from the config/custom_components folder. git clone https://github.com/GregoryDosh/Home-Assistant-DreamScreen-Service.git dreamscreen Now I got the 2 folders and dreamscreen works fine as usual, but the log keep on with the above error. Thanks for the support |
Mmh weird. Sent with GitHawk |
So here I'm again. |
Thank you J3n50m4t! |
Ok. |
Hi Gregory,
this is from the log and it is showing up many many times, do you have any clue? thanks
Log Details (ERROR)
Sun Jul 21 2019 10:50:42 GMT+0200 (CEST)
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 365, in _async_add_entity
await entity.async_update_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 226, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 256, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/config/custom_components/dreamscreen/init.py", line 250, in state_attributes
self.device, (pydreamscreen.DreamScreenHD, pydreamscreen.DreamScreen4K, pydreamscreen.DreamScreenSolo)
AttributeError: module 'pydreamscreen' has no attribute 'DreamScreenSolo'
The text was updated successfully, but these errors were encountered: