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.

Editor causes immediate crash

See original GitHub issue
  • Version (cloudcmd -v): v14.3.4
  • Node Version node -v: n/a
  • OS (uname -a on Linux): Tested on Ubuntu and CentOS
  • Browser name/version: Firefox, Chrome
  • Used Command Line Parameters: docker run --rm -it -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/cloudcmd:latest-alpine (also tried with latest, same result)
  • Changed Config: n/a

Any attempt to edit a file results in a crash and container exit:

ENOENT: no such file or directory, open '/root/.edward.json' Promise {
  <rejected> [Error: ENOENT: no such file or directory, open '/root/.edward.json'] {
    errno: -2,
    code: 'ENOENT',
    syscall: 'open',
    path: '/root/.edward.json'
  }
}

The file that it attempts to open varies depending on what editor you pick, but since none of these files exist on my system, it always crashes.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
brandondcommented, Mar 11, 2020

lgtm

1reaction
frepkecommented, Mar 10, 2020

Fixed with cloudcmd/deepword@9a4bd71, and updated docker images. Is it works for you now?

Yes, editor is working again.

For me this problem is solved, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Freezing and crashing my video editing software!
Anytime a run my video editing software (2 different programs) my computer either freezes or crashes for no apparent reason.
Read more >
Visual Studio 2019 v16.3.1, immediate crash when "edit and ...
All “edit and continue” operations when debugging the ASP.NET applications result in Visual Studio crashing and restarting. No on-screen error is reported.
Read more >
Why Premiere Pro Is Crashing and How to Make it Stop
Learn about the most common causes for crashes and slow downs in Premiere Pro, and see the ways to stop it from doing...
Read more >
9 Things to Check if Adobe Premiere Pro Frequently Crashes ...
The first thing to do when facing random crashes in software like Premiere Pro is to check for any available updates. If it...
Read more >
Resolve Acrobat intermittent crashes on Windows
How to fix intermittent Adobe Acrobat crashes on Windows. ... In Acrobat, go to Edit > Preferences, and then select Security (Enhanced) from...
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