Results 219 comments of mkb79

How described on the [httpx docs](https://www.python-httpx.org/advanced/) I can set the timeout to `Timeout(XX, read=600.0)` where XX is the time you specified with the `--timeout` option. This will raise a ReadTimeout...

I can remember your answer [here](https://github.com/mkb79/audible-cli/issues/115#issuecomment-1232029646). The library output missing important values for titles and other. Maybe these issues are the same?!

Can you explain me the chapter file thing with other words? I does not know what you mean. If you could do me a favor? Please test the library export...

I've an idea. How much items you have in your library and what is your bunch size option? FYI: There is a limit on Amazon/Audible with pagination when fetching the...

@johnlescault Oh my mistake. It’s not a 40 pages limit, it must be a 10k item limit as you can read [here](https://github.com/rmcrackan/Libation/issues/210#issuecomment-1071318972). But I don’t test this out myself. If...

Can you try out [this](https://github.com/mkb79/audible-cli/tree/121-receiving-error-for-book-none) branch? This will reduce the number of pages, if the book limit of 10,000 is reached. If this works and don’t give `None` when exporting...

The issue for this is, that the purchase date is None. Can you try the export command and verify, that there is a purchase date?!

Thank you. Can you try it again with my new code please?!

None of you books in the library has a title, subtitle, etc. That’s really strange. Have to figure out why. It seams, this is not a book limit issue. I'll...

Can you test out the library export with [this](https://github.com/mkb79/audible-cli/tree/121-receiving-error-for-book-none) branch. This will count all `None` titles for each single page. I would like to rule out such a programming error...