Zombie harvester (not started) keyError: 'port'

Hi, friends. I am sorry for the my noobquestion)
I am using:
Ubuntu 20.04.3 LTS
Python 3.8.10
Chia version: 1.2.11

Harvester does not run on this server. After looking at htop , I found him in a zombie . After removing the process and restarting it, I found errors in the port. I assumed the problem should be in config.yaml, although the data in it looks correct. Maybe it’s something else, tell me?


0     0    3196    2411  20   0      0     0 -      Z    ?          0:01 [chia_harvester] <defunct>

(venv) root@mif:~/.chia/mainnet/log# kill -KILL 2411
(venv) root@mif:~/.chia/mainnet/log# chia start harvester
Daemon not started yet
Starting daemon
chia_harvester: started
(venv) root@mif:~/.chia/mainnet/log# Traceback (most recent call last):
  File "/opt/chia-blockchain/venv/bin/chia_harvester", line 33, in <module>
    sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia_harvester')())
  File "/opt/chia-blockchain/chia/server/start_harvester.py", line 52, in main
    kwargs = service_kwargs_for_harvester(DEFAULT_ROOT_PATH, config, DEFAULT_CONSTANTS)
  File "/opt/chia-blockchain/chia/server/start_harvester.py", line 38, in service_kwargs_for_harvester
    advertised_port=config["port"],
KeyError: 'port'
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe

I didn’t find exactly the same problem on the forum, debug.log is empty, everything is fine on other remote harvesters and the local one

Apparently not configured venv?

All ok - thats something wrong in config.yaml