qtchaos/py_mega_account_generator

pyppeteer error TimeoutError

Closed this issue · 0 comments

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.