Skip to content

Commit 71621b6

Browse files
authored
Troubleshooting added (#137)
Troubleshooting about TypeError: argument must be an int, or have a fileno() method added
1 parent d6b8264 commit 71621b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,17 @@ MongoDB-style dotted expressions.
177177
:members:
178178

179179

180+
181+
Troubleshooting
182+
---------------
183+
184+
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:
185+
186+
.. code-block:: bash
187+
188+
wsgi-disable-file-wrapper = true
189+
190+
180191
History and Contributors
181192
------------------------
182193

0 commit comments

Comments
 (0)