catalpainternational / HarukaSMS

12 stars 3 forks source link

Sending Bulk Message AttributeError: Handler instance has no attribute 'close' #11

Closed davidcatalpa closed 12 years ago

davidcatalpa commented 12 years ago

Exception happened during processing of request from ('127.0.0.1', 52649) Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 582, in process_request_thread 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 "/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/davidhenryroach/projects/iade/src/pygsm-gateway/pygsm_gateway/http.py", line 50, in do_GET self.close()

AttributeError: Handler instance has no attribute 'close'

macdhuibh commented 12 years ago

this pertains to our fork of pygsm gateway. not Haruka itself. In either case, this has been fixed.