Coder Social home page Coder Social logo

Problem logging in about deletefb HOT 5 CLOSED

weskerfoot avatar weskerfoot commented on August 17, 2024
Problem logging in

from deletefb.

Comments (5)

weskerfoot avatar weskerfoot commented on August 17, 2024

Are you getting a "Save Browser" screen? I think this might be the same issue as this #38

I can look at adding this check to the end of the login function, although I think it might be more robust to do something like:

while "login/device-based/regular/login" in driver.getCurrentUrl():
    time.sleep(5)

That way it isn't depending on the exact query parameters being present.

Can you confirm this solves your issue?

Better yet, I might change the login function to go to this URL in the first place and avoid this issue, and the need to have a while loop.

It seems that if you aren't logged in, this page will reliably give you a login

image

from deletefb.

weskerfoot avatar weskerfoot commented on August 17, 2024

I'm going to try altering the login function to go to this page directly, which should hopefully avoid issues with logins.

It seems like #38 is a different issue which is going to be a bit more work to solve.

from deletefb.

weskerfoot avatar weskerfoot commented on August 17, 2024

Fixed in #67

from deletefb.

morris-of-orange avatar morris-of-orange commented on August 17, 2024

This totally fixed it, thank you. Sorry I wasn't much of a help, I'm new to all this, so I couldn't be much help.

from deletefb.

weskerfoot avatar weskerfoot commented on August 17, 2024

from deletefb.

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.