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

Prevent log file not found error before any outputs #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bubba8291
Copy link

Kept getting this error no matter what, even running the script locally.
Error server log file not found /root/.vscodium-server/.21b1e2955ddda36eeba3a94e643128e465285b93.log

Added one line to fix.

@GitMensch
Copy link
Contributor

The server logfile needs to be created from the started server - and if it isn't there, then the connection does not have the info on the ports used... so if I'm not wrong then before this adjustment you got a clear error message (may should include the "did the server started correctly" note from the other condition though) and afterwards you have no error message but not a working connection - do you?

The main question is: why did the server process started does not create a log file (or how is that named, if different)?

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

Successfully merging this pull request may close these issues.

2 participants