You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/08/04 05:06:05 UTC

[GitHub] [incubator-superset] EkaX opened a new issue #10514: fabmanager run --app superset error

EkaX opened a new issue #10514:
URL: https://github.com/apache/incubator-superset/issues/10514


   Hi i have a error while run superset via fabmanager run --app superset 
   
   This error massages
   
   fabmanager is going to be deprecated in 2.2.X, you can use the same commands on the improved 'flask fab <command>'
   Traceback (most recent call last):
     File "/root/venv/bin/fabmanager", line 8, in <module>
       sys.exit(cli())
     File "/root/venv/lib/python3.6/site-packages/flask_appbuilder/console.py", line 422, in cli
       cli_app()
     File "/root/venv/lib/python3.6/site-packages/click/core.py", line 829, in __call__
       return self.main(*args, **kwargs)
     File "/root/venv/lib/python3.6/site-packages/click/core.py", line 782, in main
       rv = self.invoke(ctx)
     File "/root/venv/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
     File "/root/venv/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
       return ctx.invoke(self.callback, **ctx.params)
     File "/root/venv/lib/python3.6/site-packages/click/core.py", line 610, in invoke
       return callback(*args, **kwargs)
     File "/root/venv/lib/python3.6/site-packages/flask_appbuilder/console.py", line 187, in run
       _appbuilder.get_app.run(host=host, port=port, debug=debug)
     File "/root/venv/lib/python3.6/site-packages/werkzeug/local.py", line 347, in __getattr__
       return getattr(self._get_current_object(), name)
     File "/root/venv/lib/python3.6/site-packages/werkzeug/local.py", line 306, in _get_current_object
       return self.__local()
     File "/root/venv/lib/python3.6/site-packages/flask/globals.py", line 52, in _find_app
       raise RuntimeError(_app_ctx_err_msg)
   RuntimeError: Working outside of application context.
   
   This typically means that you attempted to use functionality that needed
   to interface with the current application object in some way. To solve
   this, set up an application context with app.app_context().  See the
   documentation for more information.
   
   
   Thanks before


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10514: fabmanager run --app superset error

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10514:
URL: https://github.com/apache/incubator-superset/issues/10514#issuecomment-668381676


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.80. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] EkaX closed issue #10514: fabmanager run --app superset error

Posted by GitBox <gi...@apache.org>.
EkaX closed issue #10514:
URL: https://github.com/apache/incubator-superset/issues/10514


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] EkaX commented on issue #10514: fabmanager run --app superset error

Posted by GitBox <gi...@apache.org>.
EkaX commented on issue #10514:
URL: https://github.com/apache/incubator-superset/issues/10514#issuecomment-668469982


   I try run with this command and work
   superset run -h 0.0.0.0 -p 8088 
   {-h is your ip address server and -p 8088 is your port for superset}


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org