Skip to content
New issue

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

Error reading fs #8

Open
gorkemcetin opened this issue Feb 1, 2023 · 2 comments
Open

Error reading fs #8

gorkemcetin opened this issue Feb 1, 2023 · 2 comments

Comments

@gorkemcetin
Copy link

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
Copy link
Collaborator

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

@robertcoopercode
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants