ericleb010 / hassio-addons

Control your Xbox One from your Home Assistant device.
MIT License
6 stars 4 forks source link

error issue #13

Open evilone68 opened 4 years ago

evilone68 commented 4 years ago

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for xboxone doing I/O at custom_components/xboxone/media_player.py, line 93: return requests.get(full_url, *args, **kwargs)

this is from hassio 109.5 running on docker

blazem commented 4 years ago

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for xboxone doing I/O at custom_components/xboxone/media_player.py, line 93: return requests.get(full_url, *args, **kwargs)

this is from hassio 109.5 running on docker

have you managed to figure out or find a fix for this error?