devvythelopper
devvythelopper
Cool feature. I'll see when I'll find the time though, the coming week is a bit busy, hope you don't have any time constraints. You'd need commands to check for...
> [@devvythelopper](https://github.com/devvythelopper) > > > You'd need commands to check for non-existing files then too. > > Do you mean a command like `check-integrity` which can verify that a db...
> [@mkb79](https://github.com/mkb79) I just got back in town and unfortunately I'm leaving again soon. I cloned the branch but I'm not familiar with running python. For windows, how can I...
Apparently this happens for many of my audiobooks, and it is always the annotation that fails to download. I also subscribe to a podcast: audible-cli downloads an mp3 file and...
Good idea. A rewrite will change everything, and then this will no longer be relevant. Until then, I'll leave the issue open, so that people will figure out that they...
Since the annotation issue might be API related, I verified that it fails for books where I have annotations and where I have none. It also succeeds for books where...
So I've checked out the branch, and I am getting `AttributeError: 'DownloadJob' object has no attribute 'asin'`. The download2 command seems not to be available in the branch.
A branch is a good idea. If you put whatever I can test inside that branch, so that it always has the newest code, I can comment on it, or...
I've made a pull request for the logging within the job (not the new log level): #236 Untested of course, since I still get the error.
Here is the full stacktracke: ``` Uncaught Exception Traceback (most recent call last): File "/#/projects/new/audible-cli/src/audible_cli/cli.py", line 62, in main sys.exit(cli(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^ File "/#/projects/new/audible-cli/.venv/lib/python3.12/site-packages/click/core.py", line 1442, in __call__ return self.main(*args,...