Skip to content

Instantly share code, notes, and snippets.

@i-am-the-slime
Created May 28, 2012 12:42
Show Gist options
  • Save i-am-the-slime/2819000 to your computer and use it in GitHub Desktop.
Save i-am-the-slime/2819000 to your computer and use it in GitHub Desktop.
Starting server on localhost:6646
()
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 50748)
----------------------------------------
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
self.process_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/mark/Documents/Uni/Bachelorarbeit/PythonAnalyzer/Analyzer/HTTPHandler.py", line 15, in __init__
BaseHTTPRequestHandler.__init__(self, request, client_address, server)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 337, in handle
self.handle_one_request()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 325, in handle_one_request
method()
File "/Users/mark/Documents/Uni/Bachelorarbeit/PythonAnalyzer/Analyzer/HTTPHandler.py", line 36, in do_POST
dings.addToEventList(self.eventList)
AttributeError: WaIdHTTPHandler instance has no attribute 'eventList'
()
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
self.process_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/mark/Documents/Uni/Bachelorarbeit/PythonAnalyzer/Analyzer/HTTPHandler.py", line 15, in __init__
BaseHTTPRequestHandler.__init__(self, request, client_address, server)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 337, in handle
self.handle_one_request()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 325, in handle_one_request
method()
File "/Users/mark/Documents/Uni/Bachelorarbeit/PythonAnalyzer/Analyzer/HTTPHandler.py", line 36, in do_POST
dings.addToEventList(self.eventList)
AttributeError: WaIdHTTPHandler instance has no attribute 'eventList'
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 50750)
----------------------------------------
()
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 50752)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
----------------------------------------
self.process_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/mark/Documents/Uni/Bachelorarbeit/PythonAnalyzer/Analyzer/HTTPHandler.py", line 15, in __init__
BaseHTTPRequestHandler.__init__(self, request, client_address, server)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 337, in handle
self.handle_one_request()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 325, in handle_one_request
method()
File "/Users/mark/Documents/Uni/Bachelorarbeit/PythonAnalyzer/Analyzer/HTTPHandler.py", line 36, in do_POST
dings.addToEventList(self.eventList)
AttributeError: WaIdHTTPHandler instance has no attribute 'eventList'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment