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

[BUG] detected on fingerprint.com as a bot #127

Open
fw-real opened this issue Aug 15, 2024 · 1 comment
Open

[BUG] detected on fingerprint.com as a bot #127

fw-real opened this issue Aug 15, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@fw-real
Copy link

fw-real commented Aug 15, 2024

Describe the bug
As we can see in the image that botright got detected by fingerprint.com
image

Code Sample
I used example code to test:

import asyncio

import botright


async def main():
    botright_client = await botright.Botright()
    browser = await botright_client.new_browser()
    page = await browser.new_page()

    # Continue by using the Page
    await page.goto("https://fingerprint.com/products/bot-detection/")

    while True:
        pass


if __name__ == "__main__":
    asyncio.run(main())

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
As per the readme fingerprint.com should have returned not detected

Desktop (please complete the following information):

  • OS: Windows
  • Version 11
@fw-real fw-real added bug Something isn't working help wanted Extra attention is needed labels Aug 15, 2024
@fw-real
Copy link
Author

fw-real commented Aug 15, 2024

also using ungoogled chromium returned detected as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant