Zeroconf integration error

Hello everyone: I am trying to finish configuring home assistant in docker but on linux.
The error is with zeroconf and the integration of zeroconf with sonoff
They can think of how I can fix these errors. I read a lot and did not find the solution. Thank you

Detalles de registro (ERROR)

Logger: homeassistant.setup
Source: components/zeroconf/__init__.py:177
First occurred: 23:19:27 (1 occurrences)
Last logged: 23:19:27
Error during setup of component zeroconf

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 191, in _async_setup_component
    result = await task
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 177, in setup
    info = ServiceInfo(
  File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1756, in __init__
    self._set_properties(properties)
  File "/usr/local/lib/python3.8/site-packages/zeroconf/__init__.py", line 1824, in _set_properties
    result = b''.join((result, int2byte(len(item)), item))
struct.error: ubyte format requires 0 <= number <= 255


Detalles de registro (ERROR)

Logger: homeassistant.setup
Source: setup.py:118
First occurred: 23:19:27 (2 occurrences)
Last logged: 23:19:27

    Setup failed for sonoff: Could not set up all dependencies.
    Setup failed for ios: Could not set up all dependencies.

Search the HA Core Issues here: https://github.com/home-assistant/core/issues
When you don’t find any info on your error there, you can create an Issue for your problem.
Then hopefully the relevant codeowner(s) will help you.

thanks you

The bug was in core.config

Solution guys???
Thanks