Advertisement
Guest User

django

a guest
Aug 19th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. RuntimeError at /admin/blog/post/add/
  2. generator raised StopIteration
  3. Request Method: POST
  4. Request URL: http://127.0.0.1:8000/admin/blog/post/add/
  5. Django Version: 1.8
  6. Exception Type: RuntimeError
  7. Exception Value:
  8. generator raised StopIteration
  9. Exception Location: C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\multipartparser.py in read, line 337
  10. Python Executable: C:\Python\Python37\elmeuentornvirtual\Scripts\python.exe
  11. Python Version: 3.7.2
  12. Python Path:
  13. ['C:\\Users\\Administrador\\Desktop\\py\\proyectos\\Proyecto3\\mysite',
  14. 'C:\\Python\\Python37\\python37.zip',
  15. 'C:\\Python\\Python37\\DLLs',
  16. 'C:\\Python\\Python37\\lib',
  17. 'C:\\Python\\Python37',
  18. 'C:\\Python\\Python37\\elmeuentornvirtual',
  19. 'C:\\Python\\Python37\\elmeuentornvirtual\\lib\\site-packages']
  20. Server time: Mon, 19 Aug 2019 19:41:34 +0200
  21. Traceback Switch to copy-and-paste view
  22. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\core\handlers\base.py in get_response
  23. response = middleware_method(request, callback, callback_args, callback_kwargs) ...
  24. ▶ Local vars
  25. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\middleware\csrf.py in process_view
  26. request_csrf_token = request.POST.get('csrfmiddlewaretoken', '') ...
  27. ▶ Local vars
  28. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\core\handlers\wsgi.py in _get_post
  29. self._load_post_and_files() ...
  30. ▶ Local vars
  31. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\request.py in _load_post_and_files
  32. self._post, self._files = self.parse_file_upload(self.META, data) ...
  33. ▶ Local vars
  34. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\request.py in parse_file_upload
  35. return parser.parse() ...
  36. ▶ Local vars
  37. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\multipartparser.py in parse
  38. for item_type, meta_data, field_stream in Parser(stream, self._boundary): ...
  39. ▶ Local vars
  40. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\multipartparser.py in __iter__
  41. yield parse_boundary_stream(sub_stream, 1024) ...
  42. ▶ Local vars
  43. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\multipartparser.py in parse_boundary_stream
  44. chunk = stream.read(max_header_size) ...
  45. ▶ Local vars
  46. C:\Python\Python37\elmeuentornvirtual\lib\site-packages\django\http\multipartparser.py in read
  47. out = b''.join(parts()) ...
  48. ▶ Local vars
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement