Skip to content

[BUG] No module named 'hcaptcha_challenger.agents' #145

@sadikhan918

Description

@sadikhan918

Describe the bug
Cannot run the start up code, gives an error

Code Sample

import asyncio
import botright


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

    await page.goto("http://playwright.dev")
    print(await page.title())

    await botright_client.close()

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

To Reproduce

  1. Install botright
  2. Attempt to run test code

Expected behavior
A browser to open and to open a page

Screenshots

Image

Desktop (please complete the following information):

  • OS: Windows
  • Version 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions