diff --git a/qt/aqt/mediasrv.py b/qt/aqt/mediasrv.py index 3d22e3fae..21ac9317b 100644 --- a/qt/aqt/mediasrv.py +++ b/qt/aqt/mediasrv.py @@ -149,7 +149,7 @@ def allroutes(pathin): if os.path.exists(fullpath): return flask.send_file(fullpath, mimetype=mimetype, conditional=True) else: - print(f"Not found: {pathin}") + print(f"Not found: {ascii(pathin)}") return flask.make_response(f"Invalid path: {pathin}", HTTPStatus.NOT_FOUND,) except Exception as error: