question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: EACCES: permission denied, open "..." on Linux

See original GitHub issue

Linux (snap) will throw when opening files from removable media unless the removable-media interface is manually connected by running sudo snap connect netron:removable-media.

https://github.com/electron-userland/electron-builder/issues/4252

https://forum.snapcraft.io/t/auto-connect-removable-media-for-netron/17919 https://forum.snapcraft.io/t/auto-connect-personal-files-for-netron/33024

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
karstenpatzwaldtcommented, Mar 18, 2021

This is still happening if the file opened is not owned by the same user as the one executing the tool, even if the user has read permissions.

0reactions
lutzroedercommented, Dec 10, 2022

This a limitation of Snap. Help wanted to determine which interface needs to be supported to resolve these issues and start the approval process.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: EACCES: permission denied - node.js - Stack Overflow
This command fix the issue. It worked for me: sudo npm install -g --unsafe-perm=true --allow-root.
Read more >
How to fix EACCES: permission denied, access '/usr/local/lib ...
To fix the issue, you would need to use nvm to reinstall it (without suppressing npm). · Open up your terminal and run...
Read more >
Error: EACCES: permission denied with npm - How to fix
In this example, we will create and use the hidden directory in the home directory.
Read more >
Fix NPM EACCES permission denied errors ... - YouTube
How to fix eacces permission denied errors with npm when installing a global package using Ubuntu. An easy fix is to install using...
Read more >
Error: EACCES: permission denied, mkdir '/opt/lampp/htdocs ...
Ubuntu or Linux error: Error: EACCES: permission denied, ... I got this error while running command: npm install in one of my project ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found