Basedash / dockhunt

Discover the apps everyone is docking about. Made by the team at @Basedash.
https://www.dockhunt.com
281 stars 5 forks source link

Error reading fs #8

Open gorkemcetin opened 1 year ago

gorkemcetin commented 1 year ago

When I try to run Dockhunt, it gives me this error (running from app, but cli is also downloaded):

​Scanning your dock...

Found the following pinned apps in your dock:

•  Safari
•  Pages
•  Music
•  Podcasts
•  App Store
•  Google Chrome
•  Sublime Text
•  qbittorrent
•  Notes
•  Slack
•  Gifski
•  OpenEmu
•  Notion
•  Figma
•  Terminal
node:fs:1349
  handleErrorFromBinding(ctx);
  ^

Error: EROFS: read-only file system, mkdir '/private/var/folders/y4/039y224d3k92kwy8k4xhyzqr0000gn/T/AppTranslocation/4A32B0B1-53D6-4793-8BA7-890A8AED77AE/d/Dockhunt.app/Contents/Resources/temp_1675264918196_icon_conversion'
    at Object.mkdirSync (node:fs:1349:3)
    at Object.mkdirSync (pkg/prelude/bootstrap.js:1642:33)
    at getDockContents (/snapshot/dist/index.cjs)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  errno: -30,
  syscall: 'mkdir',
  code: 'EROFS',
  path: '/private/var/folders/y4/039y224d3k92kwy8k4xhyzqr0000gn/T/AppTranslocation/4A32B0B1-53D6-4793-8BA7-890A8AED77AE/d/Dockhunt.app/Contents/Resources/temp_1675264918196_icon_conversion'
}
robertcoopercode commented 1 year ago

Hi @gorkemcetin, you need to move the Dockhunt app to your applications directory to fix this issue.

robertcoopercode commented 1 year ago

You shouldn't have this issue if you use the CLI command (npx dockhunt).