python-matter-server: DNSSD packet parsing failed - HassOS - RPi4

I’m having the same issue mentioned in #307, with the addon-on logs repeating:

2023-06-12 12:03:01 core-matter-server chip.DIS[126] ERROR DNSSD packet parsing failed (for SRV records)
2023-06-12 12:03:01 core-matter-server chip.DIS[126] ERROR DNSSD packet parsing failed (for non-srv records)

I have HassOS 10.2 installed on a baremetal Raspberry Pi 4, with IPv6 enabled (obtaining the correct addresses on ethernet). Checking sysctl, the values of accept_ra and accept_ra_rt_info_max_plen are both 0 and cannot be changed.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

I finally figured out what was causing it - disabling this addon stopped the messages: https://github.com/hassio-addons/addon-aircast . I toggled it on/off a few times and that would restart the error messages.

Disabling mDNS forwarding in my Unifi router solved the problem for me. However, shouldn’t the logging be relaxed? It makes no sense to log errors that are caused by unrelated other devices with such a high frequency.