-
-
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
Doesn't work!( #492
Comments
Hi, Lines 31 to 35 in f37efa4
I'll make a PR that fixes this part. |
@Shion1305 the GHuntAndroidAppOAuth2Error already abstracts the error, and it means what the errors means, that the OAuth2 connection failed. We'll not abstract an abstraction. @cryptobesikairdrops01 Can you retry with another Google account ? |
@mxrch I don't think Lines 31 to 41 in f37efa4
In fact, if you change the code as follows, try:
ghunt_creds = await auth.load_and_auth(as_client, help=False)
raise GHuntAndroidAppOAuth2Error("!!!!!!!!!!!!!")
except GHuntInvalidSession as e:
print(f"[-] {e}\n")
is_session_valid = False I've confirmed the fix in #493 , plz check it 🙏 |
I really think that's the an error related to the Google Account, not GHunt. In fact, the master token can expire if you change the password. @cryptobesikairdrops01 is it the case ? |
@mxrch You're right that the error is due to the Google Account, but I'm saying that users should be able to know the cause and recover from it easily, though GHunt should handle the error and let user know what is the problem. In @cryptobesikairdrops01 case, running GHunt login leads to an error that prevents further authentication steps, and is it difficult for users to know that they should use To make it more user-friendly, I've submitted PR #494 , proposing a way to handle errors that guides users to re-authenticate instead of abruptly stopping the program. Thanks for considering my suggestion. |
Thank you! It worked. |
I didn't know about the --clean option. |
It is still not working for me. |
Even with the latest update, from yesterday ? |
yes.
|
After installation as written in the manual and at startup - errors are displayed and won't start! Doesn't work!(
The text was updated successfully, but these errors were encountered: