VarSell / iAmDeaf

Simple CLI ripper for AAX - AAXC (Plus Catalogue) files
42 stars 2 forks source link

Bad Request (400) #4

Open ElegantPercentage opened 1 year ago

ElegantPercentage commented 1 year ago
Error in job: Bad Request (400): 1 validation error detected: Value 'Extreme' at 'quality' failed to satisfy constraint: Member must satisfy enum value set: [High, Normal]
  [Parsing Voucher]
  [Error: Index was outside the bounds of the array.]
  [Creating Audiobook]
  [Error: Object reference not set to an instance of an object.]
VarSell commented 1 year ago

That's strange, I haven't used audible for a while (and this needs a rewrite when I have time), but is this happening for all books or just a specific title?

ElegantPercentage commented 1 year ago

That's strange, I haven't used audible for a while (and this needs a rewrite when I have time), but is this happening for all books or just a specific title?

I've currently tried this with two books in my library (both aren't decrypting). There's no issue with authentication as I could see the device authorized on Audible and Amazon. I've used libation and have had success with making a personal copy. However it would be nice to use your script as it's much simpler for my use case. The error above was generated when I triediAmDeaf -c <ASIN>. But even when I tried to offline decrypt it just generated the cue, jpg, etc. No mp3 or m4b when I adjusted the config params. And of course whenever you have time. I'd appreciate it.

VarSell commented 1 year ago

Either an issue most likely that audible-cli needs to be updated with a more recent release, or the --extreme option was removed. I'll try to fix it this week, the libraries it uses need an updating as well.

VarSell commented 1 year ago

I'm not sure when I'll have time to rewrite this. Recently been pretty busy.

bmarinov commented 1 year ago

Either an issue most likely that audible-cli needs to be updated with a more recent release, or the --extreme option was removed. I'll try to fix it this week, the libraries it uses need an updating as well.

It is indeed a problem with an unsupported quality version requested by the cli. See this release for more details: https://github.com/mkb79/audible-cli/releases/tag/v0.2.1

If an interested user (cough cough @ElegantPercentage cough) were to download the newest version and drop it in the tools subdirectory, he would most probably succeed at his task. :)