|
|
|
|
|
by diggan
4634 days ago
|
|
I was interested in trying it out for doing pair programming. Didn't get so far before I gave up though. * Login with Github, trying to import project, didn't work. * Setup demo application, trying to find how to try it out. * After looking around ~5 minutes, found the "open web server url" link * "An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}" as response when using the url * Trying to open up terminal to debug, terminal loading never ends * Open up logs console thing, blank file. * Closed tab and gave up |
|
* "An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}" as response when using the url -> The "open web server url" link open the port 5000 of your VM, you need to run something on this port before accessing it.
* Trying to open up terminal to debug, terminal loading never ends -> It seems there is an issue connecting you browser using websocket.