If you want this PKGBUILD to work, you need to make it use python2 in audible-activator.py. You can replace the prepare() function by the following (only the "sed" command is new):
prepare() {
cd "${srcdir}/${_pkgname}"
patch -p1 < "${srcdir}/audible-activator.chromedriverpath.patch"
sed -i 's/python/python2/' audible-activator.py
}
Pinned Comments
dreieck commented on 2023-04-27 12:47 (UTC)
If you are looking for a working command line software that helps you retrieving your activation bytes from your audible account, please try
audible-cli
.dreieck commented on 2023-04-27 12:44 (UTC) (edited on 2023-04-27 12:48 (UTC) by dreieck)
I can run the software with firefox mode or with chromedriver debug mode, but the activation bytes it returns are wrong (differing from what
audible-cli
returns, different from what I got many years ago, different from what works).It might be that upstream has not followed up with changes at Amazon/ Audible and extracts wrong information?