home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.86k stars 30.1k forks source link

Zeroconf - OSError: [Errno 9] Bad file descriptor #2013

Closed Nutti85 closed 7 years ago

Nutti85 commented 8 years ago

Home Assistant release (hass --version): 0.19.2

Python release (python3 --version): 3.4.2

Component/platform: zeroconf (I think)

Description of problem: Continiously getting this error in my console:

Exception in thread Thread-21:
Traceback (most recent call last):
  File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
    self.run()
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 1066, in run
    handler(self.zc)
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 1017, in <lambda>
    state_change=state_change,
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 933, in fire
    h(**kwargs)
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 990, in on_change
    listener.add_service(*args)
  File "/home/hass/.homeassistant/deps/netdisco/discoverables/__init__.py", line 87, in add_service
    service = zconf.get_service_info(typ, name)
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 1411, in get_service_info
    if info.request(self, timeout):
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 1224, in request
    zc.send(out)
  File "/home/hass/.homeassistant/deps/zeroconf.py", line 1670, in send
    bytes_sent = s.sendto(packet, 0, (addr, port))
OSError: [Errno 9] Bad file descriptor
fabaff commented 7 years ago

No further action from the reporter. This seems to be a local issue as there are no other reports available. Closing this, please re-open if the problem is still present in the latest release..