diff --git a/docs/index.rst b/docs/index.rst index fa36ad3..a3bc35b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -177,6 +177,17 @@ MongoDB-style dotted expressions. :members: + +Troubleshooting +--------------- + +If you have problem like ``TypeError: argument must be an int, or have a fileno() method`` you should run uwsgi with the ``--wsgi-disable-file-wrapper`` flag or add the following entry in your **uwsgi.ini** file: + +.. code-block:: bash + + wsgi-disable-file-wrapper = true + + History and Contributors ------------------------