theHarvester traceback. How to fix?

  Kiến thức lập trình

I lost all my data in my system and had to re-install everything in my linux
When running theHarvester i get this:

Read proxies.yaml from /home/user/.theHarvester/proxies.yaml
Traceback (most recent call last):
File “/home/user/Downloads/theHarvester-master/theHarvester.py”, line 5, in
from theHarvester.theHarvester import main
File “/home/user/Downloads/theHarvester-master/theHarvester/theHarvester.py”, line 4, in
from theHarvester import main
File “/home/user/Downloads/theHarvester-master/theHarvester/main.py”, line 16, in
from theHarvester.discovery import (
File “/home/user/Downloads/theHarvester-master/theHarvester/discovery/bevigil.py”, line 1, in
from theHarvester.discovery.constants import MissingKey
File “/home/user/theHarvester-master/theHarvester/discovery/constants.py”, line 71, in
async def google_workaround(visit_url: str) -> bool | str:
TypeError: unsupported operand type(s) for |: ‘type’ and ‘type’

How can i fix this? Has anybody come across this?

Thank you

I tried what i could

LEAVE A COMMENT