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

pyppeteer error TimeoutError #8

Closed
Nakasone-nsa opened this issue Sep 21, 2023 · 0 comments
Closed

pyppeteer error TimeoutError #8

Nakasone-nsa opened this issue Sep 21, 2023 · 0 comments

Comments

@Nakasone-nsa
Copy link

Traceback (most recent call last):
  File "D:\Scripts\Mega\main.py", line 93, in <module>
    asyncio.run(register(asyncio.run(generate_mail())))
  File "C:\Users\N0N3\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "C:\Users\N0N3\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete
    return future.result()
  File "D:\Scripts\Mega\main.py", line 59, in register
    await type_name(page, credentials)
  File "D:\Scripts\Mega\utilities\web.py", line 88, in type_name
    await page.waitForSelector("#register_form")
  File "C:\Users\N0N3\AppData\Local\Programs\Python\Python39\lib\site-packages\pyppeteer\frame_manager.py", line 855, in __await__
    raise result
pyppeteer.errors.TimeoutError: Waiting for selector "#register_form" failed: timeout 30000ms exceeds.
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