View Single Post
Old 03-17-2021, 01:58 AM   #2
Badcatalex
I draw.
Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.Badcatalex ought to be getting tired of karma fortunes by now.
 
Badcatalex's Avatar
 
Posts: 131
Karma: 4278578
Join Date: Mar 2021
Location: Midwestern US
Device: K1, K4B, KPW3, KOA3, KF7 (2019)
Unhappy Seems broken.

On Linux here, keeps choking up and failing.
Code:
Traceback (most recent call last):
  File "/home/badcatalex/.local/bin/kindlepass", line 8, in <module>
    sys.exit(main())
  File "/home/badcatalex/.local/lib/python3.8/site-packages/kindlepass/kindlepass.py", line 352, in main
    kindle.activate(login())
  File "/home/badcatalex/.local/lib/python3.8/site-packages/kindlepass/kindlepass.py", line 201, in login
    return audible.LoginAuthenticator(user, password, locale=locale, captcha_callback=custom_captcha_callback)
  File "/home/badcatalex/.local/lib/python3.8/site-packages/audible_kennedn/auth.py", line 396, in __init__
    resp = login(
  File "/home/badcatalex/.local/lib/python3.8/site-packages/audible_kennedn/login.py", line 175, in login
    guess = captcha_callback(captcha_url)
  File "/home/badcatalex/.local/lib/python3.8/site-packages/kindlepass/kindlepass.py", line 158, in custom_captcha_callback
    if (platform == "linux" or platform == "linux2") and shell.check_output(["which", "eog"]):
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['which', 'eog']' returned non-zero exit status 1.
Trying to activate a Kindle Touch. In addition, usernames aren't used currently anymore (emails instead are used). But it keeps failing- not even Wine is helping here.
Badcatalex is offline   Reply With Quote