We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I open the app or run the script npx dockhunt, it will throw an error:
node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError: Cannot read properties of undefined (reading 'dict') at getAppNamesToIconPaths (/snapshot/dist/index.cjs) at getDockContents (/snapshot/dist/index.cjs)
Test env
MacBook Pro (Retina, 15-inch, Mid 2015) MacOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered:
I get an almost identical error:
node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError: Cannot read properties of undefined (reading '0') at getAppNamesToIconPaths (/snapshot/dist/index.cjs) at getDockContents (/snapshot/dist/index.cjs)
Running M1 MacBook Pro, macOS Ventura 13.2
Sorry, something went wrong.
same here 🤔 M1 Pro, macOS Sonoma 14.0
Scanning your dock... node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError: Cannot read properties of undefined (reading '0') at getAppNamesToIconPaths (/snapshot/dist/index.cjs) at getDockContents (/snapshot/dist/index.cjs)
No branches or pull requests
When I open the app or run the script npx dockhunt, it will throw an error:
Test env
MacBook Pro (Retina, 15-inch, Mid 2015)
MacOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered: