roberodin/ha-samsungtv-custom

Error from log. Detected blocking call inside the event loop. This is causing stability issues. Please report

Closed this issue · 1 comments

Version
core-2022.2.9

Version
supervisor-2022.01.1

media_player:

  • platform: samsungtv_custom
    host: '192.168.1.13'
    port: '8002'
    mac: '4c:c9:5e:9d:a4:86'
    sourcelist: '{"Bluray": "KEY_HDMI1"}'
    applist: "YouTubeTV, YouTube, Netflix, Plex, Facebook Watch, Spotify"
    protocol: ctl_qled

Logger: homeassistant.util.async_
Source: util/async_.py:144
First occurred: 12:39:24 PM (24 occurrences)
Last logged: 12:39:24 PM

Detected blocking call inside the event loop. This is causing stability issues. Please report issue to the custom component author for samsungtv_custom doing blocking calls at custom_components/samsungtv_custom/samsungctl_qled/upnp.py, line 23: response = requests.post("http://{host}:9197/upnp/control/{protocole}1".format(host=self._host, protocole=protocole), data=body, headers=headers, timeout=0.2)
Detected blocking call inside the event loop. This is causing stability issues. Please report issue to the custom component author for samsungtv_custom doing blocking calls at custom_components/samsungtv_custom/samsungctl_qled/application.py, line 41: response = requests.get(APP_URL_FORMAT.format(self._ip, APPS[app]), timeout=0.2)

stale -