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.

  • Version (cloudcmd -v): v11.8.2
  • Node Version node -v: v8.11.1
  • OS (uname -a on Linux): Linux NasPi 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/ Linux
  • Browser name/version: latest firefox
  • Used Command Line Parameters: /
  • Changed Config: /

Hi,

Since I upgraded cloudcmd, I can’t edit files. In firefox developer tool I can see that it can’t load 2 scripts, when I hit “edit” button :

  • modules/loadremote/lib/loadremote.js
  • join/join.js GET requests responses :
  • ENOENT: no such file or directory, lstat ‘/opt/nodejs/lib/node_modules/cloudcmd/modules/loadremote/lib/loadremote.js’
  • ENOENT: no such file or directory, lstat ‘/opt/nodejs/lib/node_modules/cloudcmd/join/join.js’

When I browse to “/opt/nodejs/lib/node_modules/cloudcmd/” there is no “module” and “join” directories.

Thanks in advance for your response !

Edit :

Reverted back cloudcmd to 10.8.2 and I can edit again

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kirtapixcommented, Dec 27, 2018

Hi @coderaiser , Sorry for no response, was quite busy. It’s working fine since your correction in 11.8.3. Thanks a lot ! and thanks to @jcaron23 too, for completing my problem with his expert explanation

1reaction
jcaron23commented, Dec 4, 2018

@coderaiser Wow, that was quick! Definitely works much better now!

Just for completeness, I want to point out that there’s an issue with the example in the 11.7.0 release notes, the socket doesn’t work (as so configuration and console don’t work either). My workaround is to use:

const socket = io.listen(server, { path: '/cloudcmd/socket.io'});

instead of:

const socket = io.listen(server);

But there may be another / a better way.

Thanks again for the very quick fix!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why can't I edit this file? - Microsoft Support
This article goes through some of the possible reasons why you might not be able to edit a Microsoft Office file that is...
Read more >
Can't edit a file - Computer - Google Docs Editors Help
If you can't edit a file, a few things could be wrong: The file owner didn't give you permission to view the file....
Read more >
Can't Edit Word Document: 7 Ways to Fix it on Windows 10
Go to File. Click Exit Task Manager. Start Windows Explorer and go to the folder with the Word document you wanted to edit....
Read more >
Unable to Edit Files - Filr 3.4: User Access Guide
Click Define Editor Overrides. Click the Use drop-down list, then select the application that you want Filr to use to edit all file...
Read more >
Can't edit files although Edit rights seems to be granted
Hello, I have been given Edit permissions to a figma file by the admin, but, when I try to edit I can't and...
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