python - django UnreadablePostError: request data read error -


I am working on the deeggo project and I have received this error email.

Stack trace

  file "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2 .7.egg / django / core / handlers / wsgi.py ", line 180, _get_post in the self._load_post_and_files () file" /usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2 Self._post, self._files = QueryDict (self.body, encoding = self._encoding), MultiValueDict () file ".7.egg / django / http / __ init__.py", line 379, _load_post_and_files "/ usr / Local / lib / python2.7 / dist-packages / Django-1.4.3-py2.7.egg / django / http / __init__.py ", line 335, self._body = self.read () file in body" / Usr / local / lib / python2.7 / dist-packages / Django-1.4.3-py2.7.egg / django / http / __ init__.py ", line 391, self read in return _stream.read (* args, ** Kwargs) file "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.egg/django/core/handlers/wsgi.py" , Line 98, reading results = .buffer + self._read_limited () file in "/usr/local/lib/python2.7/dist-packages/Django-1.4.3-py2.7.egg/django/core /handlers/wsgi.py ", in line 92, _read_limited resu Lt = self.stream.read (size) unreadablePostError: read request data error   

Why this error is happening ?
How to solve?

Why is this error happening?

Because the server is receiving a malformed request, which can be for several reasons. Someone might have canceled loading the page, maybe someone has a dirty Internet connection, which cuts down, Cosmic rays can be flipped slightly .

There is nothing that you really need to worry about until it starts happening very often, that you may want to note during these errors and see that as a result Whether or not on the same page.

How to solve?

You can not. Not at this point at least this bug fixes, then collect some more data, see if you can find a way to manually trigger it.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -