Hi, I am trying to do a new source install of the latest buildbot revision from GitHub, and I seem to be running into a problem related to the web frontend and 'guanlecoja-ui'.
It appears that I have successfully installed all components from the repository, then I start buildbot in the normal fashion: $ buildbot start master And the try to visit the default page at localhost:8010 The page however, is completely blank. If I open up the web console, I see some kind of Angular related error: -------------- Error: [$injector:modulerr] Failed to instantiate module app due to: [$injector:modulerr] Failed to instantiate module waterfall_view due to: [$injector:modulerr] Failed to instantiate module guanlecoja.ui due to: [$injector:nomod] Module 'guanlecoja.ui' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument. -------------- I have tried to install 'guanlecoja-ui' every way I can think of, from the repo, using npm, using the source, using gulp, etc, etc, but no matter what I do I end up with this error. I am running everything on a fresh VirtualBox VM with Ubuntu 14.04. Any insights on how/where I can make this module available would be very much welcome! I assume I am making some foolish mistake with the configuration. Best, Joe
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
