Hi Team,
I am having errors on a fresh install on Windows 10. I am using python 3.5 and HA 0.48.1.
The reason for the fresh install was that I installed asyncio via pip and caused some issues. Is there a particular version of asyncio i should be stipulating using ==?
Please see the error dump below. Any help or assistance would be greatly apprecaited.
2017-07-07 11:43:28 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-07-07 11:43:29 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF…op_reading()]>)
Traceback (most recent call last):
File “C:\Users\Richard\AppData\Local\Programs\Python\Python35-32\lib\asyncio\events.py”, line 126, in _run self._callback(*self._args)
File “C:\Users\Richard\AppData\Local\Programs\Python\Python35-32\lib\asyncio\proactor_events.py”, line 189, in _loop_reading data = fut.result() # deliver data later in “finally” clause
File “C:\Users\Richard\AppData\Local\Programs\Python\Python35-32\lib\asyncio\futures.py”, line 287, in result raise InvalidStateError(‘Result is not ready.’)
asyncio.futures.InvalidStateError: Result is not ready.