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.

Linux: CMD could not be loaded

See original GitHub issue

Attempting to load a DRM protected video results in errors stating permission issue.

[40000:1206/093724.862067:ERROR:cdm_module.cc(138)] CDM at /home/nullrequest/.config/Skye/WidevineCdm/4.10.2391.0/_platform_specific/linux_x64/libwidevinecdm.so could not be loaded.
[40000:1206/093724.862293:ERROR:cdm_module.cc(139)] Error: /home/nullrequest/.config/Skye/WidevineCdm/4.10.2391.0/_platform_specific/linux_x64/libwidevinecdm.so: cannot open shared object file: Operation not permitted

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
Lunarequestcommented, Dec 7, 2021
grep version node_modules/electron/package.json

it looks like the issue resolved its self after I removed the downloaded components and restarted

0reactions
khwaajcommented, Dec 7, 2021

I just confirmed that it does work on my box with v16.0.4+wvcus.1, again (whereas v16.0.4+wvcus showed the same issue you are seeing). Are you sure your electron was updated correctly? Please make sure that is the case:

$ grep version node_modules/electron/package.json 
  "version": "16.0.4+wvcus.1",
$ shasum node_modules/electron/dist/electron 
fbe3fbf348d2024e204e1dd478f58a89929ad212  node_modules/electron/dist/electron

If the issues still persists there is probably something else at play as well. Do you maybe have your home folder mounted as non-executable?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix a "Command not found" error in Linux - Red Hat
5 ways to fix "Command not found" errors · 1. Include the path · 2. Add a new path · 3. Copy a...
Read more >
The command could not be located - Unix Stack Exchange
There are two ways to fix this: Put /bin and /usr/bin back into your path so that commands in your shell init files...
Read more >
You intended to execute a .NET application: - Ask Ubuntu
22.04 - The command could not be loaded, possibly because: * You intended to execute a . NET application: - Ask Ubuntu.
Read more >
Linux / UNIX: Command Not Found Error and Solution - nixCraft
It means either program is not installed or PATH variable in your environment is not pointing to it. Learn how to fix command...
Read more >
How to Fix the "make: command not found" Error in Ubuntu
Want to build a package but stuck with the "make: command not found" error in Ubuntu? Here's how you can get rid of...
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