Git Product home page Git Product logo

Comments (6)

mkb79 avatar mkb79 commented on May 25, 2024 1

I had the same issue some times ago. The problem goes away as I logged in some days later.

You can go around with a captcha callback like this:

import audible


def captcha_callback(captcha_url: str) -> str:
    print("Please open the captcha url in a webbrowser of your choice.")
    print(captcha_url)

    guess = input("Answer for CAPTCHA: ")
    return str(guess).strip().lower()


auth = audible.Authenticator.from_login(..., captcha_callback=captcha_callback)

Or you can use the external login with:

import audible

auth = audible.Authenticator.from_login_external(locale="LOCALE_CODE")

from audible.

jeromegit avatar jeromegit commented on May 25, 2024

Thanks for the quick response, @mkb79 !
The external login didn't work for me. When I tried to copy the (long) URL as prompted, maybe because it was too long but pressing Enter didn't work; the script wouldn't take the URL.
I removed the external login code and all of a sudden, the captcha started to work again.
I'm all good now.

from audible.

mkb79 avatar mkb79 commented on May 25, 2024

Your issue with the external login seams the same as in issue-32.

It‘s good to hear that your captcha issue is gone away. I can advise you to register a Audible device with my package. So you don’t need to login ever again.

from audible.

mkb79 avatar mkb79 commented on May 25, 2024

If you are interested in using the external login you can read here! The problem seams to be Mac OS related. You can try to import readline module. Maybe this solves the issue. If it helps please report to me so I can post the solution to issue-32.

from audible.

jeromegit avatar jeromegit commented on May 25, 2024

Hi @mkb79
Sorry for the late response.
Adding the readline module did the trick for me.

Thanks!

from audible.

mkb79 avatar mkb79 commented on May 25, 2024

@jeromegit Thank you for this very useful information!

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.