Results 271 comments of mkb79

Maybe the queue is closed because the queue is empty before the producer(s) can put another item into the queue? I'll test this out by inserting `await asyncio.sleep(0.1)` in the...

> 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...

@devvythelopper I've reworked the download queue, moved the queue to utils module and add some debug log messages. Maybe this logging is enough for you? Otherwise feel free to add...

Maybe we should insert a try/except block on line 805. But this does not resolve the underlying issue why it does not download the book. Will look later, too.

@devvythelopper Below I'll give you the code to build the sidecar url dynamically from a voucher file or a license response. You can request this url with an authenticated client...

@devvythelopper Do you have an iPhone? The I can tell you an app which can decrypt ssl traffic and bypass ssl pinning (in most cases)!

@gitaiuser20 Can you compare the files downloaded with Libation and the Android app using MediaInfo or another tool which can show you the codec. I’m think you have activated „Spatial...

How do you know that the audiobook downloaded with the Android app are larger? You have to look for files with the extension `aax`, `aaxc` or `mp4` (if spatial is...

As far as I could read about `exo` files this are chunk files and merged, to the target file, when all parts are downloaded. `MP4` hints that these are Spatial...

It is possible but need some knowledge. You can read [here](https://github.com/mkb79/audible-cli/issues/155) some backgrounds about these topic.