Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'Flask' object is not iterable #72

Open
abuvanth opened this issue Oct 20, 2017 · 0 comments
Open

TypeError: 'Flask' object is not iterable #72

abuvanth opened this issue Oct 20, 2017 · 0 comments

Comments

@abuvanth
Copy link

ewall-desk-05@ewalldesk-05:~/openprocurement.auction/openprocurement/auction$ gunicorn auctions_server:make_auctions_app
[2017-10-20 18:21:34 +0000] [3533] [INFO] Starting gunicorn 19.7.1
[2017-10-20 18:21:34 +0000] [3533] [INFO] Listening at: http://127.0.0.1:8000 (3533)
[2017-10-20 18:21:34 +0000] [3533] [INFO] Using worker: sync
[2017-10-20 18:21:34 +0000] [3538] [INFO] Booting worker with pid: 3538
[2017-10-20 18:21:35 +0000] [3538] [ERROR] Error handling request /favicon.ico
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/sync.py", line 135, in handle
self.handle_request(listener, req, client, addr)
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/sync.py", line 182, in handle_request
for item in respiter:
TypeError: 'Flask' object is not iterable
[2017-10-20 18:22:06 +0000] [3533] [CRITICAL] WORKER TIMEOUT (pid:3538)
[2017-10-20 18:22:06 +0000] [3538] [INFO] Worker exiting (pid: 3538)
[2017-10-20 18:22:06 +0000] [3548] [INFO] Booting worker with pid: 3548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant