Paul Mc Galey

Results 8 comments of Paul Mc Galey

and back to `0.2.0`... ```pmcgaley@Pauls-Mac-mini audible % python3 -m pip list Package Version ------------------ --------- aiofiles 0.8.0 anyio 3.4.0 audible 0.8.2 audible-cli 0.2.0 beautifulsoup4 4.10.0 certifi 2021.10.8 charset-normalizer 2.0.7 click...

Thanks for the suggestion - unfortunately, no change. Updated everything else outdated for good measure, still no change. ``` File "/opt/homebrew/lib/python3.9/site-packages/audible/client.py", line 354, in _request raise NotResponding audible.exceptions.NotResponding: API request...

My fault. The clue was in > Adding `-t 0` (or anything else) seems to make no difference. Of course `-t` is not the timeout. Setting it with `--timeout` works....

(curious that it times out pretty much all the time though, and didn't before. Is the API taking longer? Is the default timeout shorter/new? I have a pretty solid 500Mbps...

`--bunch_size` works around the issue too. I had a dig to see what changed (between `0.9` and now) that would account for the slower API call. It seems to be...

I commented on https://github.com/mkb79/audible-cli/commit/8adeb17776dc5a8030a1cb55ca0c18f79cf59f49 - I think there's another issue that's stopping it from having any effect. Once I fix that locally, the call comes back a lot quicker and...

> @pmcgaley Could you please verify that it works with the latest image? Apologies for the delay. This seems to be resolved with the latest image. Thanks.

In MS Teams at least, `firstRowAsHeaders` (plural) works, singular does not. My IDE complains when I use `firstRowAsHeaders` because the schema has the singular. But Teams ignores it if I...