-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This is happening with many books, if not all. There do seem to be more files in the cache directory than in the downloads directory, but overall I'm getting:
Searching library for ISBN: xxx
Downloading: xxxx
(error) LibroFmClient.mergeDirectories
error: {
"code": "EINVAL",
"path": "/home/user/.bun/install/global/node_modules/libro-client/data/cache/AUTHOR-0/TITLE-Track XXX.mp3",
"dest": "/home/user/.bun/install/global/node_modules/libro-client/downloads/AUTHOR/TITLE-Track XXX.mp3",
"syscall": "copyfile",
"errno": -22
}
error: {}
libro get [isbns...]
Download a book. Optionally provide ISBNs to download specific books.
Positionals:
isbns ISBN of the book to download [array] [defaul: []]
Options:
--help
snip
125 | });
126 |
127 | return filename;
128 | } catch (error) {
129 | logger.error({ error, fn: "LibroFmClient.downloadBook" });
130 | throw new Error("Failed to download books");
^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels