Advertisement
Guest User

Untitled

a guest
Jan 24th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/noc/contrib/lib/django/core/handlers/base.py", line 111, in get_response
  3. response = callback(request, *callback_args, **callback_kwargs)
  4. File "/opt/noc/lib/app/site.py", line 254, in inner
  5. tb = get_traceback()
  6. File "/opt/noc/lib/debug.py", line 201, in get_traceback
  7. return "\n".join(r)
  8. UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement