Bruno Bonagura created AIRFLOW-2204:
---------------------------------------

             Summary: Broken webserver debug mode
                 Key: AIRFLOW-2204
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2204
             Project: Apache Airflow
          Issue Type: Bug
          Components: webapp, webserver
    Affects Versions: 1.9.0
            Reporter: Bruno Bonagura
            Assignee: Bruno Bonagura


{code}
$ airflow webserver -d
[2018-03-09 21:04:25,730] {__init__.py:45} INFO - Using executor LocalExecutor
  ____________       _____________
 ____    |__( )_________  __/__  /________      __
____  /| |_  /__  ___/_  /_ __  /_  __ \_ | /| / /
___  ___ |  / _  /   _  __/ _  / / /_/ /_ |/ |/ /
 _/_/  |_/_/  /_/    /_/    /_/  \____/____/|__/
 
[2018-03-09 21:04:26,003] {models.py:196} INFO - Filling up the DagBag from 
/.../incubator-airflow/dags
Starting the web server on port 8080 and host 0.0.0.0.
Traceback (most recent call last):
  File "/.../.virtualenvs/incubator-airflow/bin/airflow", line 6, in <module>
    exec(compile(open(__file__).read(), __file__, 'exec'))
  File "/.../incubator-airflow/airflow/bin/airflow", line 27, in <module>
    args.func(args)
  File "/.../incubator-airflow/airflow/bin/cli.py", line 716, in webserver
    app.run(debug=True, port=args.port, host=args.hostname,
AttributeError: 'DispatcherMiddleware' object has no attribute 'run'
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to