-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
LG webOS lead to exceptions when HA tries to show preview #5113
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
Comments
Same errors all the time.
|
I have the same errors:
|
Is this something that broke in a newer version or was never working? |
I'm not so long with Home Assistant (from November 2016), but all this time the issue was present. |
I'm also using Home Assistant from December 2016, so I cant say if it is a new or old bug. |
I have the same issue, have tried a lot of things to resolve but needs a fix from someone more knowledgeable I guess :-) |
Now it's worse. My log file is huge because this message appears every 30''!
Also I'm getting this error:
|
here this property is file path on my TV. The only property that is URL is "icon" |
This is a long shot but have you tried to encapsulate the name in ' ' like so
|
Im also affected. Latest ha 0401 and LG with latest firmeare 05050"". |
@Matt2468 I've tried this and nothing changed, component still throws an error on every page refresh. |
No one cares. I post this bug also in forums and gitter a long time ago. It's obvious that LG Web OS (any version) doesn't push a thumbnail to home assistant. Is it so difficult to disable this? My LG Web OS version 1 also has a problem with volume stepping. It increases or decreases the volume by two points a time and sometimes by ten! Lately, I found that WebOS notification component isn't working without setup WebOS media player. So, if I disable the problematic WebOS media player I miss notifications also. |
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.35.3
Python release (
python3 --version
):3.4.2
Component/platform:
Description of problem:
HA cannot render a preview image for media_player.webostv component and an error appears in the log on every page refresh. The preview block is rendered on a dashboard but is blank.
Expected:
Preview is rendered correctly or not shown at all if not supported.
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
I tried to debug the issue and added a logging of an image URL to the
homeassistant/components/media_player/webostv.py
:Log entries:
16-12-30 21:48:21 homeassistant.components.media_player.webostv: '/media/cryptofs/apps/usr/palm/applications/youtube.leanback.v4/youtube_leanback_v4_130x130.png' 16-12-30 21:51:01 homeassistant.components.media_player.webostv: '/usr/palm/plugins/inputapps/assets/medium/launcher/streamingbox.png'
There is no such path in my system but looks like there is a reason why it throws the exception: HTTP client cannot resolve a host of the local path. However, I don't know why does it resolve the path which does not exist in a system.
TV firmware:
The text was updated successfully, but these errors were encountered: