Switch to side-by-side view
--- a/src/mediaserver/cdplugins/uprcl/uprcl-app.py +++ b/src/mediaserver/cdplugins/uprcl/uprcl-app.py @@ -83,6 +83,8 @@ # [...] # error: [Errno 32] Broken pipe # ---------------------------------------- + # Finally: the handle_error SocketServer method was writing to stdout. + # Overriding it should have fixed the issue. httpthread = threading.Thread(target=uprclhttp.runHttp, kwargs = {'host':host , 'port':int(port),