mkb79
mkb79
> @mkb79 Yes please! > > [Here you go!](https://github.com/Mbucari/Libation/releases/tag/v8.3.0-Mac) I've got these error message: ```zsh Unhandled exception. System.BadImageFormatException: Could not load file or assembly 'Avalonia.DesktopRuntime, Version=0.10.17.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'. An attempt...
Instead of disable GateKeeper you can run for the whole Libation folder: ```zsh sudo spctl --add --label "Libation" ./Libation ``` I could run Libation. But had to `chmod +x ./Libation`...
> I don't understand what you mean. Can you please explain? The default way to add an account does not work for me. I filled out my password as Libation...
@Mbucari pressing the `Open Log Folder` does not work. Where I can find the logs?
I'm at work now and my Mac is at home. Will try it later.
@rmcrackan This will give you the bookmarks, clips and annotations for the given asin and the authenticated user. [Here](https://github.com/mkb79/audible-cli/blob/94e2d9a713973393c2c13d3802e7c82b92e6e752/src/audible_cli/models.py#L334) is the implementation for audible-cli.
The following function in `config.py` is selecting the config dir: ```python def get_app_dir() -> pathlib.Path: app_dir = os.getenv(CONFIG_DIR_ENV) or click.get_app_dir( "Audible", roaming=False, force_posix=True ) return pathlib.Path(app_dir).resolve() ``` This function is...
> No; it's an absolute path, because it starts with a '/'. Cygwin uses Unix conventions. The 'e' after 'cygdrive' means it's on drive E. (Cygwin treats 'e' and 'E'...
@philgoetz Could you solve your problem?
As I wrote in #66 the build process runs automatically. The build logs can be found [here](https://github.com/mkb79/audible-cli/actions/runs/2422140457).