qtchaos / py_mega_account_generator

🤖 Create and manage MEGA accounts with ease, upload and share files.
GNU General Public License v3.0
109 stars 21 forks source link

Already been asked & resolved before and I'm using the latest version which shall counter this problem already but here is it - [pyppeteer.errors.TimeoutError] #19

Closed j0hnckuy closed 1 year ago

j0hnckuy commented 1 year ago

Hello mate,

Got this error.

Failed to clear temporary files... killing previous instances. Killing process msedgewebview2.exe... Killing process msedge.exe... Killed previous instances successfully! Failed to clear temporary files... killing previous instances. Killing process msedgewebview2.exe... Killed previous instances successfully! Registered account successfully! Retrieved mail successfully! Found mail! Traceback (most recent call last): File "P:\py_mega_account_generator-master(2)\py_mega_account_generator-master\main.py", line 138, in <module> asyncio.run(register(asyncio.run(generate_mail()))) File "C:\Python310\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Python310\lib\asyncio\base_events.py", line 649, in run_until_complete return future.result() File "P:\py_mega_account_generator-master(2)\py_mega_account_generator-master\main.py", line 76, in register await initial_setup(context, message, credentials) File "P:\py_mega_account_generator-master(2)\py_mega_account_generator-master\utilities\web.py", line 43, in initial_setup await confirm_page.waitForSelector("#freeStart", timeout=1000) File "C:\Python310\lib\site-packages\pyppeteer\frame_manager.py", line 855, in __await__ raise result pyppeteer.errors.TimeoutError: Waiting for selector "#freeStart" failed: timeout 1000ms exceeds.

I haven't created even 1 account so far - to answer the question you asked the other user with this same issue.

Thanks for reading.

DogancanYr commented 1 year ago

Is this site open for you? https://mail.tm or you can download chrome.

j0hnckuy commented 1 year ago

I can browse the website. I've chrome. What to do next?

DogancanYr commented 1 year ago

Download the account generator again. When it cannot reach the site within 1000 ms, it gives this error. We set this time to 10000 ms.

j0hnckuy commented 1 year ago

okay, trying.

EDIT: Same error. didnt worked.

DogancanYr commented 1 year ago

Code => download zip or download from the Instructions section, download the project from here click on the text, the relase section has not been updated.

j0hnckuy commented 1 year ago

yeah did that. it didnt work.

DogancanYr commented 1 year ago

Write the error again.

j0hnckuy commented 1 year ago

It worked. I had to open CMD as admin. I was about to edit my previous post and your message popped up. thank you for helping.

DogancanYr commented 1 year ago

Not at all .

DogancanYr commented 1 year ago

@qtchaos Could you release this version as 1.4.1 on release and make it mandatory to run the program as an administrator?

qtchaos commented 1 year ago

Running any program under Administrator privileges is risky, and I would avoid this at any cost.

DogancanYr commented 1 year ago

You are right, this error has nothing to do with this problem anyway. Can you publish the latest change as a release?