Coder Social home page Coder Social logo

Code on login about audible HOT 8 CLOSED

mkb79 avatar mkb79 commented on July 16, 2024
Code on login

from audible.

Comments (8)

mkb79 avatar mkb79 commented on July 16, 2024

Hi,

ask the app for a "OTP Code: " or "Code: "?

from audible.

ts65 avatar ts65 commented on July 16, 2024

Hi,

"Code: " (login.py line 200)

from audible.

mkb79 avatar mkb79 commented on July 16, 2024

Okay, then you normally receive a SMS from amazon with a code you have to enter.

If you don’t get one, you can use a workaround. Activate 2FA and login again with captcha and otp code and register a device. Save your registration. Deactivate 2FA.

from audible.

ts65 avatar ts65 commented on July 16, 2024

Thanks! Will try that later (don't get a SMS)

from audible.

mkb79 avatar mkb79 commented on July 16, 2024

If the app asks for a (cvf verify) code ist means there are some issues with your login requests. It‘s a version of intrusion detection system from amazon. Before I enabled 2FA, it asked me some times for a code (when I played around and test some things). Then I received a SMS on the phone number I stored on amazon.

You can wait now some time and try again. Or enable 2FA, then 2FA replaces the cvf verify system.

from audible.

ts65 avatar ts65 commented on July 16, 2024

Got an email now from amazon with a security code (wasn't the case earlier). Entered this code and login was successfully (next login too). Could you please add a code_callback (or cvf_callback) option (like otp_callback) where I could throw an exception or something so my program doesn't wait for code input but ends with an error if amazon asks for the code again.

from audible.

mkb79 avatar mkb79 commented on July 16, 2024

I can set this on my todo list. But why you login every time you use this app. You set a register option at LoginAuthenticator init? If you don’t set one, every time you login you will register a device. Please visit amazon and take a look on devices, if so.

To prevent login every time you use this app, save your registration data with the to_file method of your LoginAuthenticator instance after a successfully login. And next time use FileAuthenticator class to load your registration data. So you don’t need to login until you deregister via this app or on amazon page.

from audible.

ts65 avatar ts65 commented on July 16, 2024

Ah, ok. Thanks for the hint, didn't know it a new device was created on login.

Thank you for your help!

from audible.

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.