Giter VIP home page Giter VIP logo

Comments (5)

xD-E-A-T-Hx avatar xD-E-A-T-Hx commented on August 23, 2024 2

What error does gmail throw. Can you please share.

Also to prevent proxies, comment out the line

seleniumwire_options['proxy'] = proxy_options

Should do the trick.

from auto-gmail-creator.

gameuser1982 avatar gameuser1982 commented on August 23, 2024

What error does gmail throw. Can you please share.

Also to prevent proxies, comment out the line

seleniumwire_options['proxy'] = proxy_options

Should do the trick.

Apologies for the delay in response, and thank you again for taking the time to reply.

I just tried it again now and it seems to be going through fine. If I see it again I'll let you know and take screenshot, and then run it a second time with python debugger. Thanks for helping the community, I see you are very active here and did a lot of contribution to this bot in addition to the original dev.

from auto-gmail-creator.

gameuser1982 avatar gameuser1982 commented on August 23, 2024

Okay I am reopening this because I have been able to catch circumstances where the bot doesn't fill out the username field:
Screenshot (1846)

In the above example the bot press to hit next instead which causes gmail to throw up an error. Eventually the bot gives up and starts over. Issue open happens from time to time. Often times the username creation page is the one the bot expects and fills it out fine.

Also some of the free proxies from that free proxy library seem to present a different sign up page which confuses the bot:

Screenshot (1842)
Screenshot (1843)

from auto-gmail-creator.

xD-E-A-T-Hx avatar xD-E-A-T-Hx commented on August 23, 2024

, I see you are very active here and did a lot of contribution to this bot in addition to the original dev.

Thank you. I work in my own project and just bounce here to help members out.

I'd assume the different pages that are loaded are due to the regions the free proxies go from. I prefer to use my own private proxies for this type of thing then I'm guaranteed certain conditions like location, language etc.

Next the username issue. I'd personally say there is a problem with the bot finding the correct element. Wether this is due to the time it takes to load the page (proxy delay) or just python being python lol. Maybe change the delays to wait a bit longer. I think mine are personally set between 4 and 12 seconds. Not been on it in about 2 weeks so not 100% sure what it's set to.

from auto-gmail-creator.

ProfoundPenguin avatar ProfoundPenguin commented on August 23, 2024

replacing
"username_select":'//[@aria-posinset="3"]',
with
"username_select":'//
[@id="view_container"]/div/div/div[2]/div/div[1]/div/form/span/section/div/div/div[1]/div[1]/div/span/div[3]',

should solve the issue
Cheers

from auto-gmail-creator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.