# Pastebin RoQjOtJo root@zuul:~/zuul# zuul-scheduler -d ---------------------------------------- Exception happened during processing of request from ('73.136.77.13', 54935) Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/paste/httpserver.py", line 304, in wsgi_execute self.wsgi_start_response) File "/usr/local/lib/python3.5/dist-packages/webob/dec.py", line 131, in __call__ resp = self.call_func(req, *args, **self.kwargs) File "/usr/local/lib/python3.5/dist-packages/webob/dec.py", line 196, in call_func return self.func(req, *args, **kwargs) File "/root/zuul/zuul/webapp.py", line 136, in app x, tenant_name, path = request.path.split('/', 2) ValueError: not enough values to unpack (expected 3, got 2) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/paste/httpserver.py", line 1085, in process_request_in_thread self.finish_request(request, client_address) File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python3.5/socketserver.py", line 681, in __init__ self.handle() File "/usr/local/lib/python3.5/dist-packages/paste/httpserver.py", line 459, in handle BaseHTTPRequestHandler.handle(self) File "/usr/lib/python3.5/http/server.py", line 422, in handle self.handle_one_request() File "/usr/local/lib/python3.5/dist-packages/paste/httpserver.py", line 454, in handle_one_request self.wsgi_execute() File "/usr/local/lib/python3.5/dist-packages/paste/httpserver.py", line 324, in wsgi_execute self.wsgi_write_chunk("Internal Server Error\n") File "/usr/local/lib/python3.5/dist-packages/paste/httpserver.py", line 167, in wsgi_write_chunk self.wfile.write(chunk) File "/usr/lib/python3.5/socket.py", line 593, in write return self._sock.send(b) TypeError: a bytes-like object is required, not 'str' ----------------------------------------