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

component loading from nodejs-runtime hangs on first load #459

Closed
ryedin opened this issue Mar 12, 2015 · 3 comments
Closed

component loading from nodejs-runtime hangs on first load #459

ryedin opened this issue Mar 12, 2015 · 3 comments

Comments

@ryedin
Copy link

ryedin commented Mar 12, 2015

Potentially related (similar behavior) to: #455

On first attempt at loading a subgraph I still get the orange 'Loading...' header bar that hangs. Eventually I get the following error in the browser console:

WebSocket connection to 'wss://api.flowhub.io/primus/?_primuscb=1425952125910-1' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED

However, now if I refresh, the subgraph I was attempting to load is visible, and then navigating back and even opening other subgraphs and components seems to work fine.

@automata
Copy link
Member

automata commented Feb 9, 2017

I'm not sure if totally related, but when trying to connect to a nodejs runtime with new or changed components, the components on noflo-ui didn't get updated as expected.

As far as I remember, the steps to reproduce are:

  1. Pull the same repository on noflo-ui and on git CLI
  2. Setup the nodejs runtime on your local repository
  3. Change some component source code on the local repository
  4. Connect noflo-ui (Flowhub) to the runtime
  5. Changes made on component source code should be reflected on noflo-ui but they're not

Specially things like components inport/outports lack updates, but also new components itself are not created on noflo-ui.

@jonnor
Copy link
Member

jonnor commented Mar 30, 2017

@automata I suspect that is another/special case of that in project-mode we don't respect changes coming from the runtime. Mostly tracked in #443

@bergie
Copy link
Member

bergie commented May 3, 2017

Unable to reproduce

@bergie bergie closed this as completed May 3, 2017
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

No branches or pull requests

4 participants