Advertisement
Guest User

django error

a guest
Dec 7th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.65 KB | None | 0 0
  1. December 07, 2013 - 20:21:45
  2. Django version 1.6, using settings 'test_project.settings'
  3. Starting development server at http://127.0.0.1:8000/
  4. Quit the server with CTRL-BREAK.
  5. Unhandled exception in thread started by <function check_errors.<locals>.wrapper
  6.  at 0x028D3DB0>
  7. Traceback (most recent call last):
  8.   File "D:\program_files\python33\lib\site-packages\django\utils\autoreload.py",
  9.  line 93, in wrapper
  10.     fn(*args, **kwargs)
  11.   File "D:\program_files\python33\lib\site-packages\django\core\management\comma
  12. nds\runserver.py", line 120, in inner_run
  13.     ipv6=self.use_ipv6, threading=threading)
  14.   File "D:\program_files\python33\lib\site-packages\django\core\servers\basehttp
  15. .py", line 167, in run
  16.     httpd = httpd_cls(server_address, WSGIRequestHandler, ipv6=ipv6)
  17.   File "D:\program_files\python33\lib\site-packages\django\core\servers\basehttp
  18. .py", line 109, in __init__
  19.     super(WSGIServer, self).__init__(*args, **kwargs)
  20.   File "D:\program_files\python33\lib\socketserver.py", line 430, in __init__
  21.     self.server_bind()
  22.   File "D:\program_files\python33\lib\site-packages\django\core\servers\basehttp
  23. .py", line 113, in server_bind
  24.     super(WSGIServer, self).server_bind()
  25.   File "D:\program_files\python33\lib\wsgiref\simple_server.py", line 50, in ser
  26. ver_bind
  27.     HTTPServer.server_bind(self)
  28.   File "D:\program_files\python33\lib\http\server.py", line 137, in server_bind
  29.     self.server_name = socket.getfqdn(host)
  30.   File "D:\program_files\python33\lib\socket.py", line 386, in getfqdn
  31.     hostname, aliases, ipaddrs = gethostbyaddr(name)
  32. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 2: invalid
  33. continuation byte
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement