Advertisement
Guest User

Untitled

a guest
Jan 18th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. 2021-01-18 21:48:47,313 INFO emulated_hue.entertainment -- Start HUE Entertainment Service on UDP port 2100.
  2. 2021-01-18 21:48:47,821 ERROR asyncio -- Task exception was never retrieved
  3. future: <Task finished name='Task-459591' coro=<EntertainmentAPI.async_run() done, defined at /app/emulated_hue/entertainment.py:52> exception=TypeError("'NoneType' object is not callable")>
  4. Traceback (most recent call last):
  5. File "/app/emulated_hue/entertainment.py", line 85, in async_run
  6. await asyncio.gather(
  7. File "/app/emulated_hue/entertainment.py", line 139, in __async_process_light_packet
  8. await self.hass.async_call_service("light", "turn_on", svc_data)
  9. File "/usr/local/lib/python3.8/site-packages/hass_client/__init__.py", line 204, in async_call_service
  10. return await self.__async_send_ws(msg)
  11. TypeError: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement