devvythelopper
devvythelopper
never mind, the error was just a typo in the code. instead of `i.asin` it has to be `i.item.asin`. Fixed it in my branch (#236). Everything seems to work fine...
Actually I've just run into that as well. I'm only using `--aaxc` and not `--aax` though. It only seems to download my newest additions to my library, and then just...
The following, too: I just realized I got an ``` error: Failed to get annotations for: Die Wunderübung. ``` But on the next run I got: ``` File /#/big/media/audiobooks/#audible-cli/Die_Wunderubung-annotations.json already...
Here are some relevant log entries: ``` Checking cover for: [B00HVWBHG6] Die Wunderübung File /#/big/media/audiobooks/#audible-cli/Die_Wunderubung_(500).jpg already exists. Skip download debug: Adding chapters download job for Die Wunderübung debug: Adding annotations...
Need to correct my previous statement, the await call does "return", it throws ``` asyncio.exceptions.CancelledError ```
Did you commit this into the branch? And does "Test this out." mean I should test it? I recommend merging my PR #236 with this branch before continuing testing as...
I like the verbosity of the logging messages now. I think I might add one more thing, namely that at least some log messages contain both ASIN and title so...
This morning the following error was reported: ``` error: Task failed with: AudibleCliException('The Complete Book of Five Rings is not downloadable.') error: Traceback (most recent call last): error: File "/#/projects/new/audible-cli/src/audible_cli/cmds/cmd_download.py",...
I think it is fine that the exception is thrown. If I use --ignore-errors downloads continue as expected. The only thing that feels inconsistent, is that some errors stop audible-cli...
Also I have the following error ``` error: Error downloading /#/big/media/audiobooks/#audible-cli/The_New_Testament.pdf. Wrong content type. Expected type(s): ['application/octet-stream', 'application/pdf']; Got: text/html;charset=UTF-8; Message: error: ... ``` And then it dumps a whole...