diff --git a/preload/menu.py b/preload/menu.py
index 890b888403cfc618aaacb18ccc21490febfaf5b8..5063803fc81145b4c9ccb8d9fb5515c6aa31a5d2 100644
--- a/preload/menu.py
+++ b/preload/menu.py
@@ -32,6 +32,7 @@ def read_metadata(app_folder):
             information = f.read()
         return ujson.loads(information)
     except BaseException as e:
+        print("Failed to read metadata for %s" % (app_folder))
         sys.print_exception(e)
         return {
             "author": "",