You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[+] Authenticated !
Traceback (most recent call last):
File "/home/shoukaku07/GHunt/main.py", line 2, in
from ghunt import ghunt; ghunt.main()
File "/home/shoukaku07/GHunt/ghunt/ghunt.py", line 15, in main
parse_and_run()
File "/home/shoukaku07/GHunt/ghunt/cli.py", line 31, in parse_and_run
process_args(args)
File "/home/shoukaku07/GHunt/ghunt/cli.py", line 44, in process_args
trio.run(gaia.hunt, None, args.gaia_id, args.json)
File "/usr/local/lib/python3.10/dist-packages/trio/_core/_run.py", line 1946, in run
raise runner.main_task_outcome.error
File "/home/shoukaku07/GHunt/ghunt/modules/gaia.py", line 28, in hunt
is_found, target = await people_pa.people(as_client, gaia_id, params_template="max_details")
File "/home/shoukaku07/GHunt/ghunt/apis/peoplepa.py", line 165, in people
if data["personResponse"][0]["status"] == "NOT_FOUND":
KeyError: 'personResponse'
The text was updated successfully, but these errors were encountered:
root@WIN-6USDKMQTSI2:/home/Shoukaku07/GHunt# python3 main.py gaia xxxxxxxxxxxxxxx
[+] Authenticated !
Traceback (most recent call last):
File "/home/shoukaku07/GHunt/main.py", line 2, in
from ghunt import ghunt; ghunt.main()
File "/home/shoukaku07/GHunt/ghunt/ghunt.py", line 15, in main
parse_and_run()
File "/home/shoukaku07/GHunt/ghunt/cli.py", line 31, in parse_and_run
process_args(args)
File "/home/shoukaku07/GHunt/ghunt/cli.py", line 44, in process_args
trio.run(gaia.hunt, None, args.gaia_id, args.json)
File "/usr/local/lib/python3.10/dist-packages/trio/_core/_run.py", line 1946, in run
raise runner.main_task_outcome.error
File "/home/shoukaku07/GHunt/ghunt/modules/gaia.py", line 28, in hunt
is_found, target = await people_pa.people(as_client, gaia_id, params_template="max_details")
File "/home/shoukaku07/GHunt/ghunt/apis/peoplepa.py", line 165, in people
if data["personResponse"][0]["status"] == "NOT_FOUND":
KeyError: 'personResponse'
The text was updated successfully, but these errors were encountered: