-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Some Profile Pictures are not shown when an account with multiple profile photos are specified. #482
Comments
Good catch, thanks ! I'll deploy a fix soon. |
Hey, I cannot reproduce this bug. Lines 48 to 59 in e873469
|
Did you type my email? ( |
I'll work on this issue. |
@mxrch Lines 148 to 151 in 40018b7
I propose two potential solutions:
I lean towards the second option for its simplicity and clarity, but it does come with the risk of reduced adaptability. I need the maintainer's opinion. |
Describe the bug
Looks like the result lacks some of the profile photos when the account with multiple profile photos are specified.
To Reproduce
Try
ghunt email [email protected]
You will get followings.
However, my main profile photo are this...
https://lh3.googleusercontent.com/a-/ALV-UjVAZwNswrR856p1RmOX9FTFMgS7l9Hrj6qguQwFry_szec
Investigation
I referred to the corresponding source code for getting the profile photo.
GHunt/ghunt/apis/peoplepa.py
Lines 33 to 106 in e873469
printed out the
data
and got this.I see the profile photo link I was expecting on ['people']['107694920401573579556']['photo'][0].
So looks like this is just a parsing problem.
The text was updated successfully, but these errors were encountered: