I ran into this error, following the linl subscribe or
publish....perhaps SSL ERROR
ERROR 2011-01-21 21:41:59,920 dev_appserver.py:3310] code 400,
message Bad request syntax ('\x16\x03\x00\x00U\x01\x00\x00Q
\x03\x00M9\xfd\xa7\xc1\x07\x84SlS\x01\xb1\xc9\x90;]\xc5\xa9B?\xcc\xbd
\x9d\xe8\xc0\x81\xa2A\xbf\xc4F{\x00\x00*\x00\xff
\x00\x88\x00\x87\x009\x008\x00\x84\x005\x00E\x00D\x00f
\x003\x002\x00\x96\x00A\x00\x04\x00\x05\x00/\x00\x16\x00\x13\xfe\xff
\x00')
----------------------------------------
Exception happened during processing of request from ('127.0.0.1',
59304)
Traceback (most recent call last):
File "/usr/local/python2.5/lib/python2.5/SocketServer.py", line 222,
in handle_request
self.process_request(request, client_address)
File "/usr/local/python2.5/lib/python2.5/SocketServer.py", line 241,
in process_request
self.finish_request(request, client_address)
File "/usr/local/python2.5/lib/python2.5/SocketServer.py", line 254,
in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/asd/pubsubhubbub/pshb/google_appengine/google/appengine/
tools/dev_appserver.py", line 3123, in __init__
BaseHTTPServer.BaseHTTPRequestHandler.__init__(self, *args,
**kwargs)
File "/usr/local/python2.5/lib/python2.5/SocketServer.py", line 522,
in __init__
self.handle()
File "/usr/local/python2.5/lib/python2.5/BaseHTTPServer.py", line
316, in handle
self.handle_one_request()
File "/usr/local/python2.5/lib/python2.5/BaseHTTPServer.py", line
303, in handle_one_request
if not self.parse_request(): # An error code has been sent, just
exit
File "/usr/local/python2.5/lib/python2.5/BaseHTTPServer.py", line
276, in parse_request
self.send_error(400, "Bad request syntax (%r)" % requestline)
File "/usr/local/python2.5/lib/python2.5/BaseHTTPServer.py", line
344, in send_error
self.send_response(code, message)
File "/usr/local/python2.5/lib/python2.5/BaseHTTPServer.py", line
360, in send_response
self.log_request(code)
File "/usr/local/python2.5/lib/python2.5/BaseHTTPServer.py", line
397, in log_request
self.requestline, str(code), str(size))
File "/home/asd/pubsubhubbub/pshb/google_appengine/google/appengine/
tools/dev_appserver.py", line 3314, in log_message
if self.channel_poll_path_re.match(self.path):
AttributeError: DevAppServerRequestHandler instance has no attribute
'path'
----------------------------------------