08-09-2020, 20:39:04
En fait c'est le lien que tu m'as donné
https://www.digitalocean.com/community/t...u-20-04-fr
Retour d'erreur
https://www.digitalocean.com/community/t...u-20-04-fr
Retour d'erreur
Code :
$ gunicorn --bind 0.0.0.0:5500 wsgi:app
[2020-09-08 20:27:16 +0200] [6001] [INFO] Starting gunicorn 20.0.4
[2020-09-08 20:27:16 +0200] [6001] [INFO] Listening at: http://0.0.0.0:5500 (6001)
[2020-09-08 20:27:16 +0200] [6001] [INFO] Using worker: sync
[2020-09-08 20:27:16 +0200] [6008] [INFO] Booting worker with pid: 6008
[2020-09-08 20:27:25 +0200] [6008] [ERROR] Error handling request /
Traceback (most recent call last):
File "/home/debian/tmp-git/test-nginx/nginxenv/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 134, in handle
self.handle_request(listener, req, client, addr)
File "/home/debian/tmp-git/test-nginx/nginxenv/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 175, in handle_request
respiter = self.wsgi(environ, resp.start_response)
TypeError: __call__() missing 1 required positional argument: 'send'
