Skip to content

fab app sometimes returns a fatal error, but appears to run invisibly in the background #74

Description

@alykat

Sometimes when I run fab app, I get this error message and the webserver appears to stop:

(dailygraphics)ahurt-npr:dailygraphics AHurt$ fab app
[localhost] local: gunicorn -b 0.0.0.0:8000 --debug --reload app:wsgi_app

Fatal error: local() encountered an error (return code 1) while executing 'gunicorn -b 0.0.0.0:8000 --debug --reload app:wsgi_app'

Aborting.
(dailygraphics)ahurt-npr:dailygraphics AHurt$

But if I pull up http://localhost:8000, pages are still loading.

Restarting my computer seems to fix the problem, at least initially. But it recurs with some regularity.

I've seen this happen on at least one other person's machine.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions