<type 'exceptions.UnicodeDecodeError'>
Python 2.7.3: /usr/bin/python
Tue Dec 1 14:45:29 2015

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>)
    556         """Runs the handler, flushes the streams, and ends the request."""
    557         try:
=>  558             protocolStatus, appStatus = self.server.handler(self)
    559         except:
    560             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>>
 /usr/lib/python2.7/dist-packages/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
   1118                 result = self.application(environ, start_response)
   1119                 try:
=> 1120                     for data in result:
   1121                         if data:
   1122                             write(data)
data undefined, result = <generator object __call__>
 /usr/local/lib/python2.7/dist-packages/WsgiDAV-1.1.0-py2.7.egg/wsgidav/wsgidav_app.py in __call__(self=<wsgidav.wsgidav_app.WsgiDAVApp object>, environ={'CONTENT_LENGTH': '0', 'DOCUMENT_ROOT': '/home/users/investici.org/revbel', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTPS': 'on', 'HTTP_AUTHORIZATION': 'Basic cmV2YmVsOmFzamQzMTJscUVFd2VqQVNEQXVoZmphc2tkMzg=', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'www.autistici.org', 'HTTP_USER_AGENT': 'Cyberduck/4.6.5 (Mac OS X/10.11.1) (x86_64)', 'HTTP_X_FORWARDED_HOST': 'www.autistici.org', 'HTTP_X_FORWARDED_PROTO': 'https', ...}, start_response=<function start_response>)
    265                 share = r
    266                 break
=>  267             elif path.upper() == r.upper() or path.upper().startswith(r.upper()+"/"):
    268                 share = r
    269                 break
path = '/dav/revbel/html-revbel.org/files/kulture/Piasoch\xd0\xb0k_txt.txt', path.upper = <built-in method upper of str object>, r = u'/dav/revbel', r.upper = <built-in method upper of unicode object>, ).startswith undefined

<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xd0 in position 49: ordinal not in range(128)
      args = ('ascii', '/DAV/REVBEL/HTML-REVBEL.ORG/FILES/KULTURE/PIASOCH\xd0\xb0K_TXT.TXT', 49, 50, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 50
      message = ''
      object = '/DAV/REVBEL/HTML-REVBEL.ORG/FILES/KULTURE/PIASOCH\xd0\xb0K_TXT.TXT'
      reason = 'ordinal not in range(128)'
      start = 49
 
 
<type 'exceptions.UnicodeDecodeError'>
Python 2.7.3: /usr/bin/python
Tue Dec 1 16:14:33 2015

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/python2.7/dist-packages/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.Request object>)
    556         """Runs the handler, flushes the streams, and ends the request."""
    557         try:
=>  558             protocolStatus, appStatus = self.server.handler(self)
    559         except:
    560             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>>
 /usr/lib/python2.7/dist-packages/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
   1118                 result = self.application(environ, start_response)
   1119                 try:
=> 1120                     for data in result:
   1121                         if data:
   1122                             write(data)
data undefined, result = <generator object __call__>
 /usr/local/lib/python2.7/dist-packages/WsgiDAV-1.1.0-py2.7.egg/wsgidav/wsgidav_app.py in __call__(self=<wsgidav.wsgidav_app.WsgiDAVApp object>, environ={'CONTENT_LENGTH': '0', 'DOCUMENT_ROOT': '/home/users/investici.org/revbel', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTPS': 'on', 'HTTP_AUTHORIZATION': 'Basic cmV2YmVsOmFzamQzMTJscUVFd2VqQVNEQXVoZmphc2tkMzg=', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'www.autistici.org', 'HTTP_RANGE': 'bytes=8417-70281', 'HTTP_USER_AGENT': 'Cyberduck/4.6.5 (Mac OS X/10.11.1) (x86_64)', 'HTTP_X_FORWARDED_HOST': 'www.autistici.org', ...}, start_response=<function start_response>)
    265                 share = r
    266                 break
=>  267             elif path.upper() == r.upper() or path.upper().startswith(r.upper()+"/"):
    268                 share = r
    269                 break
path = '/dav/revbel/html-revbel.org/files/kulture/Piasoch\xd0\xb0k_txt.txt', path.upper = <built-in method upper of str object>, r = u'/dav/revbel', r.upper = <built-in method upper of unicode object>, ).startswith undefined

<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xd0 in position 49: ordinal not in range(128)
      args = ('ascii', '/DAV/REVBEL/HTML-REVBEL.ORG/FILES/KULTURE/PIASOCH\xd0\xb0K_TXT.TXT', 49, 50, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 50
      message = ''
      object = '/DAV/REVBEL/HTML-REVBEL.ORG/FILES/KULTURE/PIASOCH\xd0\xb0K_TXT.TXT'
      reason = 'ordinal not in range(128)'
      start = 49