diff --git a/openlp/plugins/remotes/lib/httpserver.py b/openlp/plugins/remotes/lib/httpserver.py index 19529c0e1..671a85517 100644 --- a/openlp/plugins/remotes/lib/httpserver.py +++ b/openlp/plugins/remotes/lib/httpserver.py @@ -648,7 +648,7 @@ class HttpRouter(object): Set the HTTP not found return code. """ cherrypy.response.status = 404 - cherrypy.response.body = ["Sorry, an error occurred "] + cherrypy.response.body = [b'Sorry, an error occurred '] def _get_service_manager(self): """