Not logged in
Ticket Change Details
Overview

Artifact ID: e7705fcfed8d64f4b210639cd0c6d0812670c4ba
Ticket: 559da2c09e69644368f9862ca8e7e285e20d43d5
web.py throwing error trace
User & Date: anonymous 2011-01-15 17:48:49
Changes

  1. comment changed to:
    I think i followed the instructions - the server does start but as soon as i connect:
    
    1970-01-01 01:08:13,210 - root - INFO - Server Starts - 0.0.0.0:8080
    ----------------------------------------
    Exception happened during processing of request from ('10.1.1.64', 58064)
    Traceback (most recent call last):
      File "lib/SocketServer.py", line 222, in handle_request
        self.process_request(request, client_address)
      File "lib/SocketServer.py", line 241, in process_request
        self.finish_request(request, client_address)
      File "lib/SocketServer.py", line 254, in finish_request
        self.RequestHandlerClass(request, client_address, self)
      File "lib/SocketServer.py", line 521, in __init__
        self.handle()
      File "lib/BaseHTTPServer.py", line 316, in handle
        self.handle_one_request()
      File "lib/BaseHTTPServer.py", line 310, in handle_one_request
        method()
      File "web.py", line 270, in do_GET
        h.get()
      File "web.py", line 92, in get
        n1 = missed2table(p)
      File "web.py", line 62, in missed2table
        out.extend(["<td>", time.ctime(int(entries[i])), "</td>"])
    ValueError: invalid literal for int(): TX
    ----------------------------------------
    
  2. private_contact changed to: "12df0d3efc592dce832f3cf67166cb66ec5cbb18"
  3. severity changed to: "Critical"
  4. status changed to: "Open"
  5. title changed to: "web.py throwing error trace"
  6. type changed to: "Incident"