Droopy-login-problem

Forum Forums New users New Users and General Questions Droopy-login-problem

Tagged: 

  • This topic has 0 replies, 1 voice, and was last updated Dec 27-3:21 pm by Alexntix.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #73839
    Member
    Alexntix

      today I started the droopy, and when trying to access it from any browser, it returns “the site cannot be reached”.
      Droopy’s console returns this ……

      No configuration file found
      Files will be uploaded to /home/demo/publico

      HTTP server starting… Check it out at http://localhost:8800
      /usr/lib/python2.7/urllib.py:1306: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode – interpreting them as being unequal
      return ”.join(map(quoter, s))
      —————————————-
      Exception happened during processing of request from (‘192.168.0.151′, 33898)
      Traceback (most recent call last):
      File “/usr/lib/python2.7/SocketServer.py”, line 599, in process_request_thread
      self.finish_request(request, client_address)
      File “/usr/lib/python2.7/SocketServer.py”, line 334, in finish_request
      self.RequestHandlerClass(request, client_address, self)
      File “/usr/lib/python2.7/SocketServer.py”, line 655, in __init__
      self.handle()
      File “/usr/local/bin/droopy”, line 397, in handle
      httpserver.BaseHTTPRequestHandler.handle(self)
      File “/usr/lib/python2.7/BaseHTTPServer.py”, line 340, in handle
      self.handle_one_request()
      File “/usr/lib/python2.7/BaseHTTPServer.py”, line 328, in handle_one_request
      method()
      File “/usr/local/bin/droopy”, line 132, in decorated
      method(self, *pargs)
      File “/usr/local/bin/droopy”, line 307, in do_GET
      self.send_html(self.html(“main”))
      File “/usr/local/bin/droopy”, line 277, in html
      encoded_name = urllibparse.quote(_encode_str_if_py2(name))
      File “/usr/lib/python2.7/urllib.py”, line 1306, in quote
      return ”.join(map(quoter, s))
      KeyError: u’\xe9’
      —————————————-

      the configuration file was not altered from the default.

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.