1.8.6 breaks web gui launch

11 views
Skip to first unread message

Johannes Hörmann

unread,
Feb 27, 2019, 9:08:09 AM2/27/19
to fireworkflows
After upgrading to 1.8.6 (from 1.8.4), web gui launch
/usr/local/bin/lpad webgui --server_mode --nworkers 1 --webgui_username ${FWAPP_AUTH_USERNAME} --webgui_password ${FWAPP_AUTH_PASSWORD}
broke due to some import of a nonexistant object in fireworks/scripts/lpad_run.py, line 530.

Removing the following line makes the launch work again:

diff --git a/fireworks/scripts/lpad_run.py b/fireworks/scripts/lpad_run.pyindex 08eceb56..11cc10b1 100644
--- a/fireworks/scripts/lpad_run.py
+++ b/fireworks/scripts/lpad_run.py
@@ -527,7 +527,6 @@ def webgui(args):
         webbrowser
.open("http://{}:{}".format(args.host, args.port))
         p1
.join()
     
else:
-        from fireworks.flask_site.app import bootstrap_app
         
try:
             
from fireworks.flask_site.gunicorn import (
                 
StandaloneApplication, number_of_workers)



Anubhav Jain

unread,
Feb 27, 2019, 11:07:03 AM2/27/19
to Johannes Hörmann, fireworkflows
Thanks! I have implemented the fix in v1.8.7

--
You received this message because you are subscribed to the Google Groups "fireworkflows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fireworkflow...@googlegroups.com.
To post to this group, send email to firewo...@googlegroups.com.
Visit this group at https://groups.google.com/group/fireworkflows.
For more options, visit https://groups.google.com/d/optout.


--
Best,
Anubhav
Reply all
Reply to author
Forward
0 new messages