BUG CLI Auto Updater Broken #284
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#284
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Program version
3.0.0
Operating System
MacOS
Type
Cli
Service
Both
Command used
crunch --search "Orient"
Show ID
N/A
Episode
N/A
Console Output
Checking for updates...
Found 30 release tags and 1 that are new.
You are behind by 13 releases!
Found file changes:
[+] .github/workflows/docker.yml
[+] Dockerfile
[] crunchy.ts
[] docs/DOCUMENTATION.md
[] package-lock.json
[] package.json
✓ transpiled package.json
✓ transpiled .github/workflows/docker.yml
✓ transpiled crunchy.js
✓ transpiled Dockerfile
✓ transpiled docs/DOCUMENTATION.md
✓ transpiled package-lock.json
node:fs:585
handleErrorFromBinding(ctx);
^
Error: ENOENT: no such file or directory, open '/Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/.github/workflows/docker.yml'
at Object.openSync (node:fs:585:3)
at Object.writeFileSync (node:fs:2170:35)
at /Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/modules/module.updater.js:210:38
at Array.forEach ()
at /Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/modules/module.updater.js:208:36
at step (/Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/modules/module.updater.js:44:23)
at Object.next (/Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/modules/module.updater.js:25:53)
at fulfilled (/Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/modules/module.updater.js:16:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/Users/USER/Apps/Animie/anidl/multi-downloader-nx/lib/.github/workflows/docker.yml'
}
Node.js v17.7.1
Additional Information
this has been happening for a while now, every time the auto-updater has been failing. (when run from source "Lib folder")
can we have this turned off? or fixed/updated?
but tbh I'd like to have a config option to stop auto-updates from checking
Bug resolved and option added :)