-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Names you have entered in emails.txt is taken #2
Comments
I don't know if you still need the answer, but i can got this code working is because of your changes there for the webdriver. So i will just answer it, maybe other people will need it, too. So, after i analyze it, the problem is this code will try to find Accept Cookie element on the HTML, which is not shown if we already often use the browser to open MEGA or maybe if we already accept the cookie one time (i don't know exact requirement for the "accept cookie" form to show up). Then, because that form is missing, this code will throw the error, and output the text like, [Error] An error occured while Creating a Account Reasons are [Names you have entered in emails.txt is taken]. So, the fix for this is just comment out this two line, then it will not trying to find the missing form, and you will good to go. From this,
To this,
Anyway, thank you for your help, too ^^ |
@wokesdev thanks for that! |
can you share it ?, i tested many temp email website, mail.tm is fastest but dont know how to make python automatic |
i've made a fix for it #3 if able to merge |
Update to issue #2 by updating it with new docs..
Getting this error every time even though I'm sure they're not- it's also no longer inputting text into Mega in the chrome browser.
Note: I did make a couple of script changes
The text was updated successfully, but these errors were encountered: