Cassady:
What I can see from the Notification pop-up, is '[name of folder path] failed with error Error Domain=NSCocoa...The remainder of the message is cut-off, given the length of the folder path, taking up too much space in the notification window.
How would I go about trying to see the error message in full?
I too am very frustrated by the poor error reporting of Keyboard Maestro. Yes, all of the info is in the Engine.log, but it is also full of other logs, and is NOT a very user-friendly UI or display.
So, I have created a macro to hopefully fix this:
Use Case
Your KM Macro just terminated due to an error
You need to quickly get the error details, and edit the Macro to fix it
KM native reporting of Macro errors via the macOS Notification Center is very poor
(sorry @peternlewis , but it's true)
The below Macro attempts to provide better error reporting
However, because KM does NOT use a consistent format for logging errors, this Macro may not find all errors
If your Macro has an error that the Macro does NOT find, please post details in a r…
4 Likes