technicalpickles / picklehome-homeassistant-config

homeassistant configuration for my house
3 stars 0 forks source link

[netdisco.ssdp] Found malformed XML at http://10.0.1.21:9080: status=ok #34

Closed technicalpickles closed 5 years ago

technicalpickles commented 6 years ago

Noticed this in the log. I'm not sure what host that is yet, but seems like something in netdisco that should be fixed.

technicalpickles commented 6 years ago

Based on other things with that IP address, it looks like it's LG webOS. Going to it in the browser returns status=ok, and supposedly in a JSON response, but that is the entirety of the body 🤔

Might be able to fix that in the discoery/netdisco.

meme1337 commented 6 years ago

Hello, I'm new to homeassistant, but I'm encountering the same issue. The device is an Android TV (nVidia Shield) in my case though. Glad if I can be of more help on the matter.

technicalpickles commented 6 years ago

@meme1337 thanks! I don't think this does any harm, just annoying log. I suspect the fix would be adding some logic to netdisco to ignore this particular result.

jobhh commented 6 years ago

Ik have 2 IP addresses listed in my log file. One of them is an Android device, so I'm guessing it's my Nvidia Shield TV. The other one I'm not sure about.

yabbah commented 6 years ago

I have the same issue with my nVidia Shield give this error in the log.

technicalpickles commented 5 years ago

Fixed in https://github.com/technicalpickles/picklehome-homeassistant-config/pull/67/files with:

logger:
  default: info
  logs:
    # ignore warnings like:
    # - Found malformed XML at http://123.123.123.123:9080: status=ok
    netdisco.ssdp: error