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.
Sometimes when I run
fab app, I get this error message and the webserver appears to stop: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.