roberodin / ha-samsungtv-custom

📺 HomeAssistant - SamsungTV Custom Component
Apache License 2.0
123 stars 176 forks source link

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

Closed MickPBduece closed 5 months ago

MickPBduece commented 2 years ago

Version core-2022.2.9

Version supervisor-2022.01.1

media_player:

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)

MickPBduece commented 5 months ago

stale -