Bug founded
root@WIN-6USDKMQTSI2:/home/Shoukaku07/GHunt# python3 main.py gaia xxxxxxxxxxxxxxx
.d8888b. 888 888 888
d88P Y88b 888 888 888
888 888 888 888 888
888 8888888888 888 888 88888b. 888888
888 88888 888 888 888 888 888 "88b 888
888 888 888 888 888 888 888 888 888
Y88b d88P 888 888 Y88b 888 888 888 Y88b.
"Y8888P88 888 888 "Y88888 888 888 "Y888 v2
By: mxrch (🐦 @mxrchreborn)
Support my work on GitHub Sponsors ! 💖
[+] Authenticated !
Traceback (most recent call last):
File "/home/shoukaku07/GHunt/main.py", line 2, in
Same thing here
/v2/people respond with :
{'error': {'code': 400, 'message': 'Request contains an invalid argument.', 'status': 'INVALID_ARGUMENT'}}
This is due to your params_template being set to max_details. max_details currently has a bug.
I suggest using "just_name" instead of "max_details" until mxrch has pushed a fix.
This is due to your params_template being set to max_details. max_details currently has a bug.
I suggest using "just_name" instead of "max_details" until mxrch has pushed a fix.
thx