-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
yarn theia start doesn't recieve message to confirm #7259
Comments
@kharazit do you mind sharing your |
|
@kharazit is there a specific reason you're using that version of Generally, it is not possible to use different versions of Theia extensions as they will pull different transitive dependencies. For instance, you will pull two versions of |
@kharazit, please use Node.js 10.x.
From Prerequisites
|
Okay I did the above:
However, when I run yarn theia build, I get:
And if I try
|
Try to increase the heap size for the build. Set the
The build has failed, do not expect you can run. Let us know if the issue still persists after increasing the heap size. |
Yes I did so. Still failing.
|
I think you have to use
|
Also, it seemed the build worked this time, however the issue about the system still sitting there without opening up a browser still persists.
|
Nice, so you could build it 💪
I am not sure if I understood it, but you have to open up the browser. 😊 If you open up |
From original post:
However, you'll note that the output I showed you doesn't follow the same pattern as from the documentation. I don't see any:
|
Oh, I see. I am not sure if I can help with the proxy settings. You can try to run the backend with |
I am accessing through ssh. I think having it connect to localhost would be preferred so I can connect to |
Yeah, it happens. Documentation gets outdated sooner than we expect: PRs are welcome ;) |
So is it working properly? I could make a PR if I knew what the correct output should be. I was able to connect through the above address earlier (before the issue was ever opened), and I recall it having a different output before it signed in. However, I had to do a rebuild because the terminal wasn't working properly. Now I'm stuck with no ide.... The initial point of the post was to fix that issue |
Did you set the |
No. I have no idea what those are. How do I do that? Is it in the documentation? |
Additional Info |
No experience with ssl at all, what is cert, how do I generate cert key? Do I already have certkey, if so, where is it? |
I cannot follow you.
Please share what you have, so one can look into it maybe. |
The question is not necessarily theia specific, so you might find better documentation regarding ssl, cert, certkey from additional sources for your given operating system. For example, I've used the following document (openSSL) in the past for my own https tests: https://www.digitalocean.com/community/tutorials/openssl-essentials-working-with-ssl-certificates-private-keys-and-csrs. |
That https should just be http, that was a typo, will fix above. Okay. Here is the whole rundown of my experience trying to install your software: First, I tried installing from source, but I couldn't get it to work, so I deleted everything and I built from a docker image. That worked decently, (I could access the IDE) however the terminal didn't work properly (it wouldn't update the current path, so I couldn't tell where I was without a pwd, and I couldn't access the entire directory). Furthermore, I was unable to save any files within the ide. I would hit cmd-s and it would do nothing. I would go through the file->save directory and that also did nothing making the install basically useless. So I thought I would try another build from source. I was able to get it to work one time. I followed the instructions very closely and was able to get a viable working build. However, when I closed out of the window and tried to open it up again, I get the error I am currently sharing with you. After researching various issues, [https://github.com//issues/5184, https://github.com//issues/900] and another one which I can't seem to find. I tried various methods to get this to work, including decrementing to Node 8 and trying various versions of npm, nvm, and node. Although I think Theia could be a very nice ide to use, it is frustrating to have to follow down what feels like infinite rabbit trails to get the ide to load, and work, consistently. As someone with zero javascript experience I have found the build process and documentation to be lacking. Now I am being asked to follow a rabbit trail down ssl, which from where I sit didn't seem like a necessary part of the build procedure. |
@kharazit to best help you we are trying to gather additional information.
Why didn't it work correctly for you?
We have example applications built using Docker if you require references/examples:
You mentioned attempting to run with |
I think I will just use VS code. I just installed it and it is working, thank you. |
Description
I have a working build of theia on my machine, but I can't seem to get the webpage to load.
Reproduction Steps
I am running theia on an Ubuntu 18.04 node via ssh.
When I run
yarn theia start
I see the following:Where it will stay like the above indefinitely. When I attempt to open that in my browser @IPAddress:3000, I get a "unable to connect" error in firefox with all proxy settings set to "off". What is strange is that at one point in time I do recall it working properly and I was able to interact with the web gui. However, when I came back and tried the command again it wouldn't work.
OS and Theia version:
OS: Ubuntu 18.04
Theia: 0.17-next.6d0abe58
Diagnostics:
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: