the tool has now become dependable the lag in the dashboard is gone as well
;) but first
after installing ghunt fix this inherited bug:
(if you want to get data like map reviews and other gmail data you must do this)
GHunt crash FIX
-
Locate the file
In your virtual environment, the file is at:
venv/lib/python3.12/site-packages/ghunt/parsers/people.py -
Find the problematic line (around line 164). It looks like:
self.coverPhotos[cover_photo_data["metadata"]["container"]] = person_cover_photo
-
Replace that line with:
if "container" in cover_photo_data.get("metadata", {}): self.coverPhotos[cover_photo_data["metadata"]["container"]] = person_cover_photo
Now GHunt will no longer crash