Skip to content
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

All modules are broken and say ratelimited on your first try. #215

Open
SpriteManzz opened this issue Dec 15, 2024 · 0 comments
Open

All modules are broken and say ratelimited on your first try. #215

SpriteManzz opened this issue Dec 15, 2024 · 0 comments

Comments

@SpriteManzz
Copy link

Describe the bug
I use the google module and it prints out im ratelimited even tho im not i can check via account password reset and also says the account doesnt exist

To Reproduce
Steps to reproduce the behavior:

  1. Go to any IDE
  2. Create a new project
  3. Use the google module and input an email
  4. See error
import trio
import httpx

from holehe.modules.mails.google import google


async def main():
    email = "[email protected]"
    out = []
    client = httpx.AsyncClient()

    await google(email, client, out)

    print(out)
    await client.aclose()

trio.run(main)

Expected behavior
Give me the accounts recovery email / phone number

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11 Home
  • Browser Brave
  • Version 23H2

Additional context
It seems like this issue has been going on for a while now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant